Details
-
New Feature
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
Usecase: selecting the last 5 minutes of data
I would like to be able to run queries like this:
```
select * from cpu where time > now() - interval '3' minute;
```
Proposed implementation:
follow postgres functions: https://www.postgresql.org/docs/current/functions-datetime.html