Achieving Stable Result Set and Understanding TS Export Function
TLDR Dan sought a way to get stable results across requests. Kishore Nallan explained sorting large export data is not supported as it's memory-consuming, and suggested doing it client-side post export. Dan expressed appreciation for the help received.
1
1
Aug 03, 2022 (17 months ago)
Dan
01:08 PM1
Kishore Nallan
01:33 PM1
Aug 04, 2022 (17 months ago)
Dan
09:51 AMTypesense
Indexed 3005 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.
Troubleshooting Typesense Document Import Error
Christopher had trouble importing 2.1M documents into Typesense due to memory errors. Jason clarified the system requirements, explaining the correlation between RAM and dataset size, and ways to tackle the issue. They both also discussed database-like query options.
Implementing Typesense Updates with JSONL Import and Aliases
Ken is building a search solution for a website using Typesense. They consulted Kishore Nallan about the implementation of updates using JSONL import and aliases and how to know when the new collection is indexed and ready. Measures, such as dividing large imports into small batches, were suggested to address the issue.