Replace all objects #607
carlosbaraza
started this conversation in
Feedback & Feature Proposal
Replies: 1 comment 3 replies
-
Hey @carlosbaraza 👋, would your use case be covered by index swapping? Here's a tutorial about it: https://blog.meilisearch.com/zero-downtime-index-deployment/ |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Algolia's
replaceAllObjects
equivalent. Algolia creates a temporary index and when it is ready, it swaps both indexes and deletes the old one.This is pretty handy as a cronjob to re-export everything from your source of truth and ensure that deletions and additions are synced properly.
Beta Was this translation helpful? Give feedback.
All reactions