2009/3/5 bytte <[email protected]> > That's why I thought it may be best to store all select() queries in the > cache forever. Then whenever there's an update to a database table delete > the cached queries that belong to that table. >
That's what MySql does - caching select queries that are invalidated when the table changes. -- Giorgio Sironi Piccolo Principe & Ossigeno Scripter http://ossigeno.sourceforge.net
