Replication and sharding combinationsMaster-Master Replication in MySQLMinimising downtime implementing merge...
What could cause an entire planet of humans to become aphasic?
Lubuntu 18.10 File Manager: How to view directory tree structure?
Homeostasis logic/math problem
Why does this relation fail symmetry and transitivity properties?
Fraction within another fraction
How resistance converts voltage to current?
How do dictionaries source attestation
How unreachable are Jupiter's moons from Mars with the technology developed for going to Mars?
Other than edits for international editions, did Harry Potter and the Philosopher's Stone receive errata?
Why did Luke use his left hand to shoot?
How long has this character been impersonating a Starfleet Officer?
Tikz/Pgf - Surf plot with smooth color transition
Why did Ylvis use "go" instead of "say" in phrases like "Dog goes 'woof'"?
Trying to detect if any checked values contains a specific string
How can I give a Ranger advantage on a check due to Favored Enemy without spoiling the story for the player?
What would be some possible ways of escaping higher gravity planets?
Rigorous justification for non-relativistic QM perturbation theory assumptions?
Coworker asking me to not bring cakes due to self control issue. What should I do?
Dealing with an internal ScriptKiddie
Does rolling friction increase speed of a wheel?
Is it possible to detect 100% of SQLi with a simple regex?
Can you say "leftside right"?
Taking an academic pseudonym?
How to put text above column in minipage?
Replication and sharding combinations
Master-Master Replication in MySQLMinimising downtime implementing merge replication on live systemSharding Postgres DatabaseMongoDB Sharding and Replica Set AllocationTransactional Replication - Replication Order of Related TablesDocument Store & Relational DB Hybrid. Exists? Possible?Is there some kind of table-level replication in PostgreSQL?MySQL - design help for scaleUsing postgres_fdw to connect from one read replica to anotherSyncing DDL accross Postgres shards
In modern relational databases, what combinations of replication and sharding are possible?
For example, is it possible to replicate a small table in order to avoid cross-shard joins whereas a large table is sharded? Like this:
Node
1
- Table
orders_male
- Table
genders
- Table
Node
2
- Table
orders_female
- Table
genders
- Table
Both order_male
and order_female
contain foreign key that reference the genders
table.
replication sharding scalability
New contributor
add a comment |
In modern relational databases, what combinations of replication and sharding are possible?
For example, is it possible to replicate a small table in order to avoid cross-shard joins whereas a large table is sharded? Like this:
Node
1
- Table
orders_male
- Table
genders
- Table
Node
2
- Table
orders_female
- Table
genders
- Table
Both order_male
and order_female
contain foreign key that reference the genders
table.
replication sharding scalability
New contributor
add a comment |
In modern relational databases, what combinations of replication and sharding are possible?
For example, is it possible to replicate a small table in order to avoid cross-shard joins whereas a large table is sharded? Like this:
Node
1
- Table
orders_male
- Table
genders
- Table
Node
2
- Table
orders_female
- Table
genders
- Table
Both order_male
and order_female
contain foreign key that reference the genders
table.
replication sharding scalability
New contributor
In modern relational databases, what combinations of replication and sharding are possible?
For example, is it possible to replicate a small table in order to avoid cross-shard joins whereas a large table is sharded? Like this:
Node
1
- Table
orders_male
- Table
genders
- Table
Node
2
- Table
orders_female
- Table
genders
- Table
Both order_male
and order_female
contain foreign key that reference the genders
table.
replication sharding scalability
replication sharding scalability
New contributor
New contributor
New contributor
asked 3 mins ago
Stanislav KralinStanislav Kralin
1011
1011
New contributor
New contributor
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "182"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Stanislav Kralin is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fdba.stackexchange.com%2fquestions%2f230623%2freplication-and-sharding-combinations%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Stanislav Kralin is a new contributor. Be nice, and check out our Code of Conduct.
Stanislav Kralin is a new contributor. Be nice, and check out our Code of Conduct.
Stanislav Kralin is a new contributor. Be nice, and check out our Code of Conduct.
Stanislav Kralin is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Database Administrators Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fdba.stackexchange.com%2fquestions%2f230623%2freplication-and-sharding-combinations%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown