Querying E-commerce Platform Performance and max_facet_values Limit
TLDR Tugay asked about performance differences in filtering methods and limits on max_facet_values on their e-commerce platform. Kishore Nallan responded affirming single value filtering is faster and there is no limit on max_facet_values.
Oct 20, 2021 (27 months ago)
Tugay
08:52 AM{"facets": ["category/category_name1", "brand/brand_name1", "attribute_id/attribute_name"]}
.My question is: Is there a performance difference between filtering on 10 different attributes with single value and filtering on a single attribute with 10 different values? and also is there a hard limit for max_facet_values? Kishore Nallan Jason
Kishore Nallan
08:57 AM2. No limits on max_facet_values
Tugay
08:59 AMTypesense
Indexed 3011 threads (79% resolved)
Similar Threads
Limits for Dynamically Indexed Fields in Facets
ilia asked about limits for dynamically indexed fields in facets. Jason explained that performance is tied to the number of search results and fields defined by `facet_by`.
Handling Large Amount of Facet Values
Dima asked about handling large amounts of facet values. Jason assured that it is fine and suggested setting `max_facet_values` to a large number.
Discussions on Typesense, Collections, and Dynamic Fields
Tugay shares plans to use Typesense for their SaaS platform and asks about collection sizes and sharding. Jason clarifies Typesense's capabilities and shares a beta feature. They discuss using unique collections per customer and new improvements. Kishore Nallan and Gabe comment on threading and data protection respectively.