Skip to content

Conversation

@mindreframer
Copy link

Problem:

  • currently it's not possible to handle incremental/delta operations on lists / strings / numbers
  • everything has to follow the: read / modify / store pattern
  • this make certain scenarios hard / impossible to implement properly

Solution:

  • provide a list of predefined merge operations
  • proper support for lists / counters / binaries / bits
  • also same support for column families
  • each operation covered with tests

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file is a part of dev environment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants