Hi there, I am having a bit of a performance probl...
# community-help
s
Hi there, I am having a bit of a performance problem, I have 50k+ docs in typesense and a query without faceting takes approx. 23ms, If I enable faceting it takes 100ms - 200ms. I am faceting against 23 fields which is probably too much, aside from reducing the number or lazy loading the facets what can I do to improve performance? Also removing one nested field (array of objects) adds ~20 ms on it's own. The field has approx 20 items per doc. Is that expected?
k
Working on addressing this. Will have a solution in a couple of weeks I think :)
s
Faceting performance or nested faceting in particular?
k
Both are interlinked.
s
ah okay cool! Or not not sure haha. But in this case I'll let the user wait for now 😄
Thanks!
👍 1
k
👍 I will follow up on this thread when I have a RC build to share (as usual!) 🙂
👍 1
s
Is this a regression introduced in
0.24.0
or affecting older versions?
k
No, it's not a regression. It's an artifact of nested fields + the fact that it opens up an avenue to do a large number of faceting dynamically with nested attributes.
👍 1
s
Makes sense. Thanks