title | date | summary | tags | ||
---|---|---|---|---|---|
Weekly update (May 15 ~ May 21, 2017) |
2017-05-22 |
Last week, we landed 31 PRs in the TiDB repositories and 16 PRs in the TiKV repositories. |
|
Last week, we landed 31 PRs in the TiDB repositories.
-
Add the following builtin functions:
-
Add the
EvalDuration
andEvalTime
interface for expressions.
-
Add default value for the Password Validation system variables.
-
Fix the issue of retrying with no limitation when committing primary key failed.
-
Fix the issue of context cancellation triggering onSendFail and dropping cache: context cancel doesn't mean cache out of data.
-
Reprocess SQL statement when meeting the infoschema change error.
-
Consider task type when building the physical plan: to make cost more precise.
-
Rename
SupportRequestType
toIsRequestTypeSupported
to improve readability. -
Support more SQL grammar for
Compress Options
in theAlterTable
statement.
Last week, We landed 16 PRs in the TiKV repositories.
- Support table scan with DAG in coprocessor.
- Add Jenkins support, see 643, 644, 1835, 1836.
- Write Raft log synchronously to ensure data safety.
- Use
SmallGroupFirstQueue
in endpoint scheduler. - Fetch snapshot lazily to reduce the cost of creating unnecessary snapshot.
- Create WriteBatch with capacity to avoid reallocating.