influxdb-comparisons icon indicating copy to clipboard operation
influxdb-comparisons copied to clipboard

Code for comparison write ups of InfluxDB and other solutions

Results 30 influxdb-comparisons issues
Sort by recently updated
recently updated
newest added

I install bulk_data_gen, bulk_load_influx,bulk_query_gen successfully. But I get something unusual with query_benchmarker_influxdb. ```shell # go version go version go1.20.12 linux/amd64 # pwd /root/go/bin # ls bulk_data_gen bulk_load_influx bulk_query_gen influx-stress #...

My postgresql version is 16 and timescaleDB version is 2.14.2. When I execute the command "bulk_data_gen -format timescaledb-sql -scale-var 10 | bulk_load_timescale -format timescaledb-sql -workers 5",it throws four same errors:"Error...

It seems that influxdb-comparisons lacks support for LMDB. follow this result link from this site: https://www.influxdata.com/blog/benchmarking-leveldb-vs-rocksdb-vs-hyperleveldb-vs-lmdb-performance-for-influxdb/, and just can't figure out use what branch to do LMDB benchmarking. Would be...

When I use _bulk_data_gen | bulk_load_influx -urls http://localhost:8086_, I get the following output: using random seed 40576053 2022/07/22 03:46:02 Using sampling interval 10s 2022/07/22 03:46:02 Using cardinality of 9 2022/07/22...

waitFinished was never actually used (initialized and then assigned from within a goroutine, but value was never checked). Not catching that was a bug in Golang that was fixed in...

When I tried to perform tests on an instance of influx1.8, I found that influxdb-comparisons did not implement the standard auth functionality in influxv1:. 1. authentication using basic authentication 2....

Trying to run the tests, it fails: ``` $ go test -v ./... ... cmd/bulk_load_timescale/main.go:20:2: module github.com/jackc/pgx@latest found (v3.6.2+incompatible), but does not contain package github.com/jackc/pgx/pgxpool ``` [Googling](https://github.com/jackc/pgx/issues/655#issuecomment-569834589), this should be...

Closes #170 Update pgx to pgx/v4

This project gets error as below when we run `go mod tidy`, which led by the wrong import version of `github.com/jackc/pgx`. ``` go: finding module for package github.com/jackc/pgx/pgxpool github.com/influxdata/influxdb-comparisons/cmd/bulk_load_timescale imports...

It was stuck when I executed the cmd. ``` [root@docker-1 cmd]# ./bulk_query_gen/bulk_query_gen -format="opentsdb" -query-type "1-host-1-hr" -timestamp-start="2018-01-01T00:00:00Z" -timestamp-end="2018-01-02T00:00:00Z" -queries 1 | ./query_benchmarker_opentsdb/query_benchmarker_opentsdb -urls http://localhost:4242 using random seed 544118503 OpenTSDB max cpu,...