about 1 year ago by shiqi
Add support for json mode in column usage modal in schema tab of table detail page
about 1 year 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.
about 1 year 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.
about 1 year ago by shiqi
- Make it possible to filter queries by cost and execution time before import
about 1 year 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.
about 1 year 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.