TL;DR :
- Was exploring if hyperspace can be used an alternative for our record/bloom indexes
- For the needle-in-a-haystack search i.e a single id out of all the records, hyperspace also seems to be not very effective atm (might not be suprising given the covered indexes recommendations so far).
- Our old workhorse
BLOOM_INDEX
still significantly outperforms. But we should really step on the gas for RFC-15 like efforts/RFC-08 to make this much faster
https://microsoft.github.io/hyperspace/docs/ug-quick-start-guide/