On Nov 14, 2011, at 4:49 PM, Paxdo Presse wrote:

> I hesitate a lot in my choice of database for my web application. 

FWIW...

Situations Where SQLite Works Well

• Websites

SQLite usually will work great as the database engine for low to medium traffic 
websites (which is to say, 99.9% of all websites). The amount of web traffic 
that SQLite can handle depends, of course, on how heavily the website uses its 
database. Generally speaking, any site that gets fewer than 100K hits/day 
should work fine with SQLite. The 100K hits/day figure is a conservative 
estimate, not a hard upper bound. SQLite has been demonstrated to work with 10 
times that amount of traffic.

http://www.sqlite.org/draft/whentouse.html

> I guess the use of SSD dramatically increases the performance of SQLite.

Yes.

> SQLITE work properly on SSD?

Yes.

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to