mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
- introduce Query Context (Qcx) for managing database-per-shard. - replaces the MultiTx, so mtx.go is retired and removed. - introduces the HolderConfig struct and all Holders now have a path from birth. - rbf speedups on bitwise writes - badgerdb is removed due to unresolvable write conflicts. fixes #703 #676
20 lines
474 B
Text
20 lines
474 B
Text
# names of files which we do not expect to have our license header
|
|
./apimethod_string.go
|
|
./pql/pql.peg.go
|
|
./internal/private.pb.go
|
|
./internal/public.pb.go
|
|
./lru/lru.go
|
|
./roaring/btree.go
|
|
./roaring/btree_test.go
|
|
./proto/pilosa.pb.go
|
|
./logger/filewriter.go
|
|
./logger/filewriter_test.go
|
|
./vprint.go
|
|
./vprint_test.go
|
|
./rbf/vprint.go
|
|
./cmd/slurp/vprint.go
|
|
./cmd/badloader/vprint.go
|
|
./cmd/demo-lmdb/vprint.go
|
|
./gid.go
|
|
./cmd/pilosa-keydump/vprint.go
|
|
./cmd/pilosa-keydump/keydump.go
|