This was closed by accident because we just merged in the upstream raft history. Reopening
+1 for this feature
+1
+1
+1
When you do this, please make it arbitrarilly recursive, rather than just adding one-level. In other words, subqueries should be allowed to have subqueries :). Limiting it to 2 levels is as silly as limiting it to 1.
+1, here's a sentence that explains my use-case:
I want to retrieve all data points from my latency measurement that are within the 90th percentile.
SELECT ms FROM latency WHERE time > now() - 2h AND ms < (SELECT percentile(ms, 90) FROM latency)
+1
+1
Does "revisit in the future" means it won't be implemented in 0.9.x?
@Melevir that is correct. The "revisit in the future" label is for features beyond the 0.9 line.
+1
I my case I'd like to do a first aggregation with a small group time and over that another aggregation with a bigger group time
+1
+1
+1
+1
+1
+1
+1
Rather than +1 in comments it's way better to react 馃憤 under initial comment.
There are many people who have subscribed to this issue to get a notification when it will be closed (hopefully implemented), and those +1 only create unnecessary noise for everyone.
Most helpful comment
Rather than +1 in comments it's way better to react 馃憤 under initial comment.
There are many people who have subscribed to this issue to get a notification when it will be closed (hopefully implemented), and those +1 only create unnecessary noise for everyone.