How Much Can Sqlite Handle? Multiple Threads Concurrently Inserting Into Sqlite
Briefly

SQLite works great as the database engine for most low to medium traffic websites... SQLite has been demonstrated to work with 10 times that amount of traffic.
The SQLite website... handles about 400K to 500K HTTP requests per day... Dynamic content uses about 200 SQL statements per webpage.
Read at CodeProject
[
add
]
[
|
|
]