Daniel Seybold

Results 7 issues of Daniel Seybold

Hi TSBS community, I am trying to run the TSBS against MongoDB 5.0.0 based on @gregorynoma pull request (https://github.com/timescale/tsbs/pull/173) which we have merged into our own TSBS fork (https://github.com/benchANT/tsbs). However...

This pull request fixes the problem described in https://github.com/timescale/tsbs/issues/201

Hi TSBS community, I am trying to run the `cpu-only` against a CrateDB instance, version `4.7.0` The data generation and load phase works fine with the following commands: `/binary/tsbs/bin/tsbs_generate_queries --queries...

Hi guys, after fixing https://github.com/timescale/tsbs/issues/124 I run into another issue with executing TSBS against a Cassandra instance. As outlined in https://github.com/timescale/tsbs/issues/124, the data is loaded in Cassandra and the following...

Hi sysbench community, we are using sysbench to benchmark PostgreSQL `13.8` with `oltp_read_write.lua` workload and we target a total runtime of 90 minutes. But we encounter a strange performance drop...

Hi folks, we are running latency focused benchmarks (YCSB Client 0.18.0-SNAPSHOT) with a target throughput and using the `measurement.interval=both` as described in [CHANGES.md](https://github.com/brianfrankcooper/YCSB/blob/master/core/CHANGES.md) But the reported [Intended-READ] latencies seem to...

Hi guys, I am trying to run a 99% read / 1 % insert workload with the `uniform` request distribution against MongoDB. The `load` phase has been successfully executed and...