You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found that default settings of this library performs poor keys distribution over hosts. To improve distribution hosts replication must be at least 1000. Better to make replication factor configurable.
But if replication factor will be so big, then sorted slice (sortedSet) will be ineffective. You should use binary tree instead to improve add/remove host performance.
The text was updated successfully, but these errors were encountered:
I found that default settings of this library performs poor keys distribution over hosts. To improve distribution hosts replication must be at least 1000. Better to make replication factor configurable.
But if replication factor will be so big, then sorted slice (
sortedSet
) will be ineffective. You should use binary tree instead to improve add/remove host performance.The text was updated successfully, but these errors were encountered: