|
|
|
|
|
by tomjen3
14 days ago
|
|
Use WAL (yes this should be the default, or at least explained much better) and you can have one writer, many readers. Don't move to the network unless you have to - every single request gets massively slowed down because it has replaced local reads with network connections. Of course if you are building a startup you must consider scaling. |
|