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

Faster Sync #63

Closed
NfNitLoop opened this issue Jul 27, 2021 · 2 comments
Closed

Faster Sync #63

NfNitLoop opened this issue Jul 27, 2021 · 2 comments

Comments

@NfNitLoop
Copy link
Owner

Now that I've got some "blogs" with lots of "posts", the initial sync can be a bit slow.

For example:

image

There's probably room to parallelize the sync more than it is already.

I think I can also walk down the list of items instead of fetching the full list then doing set comparisons. Though I doubt that's the slow part, it's probably just the latency overhead of copying items from and to a server one-by-one.

@NfNitLoop
Copy link
Owner Author

Another option: make the default sync not sync everything.

@NfNitLoop
Copy link
Owner Author

Working on this for v0.6, and it's gotten a bit better:

image

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

No branches or pull requests

1 participant