title | date | summary | tags | ||||
---|---|---|---|---|---|---|---|
Weekly update (July 16 ~ July 22, 2018) |
2018-07-23 |
Last week, we landed 41 PRs in the TiDB repositories, 2 PRs in the TiSpark repositories, and 23 PRs in the TiKV and PD repositories. |
|
Last week, we landed 41 PRs in the TiDB repositories.
- Support
group_concat
in the new aggregation evaluation framework - Support the remained types (
String
/Time
/Duration
/JSON
) forMax
/Min
- Support
FIRST_ROW
in the new aggregation evaluation framework - Support the
admin check table
statement for table partition - Add the proposal template
- Add the new storage row format proposal
- Add the design document about the new aggregate framework
- Set the
PB
field type and theExtraHandle
column type
- Fix the daylight saving time issue
- Fix the panic of creating partition tables
- Fix the bug in loading data
- Fix the OOM issue in the batch operations
- Add
keepalive
- Truncate the prefix index from runes when the charset is UTF-8
- Check
b.err
located afterbuildSort
andbuildLimit
inbuilUnion
- Use reference count to keep only one domain instance
- Speed up executing the
replace into
statement - Handle the error of
mismatch cluster id
- Refactor the index for table partition
- Check the partition count limit when creating and adding the partitioned table
- Make decoding much faster
Last week, we landed 2 PRs in the TiSpark repositories.
- Improve the error log of the PD connection issue
- Re-throw the exception when PD initialization fails
Last week, we landed 23 PRs in the TiKV and PD repositories.
- Create
MAINTAINERS.md
- Record the node version
- Support
futures
for thempsc
channel - Support Region half-splitting without scan
- Add the bottommost level compaction
- Add the error code
- Support Region merging
- Support the Raft learner in the simulator
- Add the policy selection for splitting Regions