Skip to content

tidb-server v1.0.0

Compare
Choose a tag to compare
@shenli shenli released this 16 Oct 04:34
· 20090 commits to master since this release
  • 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