News Feed
Jobs Feed
Sections



Recent Jobs

News Archive
Windows Skills Blog:
Using SQLite as a database backend for a lightweight server
February 07, 2007 @ 09:10:00

On the Windows Skills blog, there's a new post that talks about the use of a SQLite database (via PHP) to handle the assault that Digg.com can dish out to a popular webiste.

Physical memory was limited and Apache and MySQL soon started to fight for every remaining byte and eventually the page was unavailable. After this experience I started to look for a alternative for the database storage and I found an interesting one: SQLite.

He mentions some of the features the database has including zero-configuration, a simple API, and the portability of having a single database in a single file. The next step was getting it to work with his Apache/PHP5 installation and to run some statistics on it. The results show SQLite pulling ahead of MySQL (INNODB) by a bit and MySQL (MYISAM) by a good bit.

0 comments voice your opinion now!
sqlite windows database php5 benchmark statistic graph sqlite windows database php5 benchmark statistic graph




Community Events





Don't see your event here?
Let us know!


test community symfony2 unittest introduction development framework conference podcast api application opinion series custom release phpunit component interview language database

All content copyright, 2012 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework