chaudhar(at)umich(dot)edu (shahbaz) writes:
> Any way, while I could tune the heck out of the DB or spend countless
> thousands on RAM, wouldn't it be better to take advantage of cheap
> hard-disk space.
So the main objection people have had to such caching is that it would
conflict with the concurrency goals. The aggregate caches would become a big
point of contention. There are a lot of applications where there are a lot
more selects than update/inserts however. And there are a lot of applications
where some information doesn't need to be updated continuously.
It's kind of sad to see the rules system not quite being up to what you need.
Are you sure it can't be done? It would be the cleanest way to do it manually.
--
greg