Improve the memory usage in SingleValueDataString
#9969
Labels
type/enhancement
The issue or PR belongs to an enhancement.
SingleValueDataString
#9969
Enhancement
SingleValueDataString
will allocate memory from arena when there is large string to be processed. In extreme case, if the length of processed string increases one by one, arena will continuous allocate new memory and the memory that allocated before will be wasted.The text was updated successfully, but these errors were encountered: