featurebase/cmd
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
..
badloader database per shard, HolderConfig, rbf bit-wise import speedups. 2020-09-04 13:00:33 -05:00
demo-lmdb database per shard, HolderConfig, rbf bit-wise import speedups. 2020-09-04 13:00:33 -05:00
pilosa v2.0.0 2019-10-08 14:56:17 -06:00
pilosa-chk pilosa-fsck: the -readers flag controls parallelism 2020-10-13 18:58:38 -05:00
pilosa-fsck pilosa-fsck: the -readers flag controls parallelism 2020-10-13 18:58:38 -05:00
pilosa-keydump [hash] Remove duplicated blake3 code 2020-09-07 12:24:22 +02:00
random-query pilosa/cmd/random-query: generate random queries from existing schema 2020-10-08 18:38:01 -05:00
slurp rbf default. Add TODO comments, slurp -profile returns a cpu profile 2020-11-04 01:36:17 +00:00
check.go v2.0.0 2019-10-08 14:56:17 -06:00
check_test.go Apply Apache License 2.0 2017-04-28 14:22:03 -05:00
config.go v2.0.0 2019-10-08 14:56:17 -06:00
convert.go Tx Interface 2020-07-02 10:43:15 -06:00
doc.go Apply Apache License 2.0 2017-04-28 14:22:03 -05:00
export.go fix postgres endpoint config 2020-08-27 10:49:43 -04:00
export_test.go v2.0.0 2019-10-08 14:56:17 -06:00
generate_config.go v2.0.0 2019-10-08 14:56:17 -06:00
import.go fix postgres endpoint config 2020-08-27 10:49:43 -04:00
import_test.go Revert "back out the pql.Decimal changes" 2020-04-01 17:46:46 -05:00
inspect_test.go Apply Apache License 2.0 2017-04-28 14:22:03 -05:00
rbf.go Improve RBF CLI help 2020-10-30 07:25:36 -06:00
root.go Add RBF CLI commands 2020-10-27 08:12:22 -06:00
root_test.go suppress test config arguments from pilosa config output 2020-04-24 11:02:42 -05:00
server.go v2.0.0 2019-10-08 14:56:17 -06:00
server_test.go allow floats in PQL queries for decimal fields 2019-11-13 10:07:24 -06:00