mirror of https://github.com/milvus-io/milvus.git
5616b7e8d2
1. support read and write null in segcore will store valid_data(use uint8_t type to save memory) in fieldData. 2. support load null binlog reader read and write data into column(sealed segment), insertRecord(growing segment). In sealed segment, store valid_data directly. In growing segment, considering prior implementation and easy code reading, it covert uint8_t to fbvector<bool>, which may optimize in future. 3. retrieve valid_data. parse valid_data in search/query. #31728 --------- Signed-off-by: lixinguo <xinguo.li@zilliz.com> Co-authored-by: lixinguo <xinguo.li@zilliz.com> |
||
---|---|---|
.. | ||
advanced | ||
cert | ||
pgo | ||
OWNERS | ||
glog.conf | ||
hook.yaml | ||
milvus.yaml |