> That means, you move the data from one to the other, filtering out the deleted documents, and when it's over, you switch to the newly constructed database, while the other gets emptied (deleted and re-created).
1) How exactly could you make this switch without interrupting service? 2) Wouldn't this procedure create the exact same eventual consistency problems that deleting documents in a db would?
