timescale / tsbs

Time Series Benchmark Suite, a tool for comparing and evaluating databases for time series data
MIT License
1.24k stars 293 forks source link

tsbs_load_timescaledb problems #104

Open juliaabra opened 4 years ago

juliaabra commented 4 years ago

Hello guys,

this time the database is timescaledb. I made sure the user postgres in postgresql has no password and modified the pg_hba.conf accordingly to 'trust' on localhost, but nevertheless I get following error: TimescaleDB But that is not the only issue I got: Every binary I tested (for influx, timescaledb, mongo) seems to have issues with the parameter "file" and does not work correctly when supplied with it. Do you have any clues to that?

Have a nice day

hagen1778 commented 4 years ago

I made sure the user postgresql

The script is configured with user postgres not postgresql. Are you sure it is not a typo?

juliaabra commented 4 years ago

In the text there is indeed a typo - "postgresql" instead of "posgres". I edited the formulation. But that does not change the problem when calling "NUM_WORKERS=2 BATCH_SIZE=10000 BULK_DATA_DIR=/tmp scripts/load_timescaledb.sh", where the user is not mentioned explicitly, but by the default set to 'postgres', which has no password.

juliaabra commented 4 years ago

Is there maybe anything new on that issue?

Madd-Scientist commented 4 years ago

Try emailing your queries to hello@timescale.com They respond more frequently by mail.