Hi Are there any limits on - the number of product...
# community-help
j
Hi Are there any limits on • the number of products in a collection • the number of properties • and the number of facetted properties ?
j
There are no hard limits on any of these. Anecdotally, I've seen users use Typesense with hundreds of millions of records in a collection and 100s of properties. In general, the larger the collection and the more number of facetted properties, the more CPU capacity is needed to handle searches efficiently
j
Thanks for replying. So 1 million records with 1500 facetted fields shouldn't be a big problem?
j
If each of those 1 million records are going to have non-null values for each of the 1500 faceted fields, and you're going to facet on all 1500 fields for every query, you might see slower query performance, until you add enough CPU cores (like 10s of CPU cores). That's the tradeoff you will have to consider, cost of CPU cores vs search response times.
j
Thanks for clarifying