Skip to content

Commit

Permalink
refactor: reduce memory alloc in makeBatchRows (#19793)
Browse files Browse the repository at this point in the history
之前一个pr将makeBatchRows这里batch提前分配8192行内存(实际可能并不需要这么多),改为用appendfix按照实际数据行数分配

Approved by: @ouyuanning, @m-schen, @heni02, @aressu1985, @sukki37
  • Loading branch information
huby2358 authored Nov 7, 2024
1 parent f85efea commit 38ead4f
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 69 deletions.
Loading

0 comments on commit 38ead4f

Please sign in to comment.