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

WIP: Move Repliear to row versioning #163

Draft
wants to merge 11 commits into
base: main
Choose a base branch
from
Draft

Conversation

aboodman
Copy link
Contributor

@aboodman aboodman commented Dec 17, 2023

This PR picks up from @tantaman's. There were a lot of little things I wanted to try and easier to build on and use code than go back and forth in reviews.

The main idea in here so far is to change the approach to calculating the pull in a way that for me at least simplifies thinking about it. There are now two steps that run on every pull, regardless of input:

  1. Update client_view_entry. This can be done entirely in the DB without round-tripping through application.
  2. Calculate patch for client.

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