Mikhail Akimov
Mikhail Akimov
There are database-specific performance issues with totals and such. Some databases are better at e.g. window functions, some at joins with group by subquery. To avoid having this logic in...
Support metrics defined as rolling aggregations, e.g. there's "Number of new registered users" per Month vs. "Total userbase" per Month, meaning number of users in the database at the end...
Ensure that metric-measures have consistent settings. - metrics can't specify `filter` and `time` - metrics that use columns in expr have to specify `table`
**Describe the bug** When `exists` clause is used as a column inside `select` clause, it's put on the same line as the previous column, even when formatter decided to put...