asclepias / asclepias-broker

Asclepias broker
https://asclepias-broker.readthedocs.io/en/latest/
MIT License
13 stars 12 forks source link

indexer: implement rolling reindexing #67

Closed slint closed 5 years ago

slint commented 5 years ago

Currently reindexing deletes the old index, creates a new one and then populates it. It's possible to use a rolling index strategy using aliases to create a new index, populate it and then switch to it (and then deleting the old index)

slint commented 5 years ago

Closed via #71