You see this with ndb but not lmdb because ndb fsyncs the main database after 
each operation. So after a system crash you'll have a correct main database but 
outdated indices. With lmdb there's no fsync at all, so you get a outdated main 
database with matching indices.

Ndb's behavior is *way* better *if* it automatically rebuilds the index 
databases.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/917#issuecomment-547492391
_______________________________________________
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint

Reply via email to