Your thoughts / Links to good resources that cover this would be much
appreciated.
-David
I can say for sure that Oracle as well as Microsoft cover this in their
product documentation - which is available online.
robert
--
remember.guy do |as, often| as.you_can - without end
http://blog.rubybestpractices.com/
The open source RDBMS give you 100% visibility into implementation.
For example, a quick Google turns up:
http://forge.mysql.com/wiki/MySQL_Internals
http://www.scribd.com/doc/10035754/MySQL-Internals-Manual
http://www.redhat.com/docs/manuals/database/RHDB-2.0-Manual/admin_user/overview.html
http://www.scribd.com/doc/7800905/PostgreSQL-Internals-Through-Pictures
http://www.scribd.com/doc/7800904/Inside-PostgreSQL-Shared-Memory
and older:
http://www.scribd.com/doc/4844939/The-Implementation-Of-POSTGRES
>
> -David