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

Paged, multi-request or open-ended streaming synchronization #613

Open
cdata opened this issue Aug 29, 2023 · 0 comments
Open

Paged, multi-request or open-ended streaming synchronization #613

cdata opened this issue Aug 29, 2023 · 0 comments
Labels
Enhancement New user-facing feature

Comments

@cdata
Copy link
Collaborator

cdata commented Aug 29, 2023

As of #608 , we have a test that gives us a taste of the implications of cases when the user has not sync'd for a long time and has a lot to sync. We should be very sensitive to the possibility that the payload that needs to be sync'd is very large and contains a lot of revisions.

So, we may want revise sync to support multiple pages of updates from the client. This way no single synchronization body can ever exceed a known size.

An alternative may be to support a specialized streaming synchronization handler (kind of like the upstream version of the replication API). This API would support unbounded data transfer, while the others impose limits to the payload size they can handle.

@cdata cdata added the Enhancement New user-facing feature label Aug 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New user-facing feature
Projects
None yet
Development

No branches or pull requests

1 participant