Any thoughts on how typesense handles sparse index...
# community-help
a
Any thoughts on how typesense handles sparse indexed fields? If a collection schema has a lot of fields (like 100) but each individual document only has a couple (<10 fields) actually present, what should I expect from a storage and performance perspective?
k
Should not be a problem. We don't store a default value or anything for optional values. So it will simply not exist in the inverted index.
a
cool thanks!
👍 1