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













0















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




  • Node 2




    • Table orders_female

    • Table genders




Both order_male and order_female contain foreign key that reference the genders table.









share







New contributor




Stanislav Kralin is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.

























    0















    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




    • Node 2




      • Table orders_female

      • Table genders




    Both order_male and order_female contain foreign key that reference the genders table.









    share







    New contributor




    Stanislav Kralin is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.























      0












      0








      0








      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




      • Node 2




        • Table orders_female

        • Table genders




      Both order_male and order_female contain foreign key that reference the genders table.









      share







      New contributor




      Stanislav Kralin is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.












      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




      • Node 2




        • Table orders_female

        • Table genders




      Both order_male and order_female contain foreign key that reference the genders table.







      replication sharding scalability





      share







      New contributor




      Stanislav Kralin is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.










      share







      New contributor




      Stanislav Kralin is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.








      share



      share






      New contributor




      Stanislav Kralin is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked 3 mins ago









      Stanislav KralinStanislav Kralin

      1011




      1011




      New contributor




      Stanislav Kralin is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      Stanislav Kralin is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      Stanislav Kralin is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






















          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.










          draft saved

          draft discarded


















          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.










          draft saved

          draft discarded


















          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.




          draft saved


          draft discarded














          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





















































          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







          Popular posts from this blog

          Szabolcs (Ungheria) Altri progetti | Menu di navigazione48°10′14.56″N 21°29′33.14″E /...

          Discografia di Klaus Schulze Indice Album in studio | Album dal vivo | Singoli | Antologie | Colonne...

          How to make inet_server_addr() return localhost in spite of ::1/128RETURN NEXT in Postgres FunctionConnect to...