DBA (db4) as cache before MySQL
Date: 11/08/07
(PHP Community) Keywords: mysql, sql
I’m thinking about that:
What about using DBA (db4) before connecting to MySQL for speed-up and reduction server loading.
I want to store document last-modified time and select it by URI-key. Then compare it with request header “If-Modified-Since” and if visitor have actual cache — send status code 304 (Not Modified) and don’t connect to MySQL.
I just interesting, what about DBA perfomance in compare with MySQL? Will it have a matter?
Source: http://community.livejournal.com/php/595432.html