-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
feat: Add support for asynchronous flushing in DiskManager::WriteLog() && improve overall structure of DiskManager #580
Open
xzhseh
wants to merge
14
commits into
cmu-db:master
Choose a base branch
from
xzhseh:feat-dm
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Commits on Jun 21, 2023
-
feat: Add log_io_latch_ & Change bool type to std::atomic<bool> for b…
…etter concurrency support
Configuration menu - View commit details
-
Copy full SHA for b2ab811 - Browse repository at this point
Copy the full SHA b2ab811View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8de3745 - Browse repository at this point
Copy the full SHA 8de3745View commit details -
feat: Change flush_log_f_ to be wrapped in a std::unique_ptr to preve…
…nt potential memory problems
Configuration menu - View commit details
-
Copy full SHA for daad063 - Browse repository at this point
Copy the full SHA daad063View commit details -
Configuration menu - View commit details
-
Copy full SHA for e5a6433 - Browse repository at this point
Copy the full SHA e5a6433View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a0fd6f - Browse repository at this point
Copy the full SHA 5a0fd6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4353a74 - Browse repository at this point
Copy the full SHA 4353a74View commit details
Commits on Jun 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 534b109 - Browse repository at this point
Copy the full SHA 534b109View commit details -
Configuration menu - View commit details
-
Copy full SHA for cdbf804 - Browse repository at this point
Copy the full SHA cdbf804View commit details -
Configuration menu - View commit details
-
Copy full SHA for a3ccb5a - Browse repository at this point
Copy the full SHA a3ccb5aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 81ff2a4 - Browse repository at this point
Copy the full SHA 81ff2a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6db727b - Browse repository at this point
Copy the full SHA 6db727bView commit details
Commits on Jul 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 75dca21 - Browse repository at this point
Copy the full SHA 75dca21View commit details
Commits on Jul 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7c0bcce - Browse repository at this point
Copy the full SHA 7c0bcceView commit details
Commits on Aug 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5ee2a35 - Browse repository at this point
Copy the full SHA 5ee2a35View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.