-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
?
-
7783
-
Not Needed
First iteration of string interning will decompress all strings involved in sorting a query result. This is wasteful and especially so in the context where the sort is followed LIMIT.
This task is about using CompressedStringView to refer to strings in the sorting stage instead of using StringData which requires a decompressed string in memory.