featurebase/qa/scripts/delete/README.md
souhailanoor b82375bca2
Tremor delete test scripts (#1974)
- terraform scripts to set up cluster
- cloud-formation scripts to set up cluster
- set up ingest node with kafka server and datagen
- set up second ingest node with molecula-consumer-kafka-static
- set up datadog in all nodes (ingest + featurebase)
- set up script to execute different queries
- only run delete test on schedule
2022-05-05 10:25:35 -05:00

197 B

backup command

featurebase backup --index tremor -o tremor-backup --concurrency 64

data was tar in parallel with this command

time tar cfv - ./tremor-backup/ | pigz -1 -p 64 > tremor.tar.gz