Open schungx opened 2 months ago
In databases there are a lot of textual codes, most of which are short.
Using smartstring (or equivalent) may result in performance improvement, although I have not benchmarked it.
smartstring
The idea being that of avoiding allocations for short strings, which should be the majority of text in a database.
Is there a way to override the default mapping for string data types to SmartString?
SmartString
In databases there are a lot of textual codes, most of which are short.
Using
smartstring
(or equivalent) may result in performance improvement, although I have not benchmarked it.The idea being that of avoiding allocations for short strings, which should be the majority of text in a database.
Is there a way to override the default mapping for string data types to
SmartString
?