Authur_gyc
Results
2
issues of
Authur_gyc
Avoid memory copy in ColumnString and Add Reserve function to reduce memory allocation times.
The clickhouse writing service knows the number of rows of data when accumulating data. At this time, we can directly calculate the memory space they need, and allocate them directly...