Pinned Loading
-
mysql-server
mysql-server PublicForked from mysql/mysql-server
MySQL Server, the world's most popular open source database, and MySQL Cluster, a real-time, open source transactional database.
C++
-
tidb
tidb PublicForked from pingcap/tidb
TiDB is a distributed HTAP database compatible with the MySQL protocol
Go
-
unistore
unistore PublicForked from ngaut/unistore
A fun project for evaluating some new optimizations quickly, do not use it
Go
-
rocksdb
rocksdb PublicForked from facebook/rocksdb
A library that provides an embeddable, persistent key-value store for fast storage.
C++
-
535 contributions in the last year
Day of Week | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | April Apr | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Contribution activity
April 2025
Created a pull request in tikv/client-go that received 12 comments
txn: fix resolver cache usage for async commit
Ref: pingcap/tidb#59494
Do not call checkSecondaries
if the transaction status is determined for async commit transactions.
Small refactor on the T…
Reviewed 10 pull requests in 3 repositories
tikv/tikv
6 pull requests
-
titan: Fix titan is disabled unexpectedly after new instance restart (#18319)
This contribution was made on Apr 16
-
resolved-ts: skip updating last_pd_tso if tso fetch fails (#17990)
This contribution was made on Apr 15
-
tests: fix test_change_memory_config
This contribution was made on Apr 15
-
txn_status_cache: avoid deadlock in txn_status_cache with Pipelined DML (#18385)
This contribution was made on Apr 15
-
txn_status_cache: avoid deadlock in txn_status_cache with Pipelined DML
This contribution was made on Apr 11
-
follower read cache
This contribution was made on Apr 1
tikv/client-go
3 pull requests
-
txn: fix resolver cache usage for async commit
This contribution was made on Apr 15
-
update integration_test/go.mod
This contribution was made on Apr 2
-
memdb: introduce snapshot interface
This contribution was made on Apr 2
pingcap/tidb
1 pull request
-
executor: Refact pointGetExecutor init function to ensure member fields are correctly reset
This contribution was made on Apr 1
Created an issue in tikv/client-go that received 1 comment
txn: collect more information when inconsistency or rollback happens
For certain unexpected cases where data issues have been confirmed, more on-site information should be collected and printed in the logs to facilit…