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

Support New Database: IoTDB #226

Open citrusreticulata opened 1 year ago

citrusreticulata commented 1 year ago

Support New Database: IoTDB

About IoTDB

Apache IoTDB (Database for Internet of Things) is an IoT native database with high performance for data management and analysis, deployable on the edge and the cloud. For more details about Apache IoTDB, please take a look at: https://iotdb.apache.org/

Supported test cases for IoTDB

Supported devops and cpu-only test cases for IoTDB now. Supports multiple versions of IoTDB server: 0.13.x, 1.0.x, 1.1.x ...

Documentation

Documents are added, README is updated.

New features

Users can use various parameters to test the performance of IoTDB in different configurations. Users can export data into csv files in format of IoTDB.

Tests

The necessary unit tests have been added. All tests are passed. And these codes have used for multiple complete tests.