The store will auto-generate monotically increasing instance keys when they are not passed in by the user. This allows re_query's join logic to "just work" no matter what but it also means that in most cases we're computing a costly join across 2 components of the same size, both with autogenerated instance keys, even though we already know the answer to that join.
The store will auto-generate monotically increasing instance keys when they are not passed in by the user. This allows
re_query's join logic to "just work" no matter what but it also means that in most cases we're computing a costly join across 2 components of the same size, both with autogenerated instance keys, even though we already know the answer to that join.