[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Wolfe wrote:
>     When one reads that the database can have, say, 600 active objects
> in
> memory does that mean that is the absolute object capacity? I'm under
> the
> assumption that means you can have as many objects as your disk can
> handle,
> but only 600 of 'em can be in memory at once. Is that right?

Correct, and that's if your cache size is set to that.  There's a system
out there with a database size of several hundred megs and a couple
hundred thousand objects.

 - Bruce