Weekly update in TiDB
Last week, we landed 55 PRs in the TiDB repositories.
Added
Fixed
Improved
- Enlarge the batch size from 128M to 256M to reduce the network round-trip.
- Suport
coalesce
pushdown.
- Make auto analyze more conservative.
- Support
isnull
pushdown.
- Implement the
MVCCStore
interface using the leveldb backend.
- Calculate generated columns in CRUD.
- Refactor the following expression/builtin-function evaluation framework:
- TIMESTAMP
- DAYNAME
- DATE
- UTC_TIME
- MONTHNAME
- WEEKDAY, FROM_DAYS, QURTER
- LAST_DAY
- DAYOFWEEK, DAYOFMONTH, DAYOFYEAR
- FIND_IN_SET
- DATEDIFF
- CURDATE, SYSDATE, YEARWEEK
- YEAR, MONTH
- WEEK, WEEKOFYEAR
- NOW, UTC_TIMESTAMP, UTC_DATE
- TIMESTAMPDIFF
- COALESCE
New Contributor (Thanks!)
Weekly update in TiKV
Last week, We landed 21 PRs in the TiKV repositories.
Added
Fixed
Improved