featurebase/pb
Matthew Jaffee 772496b440 "all bitmap" multi-field, single-shard ingest
This adds a shard-based import endpoint which takes bitmap data for
all field types and imports data for the whole shard transactionally.

It uses the BitmapRewriter interface to try to intelligently allow for
setting and clearing bits simultaneously without multiple writes which
is especially helpful when ingesting into int-like fields, but also
allows clear-and-then-set behavior for set fields.
2022-05-27 11:25:17 -05:00
..
pb.go add copyright notice back in 2021-12-10 11:01:04 -06:00
private.pb.go implement ability to update TTL on time fields 2022-05-04 11:04:38 -05:00
private.proto implement ability to update TTL on time fields 2022-05-04 11:04:38 -05:00
public.pb.go "all bitmap" multi-field, single-shard ingest 2022-05-27 11:25:17 -05:00
public.proto "all bitmap" multi-field, single-shard ingest 2022-05-27 11:25:17 -05:00