I wonder how hard it would be to change hanoidb to impleent something like mnesia's dirty_update_counter? Like, locate record, if found - treat value as int, increment it and write the result in the same place, if not found - create new record, everything in one atomic and probably fast operation? Would that be possible at all with architecture of this kv storage?
I wonder how hard it would be to change hanoidb to impleent something like mnesia's dirty_update_counter? Like, locate record, if found - treat value as int, increment it and write the result in the same place, if not found - create new record, everything in one atomic and probably fast operation? Would that be possible at all with architecture of this kv storage?