typesense / typesense

Open Source alternative to Algolia + Pinecone and an Easier-to-Use alternative to ElasticSearch ⚡ 🔍 ✨ Fast, typo tolerant, in-memory fuzzy Search Engine for building delightful search experiences

Home Page:https://typesense.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RAM spike when selecting final page

aaroncueckermann opened this issue · comments

Description

RAM spike when selecting the last page in a collection and took down typesense server.

Expected Behavior

No RAM spike

Metadata

image

Typesense Version: Typesense v0.26.0.rc69

OS: TypeSense Cloud

Typesense as a search engine is most efficient for searching the top results. Deep pagination requires memory and is not a recommended use case for Typesense. You can use the limit_hits parameter to put a ceiling on the maximum number of results that can be fetched from a collection.