Release 2.0.86
about 11 hours ago by shiqi
- Make it possible to filter queries by cost and execution time before import
Release 2.0.83
14 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 1 month 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
2 months ago by shiqi
- Add 'GROUP BY' and 'ORDER BY' column usage support.
- Add 'Has Select *' column in query history list.
Release 2.0.75
2 months ago by shiqi
- Add sql line numbers to the query history table
- Add sql comparison feature
- Add CTE definition feature
Release 2.0.72
4 months ago by shiqi
- Add support to recommended materialized view
- Add support to filtering query before import
- Improve the UX of column usage fitlers
Release 2.0.67
5 months ago by shiqi
- 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