Closed KuDeSnik33ra closed 2 years ago
Basically, no. MDBX (as historically inheriting a minimalism from LMDB) doesn't have/using WAL, so no log of changes is available.
You should implement your own changelog or take look to libfpta, where an implementation of content-based synchronization/replication will be done this year, i.e. like the RFC-4355.
Are there any functions available for database replication? How can I get changes in DB since some time point in the past?