Our data is partitioned by key. However, it seems that the index is not partition-aware? Is there any way to configure the index to be aware that the lookup should only be performed locally?
Printable View
Our data is partitioned by key. However, it seems that the index is not partition-aware? Is there any way to configure the index to be aware that the lookup should only be performed locally?
From what I understand, Indexes are not partition-aware. But this view might be outdated.
What are you trying to achieve? Maybe there is a different way to approach a problem. Are you using Functions or OQL?