Handling Frequently Updated Data on Typesense Server
TLDR Sangeetha expressed satisfaction about Typesense but sought advice on handling frequent data updates. Jason suggested setting up a webhook for changes or regularly polling the data store. Sangeetha found the advice helpful.
Nov 11, 2022 (10 months ago)
Sangeetha
06:02 PMJason
06:39 PMIn addition (or if the above is not possible), you want to regularly poll the FAQ data store, and then bulk upsert the data into Typesense, which is pretty fast.
Sangeetha
09:17 PMTypesense
Indexed 2764 threads (79% resolved)
Similar Threads
Typesense Multi-Tenant Updates & Webhooks
Campbell sought methods for detecting changes in Typesearch index and webhook. Jason recommended using last updated timestamp and triggering a webhook from the primary datastore.

Implementing Functionality to Record Frequently Searched Queries in Typesense
Laura inquired about implementing a feature in Typesense to record frequently searched queries. Jason informed that this feature would be available in the upcoming version 0.25.

Efficient Dataset Creation and Maintenance in Typesense with React
sonu asked about Typesense dataset management in a React project. Nick shared their solution using a postgres database, cron, and the import endpoint. Kishore Nallan suggested updating Typesense whenever MySQL data changes and explained primary databases' role. The dataset file would reside with Typesense, not affecting the front-end load time.