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

[distributed index] Empty channels trigger redundant clock lookups #1230

Closed
adamcfraser opened this issue Oct 22, 2015 · 0 comments
Closed
Assignees
Labels
Milestone

Comments

@adamcfraser
Copy link
Collaborator

If a channel doesn't have any data in the channel index (a common case for the ! channel), a permanent reader isn't being instantiated.

This results in poor performance when checking for changes in that channel, as each _changes request attempts to look up the clock, instead of reusing a polled clock.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant