Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[op/write]: Being content aware. #5

Open
liaud opened this issue Nov 26, 2020 · 0 comments
Open

[op/write]: Being content aware. #5

liaud opened this issue Nov 26, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@liaud
Copy link
Contributor

liaud commented Nov 26, 2020

Sparse file are represented by an infinite stream of pages which are stored as LWW register.

This leads to strange behavior when having concurrent update against the same file as the conflict resolution will happens on the page boundary.

We could have a better representation for files, with a explicit conflict resolution policy or have specific crdt used by detecting or be informed of the type of content that we are storing.

One possible representation is to store range of writes, if one or more range conflicts, show them and wait for the user to correct them. This raise issues of how to communicate it to the user.

@liaud liaud added the enhancement New feature or request label Nov 26, 2020
@liaud liaud changed the title [read/writes]: Being content aware. [op/write]: Being content aware. Nov 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant