Are there any databases that use a delta-based replication system instead of an oplog or binlog style replication scheme? I'm looking for examples of current systems, plugins to existing databases (mysql, postgresql, mongodb, etc) or specialized databases of limited functionality.
Specifically, I'm looking for systems that reduce replication by sending changes every few seconds instead of constantly sending information about every update.