title | date | summary | tags | ||
---|---|---|---|---|---|
Weekly update (July 17 ~ July 23, 2017) |
2017-07-24 |
Last week, we landed 60 PRs in the TiDB repositories and 19 PRs in the TiKV repositories. |
|
Last week, we landed 60 PRs in the TiDB repositories.
- Add a
tidb_version
function to get thetidb-server
version information. - Support the
READ COMMITTED
isolation level. - Support the
ENCLOSED BY
clause in theLoad Data
statement. - Support creating index using type and comment.
- Refactor the optimizer:
- Refactor the builtin function evaluation framework:
- Improve the unit test coverage:
- Fix a bug of using undefined user variable.
Last week, We landed 19 PRs in the TiKV repositories.
- Add DAG executor for coprocessor.
- Add
json_object
andjson_array
for coprocessor. - Add the
abs
function for the coprocessor. - Add the
u64
support for JSON type. - Add the
max_compaction_bytes
support for RocksDB. - Add the TSO warning metrics for PD.
- Enlarge gRPC send message length.
- Remove the unix socket from PD test.
- Fix a bug when shrinking buffer.
- Use collected properties to optimize GC.
- Get RocksDB snapshot lazily.
- Introduce rate limit to make QPS more stable.
- Send the apply proposals in batches.
- Stop supporting the old V1 snapshot format any more and support using V2 only.