News Feed
Sections
News Archive


Community Events
php|tek 2008 PHP Conference



php|tek 2008 Ticker

[our feed] [hashtags feed]

Windows Skills Blog:
Using SQLite as a database backend for a lightweight server
0 comments :: posted Wednesday February 07, 2007 @ 09:10:00
voice your opinion now!

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.

tagged with: sqlite windows database php5 benchmark statistic graph sqlite windows database php5 benchmark statistic graph



package security zendframework release conference zend cakephp code database PHP5 application releases pecl ajax framework job book PEAR developer mysql

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