I am using MonetDB for time series data. I want to partition the tables by time intervals (e.g. by day). Each partition would therefore contain data of a particular day. That ideally would later accelerate the query runtime.
From the documentation, I can see that MonetDB provides partitioning as a feature, by I couldn't know how to implement it, I have tried for example: PARTITION BY DAY, such is implemented by other systems, by that didn't work.
How could a table be partitioned using a fixed time period interval in MonetDB?
In MonetDB there is no
PARTITION BY DAY. But what you can do, is