layout | title |
---|---|
post |
Weekly Update |
Last week, we landed 25 PRs in the TiDB repositories, 5 PRs in the TiDB docs repositories.
-
Support the
Drop view
statement: parsed but ignored.
-
Adjust the README structure to include the document list
-
Add the following new guides:
Last week, we landed 23 PRs in the TiKV repositories.
-
Resolve locks in batches to avoid generating a huge Raft log when a transaction rolls back.
-
Add applying snapshot count to enhance the Placement Driver (PD) balance, with PR 1278, 381.
-
Check the system configuration before startup.
-
Add a start flag to check whether a balance starts or not to fix issue 343.
-
Fix the data inconsistency bug when applying snapshot and committed logs at same time.
-
Update RocksDB config to let user configure it more easily.
-
Slow down Raft heartbeat and election interval to reduce the system pressure.
-
Check the PD list to ensure the address has a valid format.