You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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
andindex_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 indexindex_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?The text was updated successfully, but these errors were encountered: