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. |
||
|---|---|---|
| .. | ||
| client.go | ||
| client_test.go | ||
| error.go | ||
| handler.go | ||
| handler_internal_test.go | ||
| handler_test.go | ||
| translator.go | ||
| translator_test.go | ||