Skip to content

Commit fbb396c

Browse files
Update terminology consistency: use 'Flexible sharding' instead of 'Flex sharding'
- Standardize terminology throughout the resharding performance section - Ensure consistent naming convention for flexible sharding feature
1 parent c7e078e commit fbb396c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/operate/rs/databases/memory-performance/memory-limit.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ Flexible sharding improves resharding duration compared to standard sharding.
107107

108108
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:
109109

110-
- **Short keys (10 bytes)**: Flex sharding provides up to 50% improvement
111-
- **Long keys (2000 KB)**: Flex sharding provides minimal improvement (approximately 11%)
110+
- **Short keys (10 bytes)**: Flexible sharding provides up to 50% improvement
111+
- **Long keys (2000 KB)**: Flexible sharding provides minimal improvement (approximately 11%)
112112
- **Critical threshold**: Between 50-100 bytes, flex sharding advantages begin to diminish
113113

114114
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

Comments
 (0)