tidb-server v1.0.0
- The SQL query optimizer:
- Adjust the cost model
- Analyze pushdown
- Function signature pushdown
- Optimize the internal data format to reduce the intrium data size
- Enhance the MySQL compatibility
- Support the
NO_SQL_CACHE
syntax and limit the cache usage in the storage engine - Refactor the Hash Aggregator operator to reduce the memory usage
- Support the Stream Aggragator operator