✓ Solved

Are the 3 node database clusters load balanced or just for redundancy?

I think the title covers it.

Is the 3 node managed database more performant because 3 nodes are handling requests? Or is it just more robust because there isn't a single point of failure but read / write performance is not enhanced?

2 Replies

✓ Best Answer

Hi there,

In a 3 node (High availability) Managed Database cluster, the two additional nodes exist for data redundancy and automatic failover. Your data is replicated across each node in the cluster, and if one goes down, any traffic is subsequently redirected to the additional nodes. Read/write performance is unaffected.

Additional information can be found in the following Linode documentation:

Kindest regards,
Eric

Thanks for the info!

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct