Closed sunsingerus closed 6 years ago
Provide possibility to specify input/output filename for plain text files for all tools:
New option added: -file /path/to/file (short form) or --file=/path/to/file (long form)
-file /path/to/file
--file=/path/to/file
More discussion in this issue
Use-cases:
./tsbs_generate_data -format timescaledb -use-case cpu-only -scale-var 10 -seed 123 -file /tmp/bulk_data/timescaledb ./tsbs_generate_queries -format timescaledb -use-case cpu-only -scale-var 10 -seed 123 -query-type lastpoint -file /tmp/bulk_data/query_timescaledb ./tsbs_load_timescaledb --postgres="sslmode=disable port=5433" --db-name=benchmark --host=127.0.0.1 --user=postgres --workers=1 --file=/tmp/bulk_data/timescaledb_data ./tsbs_run_queries_timescaledb --postgres="sslmode=disable port=5433" --db-name=benchmark --hosts=127.0.0.1 --user=postgres --workers=1 --file=/tmp/bulk_data/timescaledb_query
All committers have signed the CLA.
Ooops, test failed, update needed
Provide possibility to specify input/output filename for plain text files for all tools:
New option added:
-file /path/to/file
(short form) or--file=/path/to/file
(long form)More discussion in this issue
Use-cases: