tsbs icon indicating copy to clipboard operation
tsbs copied to clipboard

Time Series Benchmark Suite, a tool for comparing and evaluating databases for time series data

Results 121 tsbs issues
Sort by recently updated
recently updated
newest added

Hello, I would like to check the code for each query type(e.g. "high-cpu-all", "lastpoint"), and to edit it for benchmarking reasons but i didn't find it here. Am i missing...

Greetings, Is there any existing documentation for creating data and query custom use case? Thanks in advance.

![Screenshot 2022-02-08 at 3 47 51 PM](https://user-images.githubusercontent.com/12940077/153011648-2b370a27-38b9-4975-b911-1140371ebf24.png) I am getting the above error with the mongo database (version 5.0.6). I guess the error occurred due to the incompatibility of benchmarksuite...

## Context This PR kicks-off the [RedisTimeSeries](https://oss.redislabs.com/redistimeseries/) support for the tsbs benchmark suite. - [RedisTimeSeries](https://oss.redislabs.com/redistimeseries/) is a [Redis Module](https://redis.io/modules) adding a Time Series data structure to Redis. - The tsbs...

The following PR adds support for InfluxDB v2. We can easily test it with docker in the following manner. ## Spin influxdb v2 container: ``` docker run -p 8086:8086 influxdb:2.0...

This adds support for [MongoDB time-series collections](https://docs.mongodb.com/manual/core/timeseries-collections/), which are available starting in MongoDB 5.0. The changes include: - Switch from mgo to the official MongoDB Go driver - Add options...

Sorry for the dumb question, and I understand this project wants to stay impartial, but have there been some published benchmark results? Would help to link to them somewhere (I...

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...

Hello everyone, i have a problem with IOT data for questdb, the table who demonstrates the support data refers that IOT is implemented for format questdb, but when i try...

The `double-groupby-1` devops query types was associate the variable of `DoubleGroupByDuration` . The `DoubleGroupByDuration` has been change `24` to `12` in [46b079](https://github.com/timescale/tsbs/commit/46b079fe9064310554386b434f0d4c337475c975). But Documentation have not been update.