←back to thread

654 points neilk | 1 comments | | HN request time: 0.202s | source
Show context
eatonphil ◴[] No.43556669[source]

> [rqlite and dqlite] are focused on increasing SQLite’s durability and availability through consensus and traditional replication. They are designed to scale across a set of stateful nodes that maintain connectivity to one another.

Little nitpick there, consensus anti-scales. You add more nodes and it gets slower. The rest of the section on rqlite and dqlite makes sense though, just not about "scale".

replies(2): >>43557295 #>>43558601 #
carlsverre ◴[] No.43557295[source]

Hey Phil! Also you're 100% right. I should use a different word than scale. I was meaning scale in the sense that they "scale" durability and availability. But obviously it sounds like I say they are scaling performance.

I've changed the wording to "They are designed to keep a set of stateful nodes that maintain connectivity to one another in sync.". Thank you!

replies(1): >>43557315 #
1. eatonphil ◴[] No.43557315[source]

Thank you!