Release 2.0.97
15 days ago by shiqi
- Enable users to highlight views in the sql editor of query history detail page.
- Implement action center in table detail page:
- Use a table to show most commonly used filter conditions so users could generate materialized views for them to speed up queries and reduce the cost.
- Use a table to show most commonly used json column fields so users could generate materialized views for them to speed up queries and reduce the cost.
- Refine the query action center by highlighting sqls of suggestions.
- Enabled users to view unparsed queries(Unparsed quereis include queries that are excluded by the filter sql of an import and queries that we fail to parse during an import).
- Handle failed imports in a more elegant manner:
- Show Failure status properly in import job list.
- Enable users to restart a failed import.