Skip to content

Commit 35264cd

Browse files
committed
refine
Signed-off-by: husharp <ihusharp@gmail.com>
1 parent 879ce93 commit 35264cd

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ avatar_old: /assets/img/vampire.png
77

88
I'm Jinhao Hu, aka HuSharp\*, Hu#\*.
99

10-
I code with joy and I am interested in various fields including but not limited to: distributed systems, databases, and operating systems.
10+
I code with joy and I'm interested in various fields including but not limited to: distributed system, database, and operating system.
1111

1212
Currently employed at [PingCAP](https://en.pingcap.com).
1313

@@ -28,6 +28,6 @@ I'm a lifelong learner. This site exists to document my past and accompany me on
2828

2929
\* Here is an [introduction](/life/2020/07/18/HuSharp-origin.html) to the origin of the name.
3030

31-
Reach me at [ihusharp@gmail.com](mailto:ihusharp@gmail.com), also available on [Github](https://github.com/HuSharp), [Douban](https://www.douban.com/people/224261882).
31+
Reach me at [ihusharp@gmail.com](mailto:ihusharp@gmail.com) and [Linkedin](https://www.linkedin.com/in/jinhao-hu-656035201/), also available on [Github](https://github.com/HuSharp), [Douban](https://www.douban.com/people/224261882).
3232

3333
Thanks [Tabokie](https://github.com/tabokie) for your inspiring [site](https://tabokie.github.io/)!

resume.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ override_title: true
88

99
## Skills
1010

11-
- **Programming Language**: **multilingual**(not limited to any specific language) experienced in Golang/Rust/Python.
11+
- **Programming Language**: **multilingual**(not limited to any specific language) experienced in Golang/Rust/C&C++/Java/Python.
1212
- **Distributed System/Database**: contribute to TiKV/PD/TiDB, taken course MIT 6.824 and PingCAP's Talent Plan.
1313
- **Developing Tool**: familiar with Linux-based programming, have experience with team tools like Git.
1414

@@ -21,8 +21,8 @@ override_title: true
2121

2222
**PingCAP – Storage Team** (Database Engineer; Jul, 2022 ~ till now)
2323

24-
- Resource Control: Achieve the isolation of multiple applications deployed on the same cluster. The TiDB layer will perform traffic control on users' read and write requests based on quotas, while the TiKV layer will schedule requests based on priorities. By implementing control through these two layers of traffic control and scheduling, resource isolation for applications can be achieved.
25-
- Flashback: Enable fast rollback of data to a specified time when users make mistakes. Based on the multi-version concurrency control (MVCC), the data with the latest timestamp before the TIMESTAMP will be retrieved to overwrite the current data.
24+
- Resource Control: Achieve the isolation of multiple applications deployed on the same cluster. The TiDB layer will perform traffic control on users' read and write requests based on quotas, while the TiKV layer will schedule requests based on priorities. By implementing control and scheduling through these two layers, resource isolation for applications can be achieved.
25+
- Flashback: Enable fast rollback of data to a specified time when users make mistakes. Based on the Multiversion concurrency control(MVCC), the data with the latest timestamp before the TIMESTAMP will be retrieved to overwrite the current data.
2626

2727
## Education
2828

0 commit comments

Comments
 (0)