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.

Release 2.0.75

  • Add sql line numbers to the query history table
  • Add sql comparison feature
  • Add CTE definition feature

Release 2.0.74

  • Support join column usages.
  • Add query signature feature.

Release 2.0.72

  • Add support to recommended materialized view
  • Add support to filtering query before import
  • Improve the UX of column usage fitlers

Release 2.0.67

  • Eliminate the confusion between cost and total cost of duplicate queries
  • Add summary in MV detail page
  • Add date selection to query history import flow
  • Add api token section to settings page