-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Transparent* database sharding #46639
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 1 commit
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
c09ec95
feat: track expected output columns in query builder
icewind1991 114db05
fix: don't make ICacheFactory depend on database
icewind1991 c58bdbf
fix: delay calculating global cache prefix untill a cache is created
icewind1991 f5b3486
feat: add option to automatically partition queries by specific tables
icewind1991 62f8b65
feat: implement distributing partitioned queries over multiple shards
icewind1991 ddbeb4c
test: mark share test cleanup as running across all shards
icewind1991 fc05a67
fix: only allow pre-defined shards
icewind1991 4d9b563
test: run sharding tests in ci
icewind1991 390f6a7
fix: hint storage id in more places
icewind1991 2eaeeee
fix: run mimetype repair query across all shards
icewind1991 382d102
test: fix share provider tests for sharding
icewind1991 80a2553
fix: make background scan job compatible with sharding
icewind1991 e538f46
fix: adjust systemtag orphan cleanup query to work with sharding
icewind1991 cc091b1
fix: fix share cleanup for deleted groups with sharding
icewind1991 b21a399
fix: implement sharding compatible cleanup for various bits
icewind1991 1363e14
fix: make preload custom proterties sharding compatible
icewind1991 9d02485
fix: mark systemconfig value as not being tainted because they are im…
icewind1991 2574cbf
chore: Apply php:cs recommendations
artonge 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
feat: implement distributing partitioned queries over multiple shards
Signed-off-by: Robin Appelman <[email protected]>
- Loading branch information
commit 62f8b6517f4492b220ebd9df415f2b134735768b
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
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.
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.