featurebase/rbf/cfg
Jason E. Aten 458095a707 rbf default. Add TODO comments, slurp -profile returns a cpu profile
- 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.
2020-11-04 01:36:17 +00:00
..
cfg.go rbf default. Add TODO comments, slurp -profile returns a cpu profile 2020-11-04 01:36:17 +00:00
os.go performance tuning: rbfcfg package, binary search for wal segment 2020-10-27 00:49:56 +00:00
os_386.go performance tuning: rbfcfg package, binary search for wal segment 2020-10-27 00:49:56 +00:00