-
Notifications
You must be signed in to change notification settings - Fork 1.5k
db: opt-in ReadAhead of Table with limited "ahead window" #21880
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
Merged
Merged
Changes from all commits
Commits
Show all changes
75 commits
Select commit
Hold shift + click to select a range
d08835b
db/kv, db/state, execution: opt-in page-cache warmup + parallel read-…
AskAlexSharov 108de4c
save
AskAlexSharov b99a397
Merge remote-tracking branch 'origin/main' into alex/warmup_table_36
AskAlexSharov 3f279d7
save
AskAlexSharov 752e71f
save
AskAlexSharov 5e0fdbd
save
AskAlexSharov aa9c43e
save
AskAlexSharov 68c394d
save
AskAlexSharov a4ce4ab
save
AskAlexSharov 327b1b7
save
AskAlexSharov c64ead5
save
AskAlexSharov d6c2c21
save
AskAlexSharov c741350
save
AskAlexSharov f8df225
save
AskAlexSharov c5c8cd7
save
AskAlexSharov 5baacab
save
AskAlexSharov c960eac
save
AskAlexSharov 9419387
Merge remote-tracking branch 'origin/main' into alex/warmup_table_36
AskAlexSharov 6c3beae
cmd/integration, execution/stagedsync: fix build errors after merge w…
AskAlexSharov 0d5d46c
Merge remote-tracking branch 'origin/main' into alex/warmup_table_36
AskAlexSharov 08b932f
save
AskAlexSharov bce1da8
save
AskAlexSharov 6b89165
save
AskAlexSharov ca38c08
save
AskAlexSharov 00667dc
save
AskAlexSharov 485a6e8
save
AskAlexSharov ef0fbd8
save
AskAlexSharov 0708b3f
save
AskAlexSharov 41c52b1
save
AskAlexSharov ee624fb
save
AskAlexSharov 8e66dcf
save
AskAlexSharov 1b555fd
save
AskAlexSharov 7855f37
save
AskAlexSharov 8695622
save
AskAlexSharov a442b5d
save
AskAlexSharov a7801a6
save
AskAlexSharov c5f7a7b
save
AskAlexSharov d93e485
save
AskAlexSharov c2db495
save
AskAlexSharov 8e6807c
save
AskAlexSharov 7324282
save
AskAlexSharov ce8e197
Merge branch 'alex/warmup_table_36_rwtx2' into alex/warmup_table_36
AskAlexSharov 986640a
db/kv: address review comments — DistributeCursors doc fixes, reuse t…
AskAlexSharov 95de53b
save
AskAlexSharov a40a0c2
db/kv: address review comments — log took value in DistributeCursors,…
AskAlexSharov 0f3b3f8
db/kv/backup: propagate Count error in backupTable
AskAlexSharov 653c12a
db/kv: cap DistributeCursors cursor count; drop unused Kv2kv ticker
AskAlexSharov cca9732
Merge branch 'main' into alex/warmup_table_36
AskAlexSharov 57d33d0
Merge branch 'main' into alex/warmup_table_36
AskAlexSharov ba42da8
db/kv/backup: clone chunkBounds boundaries to survive same-tx DeleteR…
AskAlexSharov 7a8036e
Merge remote-tracking branch 'origin/main' into alex/warmup_table_36
AskAlexSharov a02e614
save
AskAlexSharov a3331f2
save
AskAlexSharov cd869c7
save
AskAlexSharov e673d61
db/kv: fault warmup value pages via compiler-visible sink; temporal D…
AskAlexSharov e387e94
db/kv: log real warmup errors instead of swallowing db.View result
AskAlexSharov 603d61b
Merge remote-tracking branch 'origin/main' into alex/warmup_table_36
AskAlexSharov e5e9b62
Merge remote-tracking branch 'origin/main' into alex/warmup_table_36
AskAlexSharov 03d5350
db/kv, execution/stagedsync: address review round (yperbasis + copilot)
AskAlexSharov a82190e
Potential fix for pull request finding
AskAlexSharov 5f08613
Merge remote-tracking branch 'origin/main' into alex/warmup_table_36
AskAlexSharov 3bec780
db/kv: fix Windows split-cursor failure; size-derive read-ahead window
AskAlexSharov 6ca5d3e
db/kv: tighten comments
AskAlexSharov 6e52947
db/kv: fix read-ahead ctx leak on natural completion; doc fixes
AskAlexSharov 489efc4
db/kv: DistributeBounds returns table size even when it can't count-s…
AskAlexSharov 8297a0c
db/kv: bound read-ahead faulting, simplify ReadAhead, DupSort tests
AskAlexSharov 54c1742
db/kv: drop warm() 1GB cap (abandoned leftover chunk; not cleanly fix…
AskAlexSharov 522dddc
Merge remote-tracking branch 'origin/main' into alex/warmup_table_36
AskAlexSharov abf8304
save
AskAlexSharov fd1f869
save
AskAlexSharov 26ce2f5
Potential fix for pull request finding
AskAlexSharov 25b560c
Potential fix for pull request finding
AskAlexSharov 2c230b4
db/kv/mdbx: restore !allSet break in DistributeCursors
AskAlexSharov b57ffad
db/kv/mdbx: normalize hollow-cursor ENODATA via mdbx-go v0.40.3
AskAlexSharov f79f49b
Merge remote-tracking branch 'origin/main' into alex/warmup_table_36
AskAlexSharov File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.