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
Copy file name to clipboardExpand all lines: content/operate/rs/databases/memory-performance/memory-limit.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -107,8 +107,8 @@ Flexible sharding improves resharding duration compared to standard sharding.
107
107
108
108
Key length directly affects resharding duration. Longer keys require more time to process due to increased hash calculation overhead per key. The decrease in duration provided by flex sharding varies based on key length:
109
109
110
-
-**Short keys (10 bytes)**: Flex sharding provides up to 50% improvement
-**Critical threshold**: Between 50-100 bytes, flex sharding advantages begin to diminish
113
113
114
114
Network traffic has a measurable but limited effect on resharding duration. Since resharding operations typically don't reach CPU limits, the impact on both resharding time and ongoing traffic remains minimal.
0 commit comments