1
0
Fork 0

Fix query port

master
Philip O'Toole 10 years ago
parent d2e67b3a2f
commit 68baa32df3

@ -73,7 +73,7 @@ When a transaction takes place either both statements will succeed, or neither.
### Querying Data
Qeurying data is easy.
curl -XGET localhost:4002/db -d 'SELECT * from foo'
curl -XGET localhost:4001/db -d 'SELECT * from foo'
### Performance
rqlite replicates SQLite for fault-tolerance. It does not replicate it for performance. In fact performance is reduced somewhat due to the network round-trips.

Loading…
Cancel
Save