title | date | summary | tags | ||||
---|---|---|---|---|---|---|---|
Weekly update (January 01 ~ January 07, 2018) |
2018-01-08 |
Last week, we landed 37 PRs in the TiDB repositories, 4 PRs in the TiSpark repositories, and 10 PRs in the TiKV and PD repositories. |
|
Last week, we landed 37 PRs in the TiDB repositories.
- Support the
PACK_KEYS
option in theCreateTable
statement. - Show job's start time in the result of
admin show ddl ...
.
- Fix a bug when initializing HTTP stats handler.
- Fix a bug when estimating row count for outdated histograms.
- Consider time zone for builtin functions
curtime/sysdate/curdate
.
- Refactor
Chunk.AppendRow
to handle virtual. - Refactor hybrid type expressions.
- Only do a shallow copy when evaluating a "Column" expression.
- Refine the design of schema.
- Use more compact structure for histograms.
- Convert the aggregation operator
max/min
totopN
. - Shard the implicit row ID to avoid hot spot.
- Support
Chunk
forStreamAggExec
. - Support
Chunk
forHashAggExec
.
Last week, we landed 4 PRs in the TiSpark repositories.
Last week, we landed 10 PRs in the TiKV and PD repositories.
- Add timer to support worker timeout later.
- tikv-ctl: add
bad-regions
subcommand. - coprocessor/endpoint: initialize runtime in response.
- tests: fix some failpoints name.
- scheduler: fix hot region scheduler select store problem.
- Fix the score when region size is zero.
- raftstore: add
Lease
. - util: remove
BatchRunnable
and useRunnable
instead. - tests: remove redundant storage tests.
- Change
github.com/Sirupsen/logrus
togithub.com/sirupsen/logrus
.
- TiDB: Cruth kvinc