mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-05 08:10:50 +00:00
Step one: switch to etcd.io's bbolt fork of boltdb. The etcd-io fork of boltdb isn't archived, and has fixes for boltdb's interactions with checkptr, allowing us to drop the checkptr-disabling hackery. This seems to be a drop-in replacement; etcd/bbolt says that the file format is "fixed" (I believe in the sense of "unchanging"), and I can run pilosa on an existing data directory with this. Step two: Fix missing caps in roaring.go that were also triggering the same issues. |
||
|---|---|---|
| .. | ||
| attrstore.go | ||
| translate.go | ||
| translate_test.go | ||