enhance: decrease variable column block size (#35012)

#35013

Signed-off-by: luzhang <luzhang@zilliz.com>
Co-authored-by: luzhang <luzhang@zilliz.com>
pull/35017/head
zhagnlu 2024-07-25 21:54:08 +08:00 committed by GitHub
parent 9eb42bbda0
commit 99da94ee32
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ namespace milvus {
constexpr size_t STRING_PADDING = 1;
constexpr size_t ARRAY_PADDING = 1;
constexpr size_t BLOCK_SIZE = 8192;
constexpr size_t BLOCK_SIZE = 32;
class ColumnBase {
public: