diff --git a/DOC/FAQ.md b/DOC/FAQ.md index 0b9f3a91..f97de6c6 100644 --- a/DOC/FAQ.md +++ b/DOC/FAQ.md @@ -23,7 +23,7 @@ rqlite is about replicating a set of data, which has been written to it using SQ On top of that, rqlite provides strong guarantees about what state any copy of that data is in, with respect to a special node called the _leader_. That is where Raft comes in. It prevents divergent copies of the data, and ensures there is an "authoritative" copy of that data at all times. ## Why would I use this, versus some other replicated database? -rqlite is very simple to deploy, run, and manage. For example, it's a single binary you can drop anywhere on a machine, and just start it. This makes it very convenient. +rqlite is very simple to deploy, run, and manage. It's a single binary you can drop anywhere on a machine, and just start it. This makes it very convenient. It takes literally seconds to configure and form a cluster. That said, it's always possible it's _too_ simple for your needs.