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

Investigate performance impact of only triggering Mirror updates if a record value has actually changed #96

Open
gavin-norman-sociomantic opened this issue May 11, 2018 · 0 comments

Comments

@gavin-norman-sociomantic

There are sometimes cases where a Put request will overwrite a record with the same value (i.e. unchanged). These cases will currently trigger Mirror and Listen updates unnecessarily, leading to wasted resources in the DHT, network, and mirroring applications.

It would be worth testing the performance impact of checking if the record value has changed before triggering listeners. (It may turn out that the impact of this change would be greater than the impact of not doing this check, but it seems worth looking into quickly.)

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