On 21.01.2011, at 17:12, Tudor Girba wrote:
Just a question: Would the new slate disks not
alleviate the problem of the disk speed?
It is hard to tell. Usually you can assume that an OODB is more partitioned (data wise)
than a relational database. This leads to more seeks on a hard drive. SSDs being much
faster in doing seeks than normal hard drives may speed up a databases like gemstone a
lot. Taking gemstone this is only one of the important factors.
All object reads go through a shared page cache. This is the biggest performance gaining
factor. If you can have a huge shared page cache where your model fits into a large extent
than this will be really fast. The more your active object memory doesn't fit into the
more disk performance gets important.
Norbert