Release 2.0.90

  • 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

Add support for json mode in column usage modal in schema tab of table detail page

Release 2.0.88

  • 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

  • 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

  • Make it possible to filter queries by cost and execution time before import

Release 2.0.83

  • 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

  • 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

  • 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.80

  • Add general keyword search feature to query list table.

Release 2.0.78

  • Add 'GROUP BY' and 'ORDER BY' column usage support.
  • Add 'Has Select *' column in query history list.