Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Atomical reindexing #360

Open
StephaneRob opened this issue Aug 8, 2019 · 0 comments
Open

Atomical reindexing #360

StephaneRob opened this issue Aug 8, 2019 · 0 comments

Comments

@StephaneRob
Copy link

It's not really an issue, but more a question about the library working itself.

By running an atomical reindexing, a temporary index index_name.tmp is created to index all records.
Are both indexes index_name and index_name.tmp kept synchronised during the reindexing?

Ex: I have a Model with 500K entries, I run Model.reindex, the object with the id = 10 is indexed in the temporary index index_name.tmp. While the rest of the records are indexed in the temporary, the object with id = 10 is modified and reindexed. Is the object is reindexed in both indexes? only in main index?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant