milvus/configs
smellthemoon 5616b7e8d2
enhance: support null in c data_datacodec and load null value (#32183)
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>
2024-07-23 16:07:51 +08:00
..
advanced fix: mvcc database space exceeded for embed etcd (#32048) 2024-04-12 21:39:19 +08:00
cert proxy support tls (#16706) 2022-05-10 20:05:53 +08:00
pgo Upgrade go from 1.20 to 1.21 (#33047) 2024-05-22 13:21:39 +08:00
OWNERS [skip ci]Update OWNERS files (#11898) 2021-11-16 15:41:11 +08:00
glog.conf enhance: Refactor runtime and expr framework (#28166) 2023-12-18 12:04:42 +08:00
hook.yaml Delete the unrelated content in the yaml file (#19812) 2022-10-17 15:45:25 +08:00
milvus.yaml enhance: support null in c data_datacodec and load null value (#32183) 2024-07-23 16:07:51 +08:00