|
|
|
|
|
by pdimitar
1637 days ago
|
|
That's only a theoretical limitation. 99% of all your typical insert / update / delete operations finish in the single digits of milliseconds, making the serial nature of SQLite writes a problem when you get north of 5000+ requests per second. |
|