1
0
Fork 0

Update FAQ.md

master
Philip O'Toole 5 years ago committed by GitHub
parent 451d424d1c
commit dd9171f884
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -13,7 +13,7 @@ That said, it's always possible it's _too_ simple for your needs.
## rqlite is distributed. Does that mean it can increase SQLite performance?
Yes, but only for reads. It does not provide any scaling for writes, since all writes must go through the leader. rqlite is distributed for replication and fault tolerance, not for peformance. In fact write performance is reduced relative to a standalone SQLite database, because of the round-trips between nodes.
### What is the best way to increase rqlite performance?
## What is the best way to increase rqlite performance?
The simplest way to increase performance is to use higher-performance disks and a lower-latency network. This is known as _scaling vertically_.
## Where does rqlite fit into the CAP theorem?

Loading…
Cancel
Save