mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
- default Tx is once again RBF, changed from bolt. - document the RBF code review comments that were not addressed before #1052 was merged, so they don't get lost. - they should be easily addressed by replaying the entire WAL file rather than from the DB meta page 0 notion of the last WalID - cleanup rbf/cfg/cfg.go stale comments, ensure default0 respected. 1 msec checkpoint time, 1MB wal segment defaults. - return a specific error, ErrNoMetaFound, from findNextWALMetaPage() rather than io.EOF, since there actually wasn't any file IO involved. - add http handlers for /cpu-profile/start and /cpu-profile/stop in http/handler.go enable CPU profiling at specific time points during an ingest or other operation. |
||
|---|---|---|
| .. | ||
| badloader | ||
| demo-lmdb | ||
| pilosa | ||
| pilosa-chk | ||
| pilosa-fsck | ||
| pilosa-keydump | ||
| random-query | ||
| slurp | ||
| check.go | ||
| check_test.go | ||
| config.go | ||
| convert.go | ||
| doc.go | ||
| export.go | ||
| export_test.go | ||
| generate_config.go | ||
| import.go | ||
| import_test.go | ||
| inspect_test.go | ||
| rbf.go | ||
| root.go | ||
| root_test.go | ||
| server.go | ||
| server_test.go | ||