timescale / tsbs

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

Add support for MonetDB #86

Open eyalroz opened 5 years ago

eyalroz commented 5 years ago

MonetDB is an analytic column store, FOSS, well-known in the research community and has some use in industry. It is a general-purpose DBMS, but being analytics-focused, should do pretty well on time-series (perhaps not for insertion), and regardless - is useful to have as a reference for comparison.

Would you consider adding MonetDB support to TSBS?

RobAtticus commented 5 years ago

We are definitely open to adding it! It will be a bit lower on our current roadmap (some big things coming in the next week or so), but if somebody creates a PR for it, we have no objections to reviewing and merging it.

eyalroz commented 5 years ago

The thing is, I'm not a GO programmer. In my own (MonetDB-specific) benchmark repositories:

https://github.com/eyalroz/tpch-tools https://github.com/eyalroz/ssb-tools

I use the shell and the DBMS's command-line client to bulk-load from files on disk.