| This is a question that is often asked and often not answered directly.
The "shoot from the hip" answer is be prepared to provide 50-100% more
disk. Why is that you ask .... you now have journal files, possibly
snapshot files and a lot more functionality than you did with RMS which
necessitates Rdb storing more information about the data.
There are many notes in NOVA::RDB_40 conference on sizing databases. There
are some tools posted that may assist you in your sizing efforts
(see not 8 in NOVA::RDB_40). You should also read (several times) the
Guide to Database Maintenace and Performance in the Rdb doc set.
There are many things that will affect your space allocation. You need
to know your application very well (ie read intensive, write
intensive, future growth...). You may also consider using Rdbexpert to
help you design your physical database.
Good Luck,
Ken M
|
| Of course, if you do some level of normalization on the data you're converting
(and I hope you do, or else you may find performance problems will rear their
ugly head -- it isn't wise to just convert the RMS applications without looking
at the design to see whether it is appropriate in a relational database
approach), then it is possible that you will be able to eliminate some
duplicate data, and reduce the extra overhead needed.
|