-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Fully Compatible
-
Execution Team 2021-08-23, Execution Team 2021-09-06, Execution Team 2021-09-20
-
100
Allow RecordId to hold binary strings larger than 14 bytes. This allows RecordStores to be clustered by arbitrarily large keys.
Keep the existing kSmallStr format to optimize storage for small strings. Introduce a new format for larger strings. Consider using a reference-counted buffer that allows RecordId to be cheaply passed around by value.
- is depended on by
-
SERVER-58436 Implement spilling HashAgg
- Closed
-
SERVER-59199 Support KeyStrings with RecordId strings longer than 127 bytes
- Closed