mirror of https://github.com/milvus-io/milvus.git
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
parent
9eb42bbda0
commit
99da94ee32
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue