Paul Higgins wrote:
Hello all,
I have some questions regarding caching information with PHP. I was
thinking that I might cache all information that won't be changing for
long periods of time...possibly only once a day or so, instead of
querying the database for information every time. My quest
On Wed, 2004-08-25 at 16:32, Scott Hyndman wrote:
> I've found that caching LARGE datasets can be really useful. Filesystem
> access is blazing fast, and at least in my case, I've found it to be
> significantly faster than the time it takes to process a query and
> return the dataset.
>
> Too much
On Wed, 2004-08-25 at 14:52, Paul Higgins wrote:
> Hello all,
>
> I have some questions regarding caching information with PHP. I was
> thinking that I might cache all information that won't be changing for long
> periods of time...possibly only once a day or so, instead of querying the
> data
3 matches
Mail list logo