Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

perf(s3stream): optimize the critical section in s3 wal #1880

Merged
merged 4 commits into from
Aug 22, 2024

Conversation

ShadowySpirits
Copy link
Contributor

@ShadowySpirits ShadowySpirits commented Aug 21, 2024

close #1874

Chillax-0v0
Chillax-0v0 previously approved these changes Aug 22, 2024
@ShadowySpirits ShadowySpirits merged commit 3bbaf81 into main Aug 22, 2024
6 checks passed
@ShadowySpirits ShadowySpirits deleted the optimize_s3_wal branch August 22, 2024 03:42
ShadowySpirits added a commit that referenced this pull request Aug 22, 2024
* perf(s3stream): optimize the critical section in s3 wal

Signed-off-by: SSpirits <[email protected]>

* fix(s3stream): fix check style

Signed-off-by: SSpirits <[email protected]>

* feat(s3stream): optimize

Signed-off-by: SSpirits <[email protected]>

* fix(s3stream): fix resource leak in test

Signed-off-by: SSpirits <[email protected]>

---------

Signed-off-by: SSpirits <[email protected]>
(cherry picked from commit 3bbaf81)
ShadowySpirits added a commit that referenced this pull request Aug 22, 2024
* perf(s3stream): optimize the critical section in s3 wal

Signed-off-by: SSpirits <[email protected]>

* fix(s3stream): fix check style

Signed-off-by: SSpirits <[email protected]>

* feat(s3stream): optimize

Signed-off-by: SSpirits <[email protected]>

* fix(s3stream): fix resource leak in test

Signed-off-by: SSpirits <[email protected]>

---------

Signed-off-by: SSpirits <[email protected]>
(cherry picked from commit 3bbaf81)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Enhancement] Optimize the performance of WALUtil#generateRecord
2 participants