smellthemoon

Results 29 issues of smellthemoon

### Is there an existing issue for this? - [X] I have searched the existing issues ### What would you like to be added? support upsert api ### Why is...

kind/enhancement

related with: https://github.com/milvus-io/milvus/issues/29258

size/L
ci-passed
dco-passed

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...

kind/enhancement
area/dependency
size/XXL
dco-passed

#31728

kind/enhancement
size/XXL
lgtm
dco-passed

if err is dataType invalid, no need to to retry here. so if code is dataTypeInvalid(2007 in segcore), wrap it as SegcoreUnsupported.

kind/enhancement
size/XS
dco-passed

related with: #29258

kind/enhancement
sig/testing
size/XXL
area/test
ci-passed
dco-passed
test/integration

Unit testing is needs in both single-threaded and multi-threaded situations.

1. add nullable in model.Field help to read nullable accurately. 2. check valid_data a. if user pass default_value or the field is nullable, the length of valid_data must be num_rows....

kind/enhancement
area/dependency
size/XXL
ci-passed
dco-passed

Many user scenarios have the need for data update, which is implemented by calling delete + insert through the SDK, but this combination of usage cannot guarantee atomicity.