Release 2.0.90
3 days ago by shiqi
- Turn on json mode by default
- Add column level to the column usage modal
- Do not do dedup in leaf node levels
- Enable the user to go directly to query detail page by clicking the leaf node
- Refine the table headers in schema tab of table detail page
Release 2.0.89
4 days ago by shiqi
Add support for json mode in column usage modal in schema tab of table detail page
Release 2.0.88
6 days ago by shiqi
- Add tabs to differentiate between unused tables and used tables in insight page.
- Add tabs to differentiate between unused columns and used columns in schema tab of table detail page.
Release 2.0.87
7 days ago by shiqi
- Add support for rollup materialized views. Create materialized views for queries sharing same source table and similar patterns to improve query performance through rollup optimization. Currently support only single-table rollup MVs.
Release 2.0.86
9 days ago by shiqi
- Make it possible to filter queries by cost and execution time before import
Release 2.0.83
23 days ago by shiqi
- Add support for filter based materialized views. Now we could create materialized views for queries sharing one or more exactly same filters and rewrite these queries to improve the performance by using filter based materialized views. Currently, the rewritten queries are for reference only due to tech limitations and we are constantly improving the accuracy of this feature.
- Show columns usages in the schema table of table detail page.
Release 2.0.82
about 1 month ago by shiqi
- Add sql preview feature to query list table component.
- Refine the UX of the pagination component.
- Make table columns configurable for query list table component.
Release 2.0.81
about 2 months ago by shiqi
- Add 'Tables Using Select *' column to query history list page.
- Show CTE definitions with Format.
- Make it possible to set storage type via the UI.
Release 2.0.78
3 months ago by shiqi
- Add 'GROUP BY' and 'ORDER BY' column usage support.
- Add 'Has Select *' column in query history list.