GithubHelp home page GithubHelp logo

Comments (5)

kvaps avatar kvaps commented on June 10, 2024 1

Got it, thanks a lot!

from mariadb-operator.

boedy avatar boedy commented on June 10, 2024

Hi @kvaps, In the slack channel someone was asking a similar question I believe.

from mariadb-operator.

mmontes11 avatar mmontes11 commented on June 10, 2024

Hey there @kvaps ! Thanks for bringing this questions up.

I've created an issue for this:

Currrently, only the replication HA mode creates an extra service to perform writes to a specific node. We are aiming to consolidate and standarize this solution for Galera as well, as it seems to be a common practise for preventing posible deadlocks.

To answer your question, here it is how are we planning to standarize Services for HA:

  • <mariadb-name>: To be used for read requests. It will point to all nodes
  • primary-<mariadb-name>: To be used for write requests. It will point to a single node.

It will be tackled in the following releases!

from mariadb-operator.

kvaps avatar kvaps commented on June 10, 2024

To answer your question, here it is how are we planning to standarize Services for HA:

  • <mariadb-name>: To be used for read requests. It will point to all nodes
  • primary-<mariadb-name>: To be used for write requests. It will point to a single node.

It will be tackled in the following releases!

The only wish I'd like to add is one more service:

  • secondary-<mariadb-name>: To be used only for read requests. It should point to all nodes, except the primary one.

from mariadb-operator.

mmontes11 avatar mmontes11 commented on June 10, 2024

The only wish I'd like to add is one more service:
secondary-: To be used only for read requests. It should point to all nodes, except the primary one.

See this comment. Let's keep the discussion there. Closing

from mariadb-operator.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.