Slow Query Performance in Typesense Server
TLDR Hariharan experienced slow queries in the typesense server on Kubernetes. Kishore Nallan suggested reducing fields and grouping them. The issue was caused by using scoped keys with user-based filters, and a faster output was achieved with an admin key.
Mar 10, 2023 (9 months ago)
Hariharan
05:49 AMKishore Nallan
06:20 AMHariharan
07:09 AMKishore Nallan
09:16 AMHariharan
10:16 AMKishore Nallan
10:18 AMHariharan
10:38 AMTypesense
Indexed 3011 threads (79% resolved)
Similar Threads
Improving Record Retrieval Speed from Typesense
Yoshi sought ways to accelerate Typesense record retrieval. Jason advised upgrading to high availability and using the documents/export endpoint. They also noted a high volume of writes consuming significant CPU capacity as a possible performance factor.
Optimizing Typesense Implementation for Large Collections
Oskar faced performance issues with his document collection in Typesense due to filter additions. Jason suggested trying a newer Typesense build and potentially partitioning the data into country-wise collections. They also discussed reducing network latency with CDN solutions.
Discussing Typesense Search Request Performance
Al experienced longer-than-reported times for Typesense search requests, sparking a detailed examination of json parsing, response times and data transfer. Jason and Kishore Nallan helped solve the issue.