Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Terabyte databases
jobrien99_at_my-deja.com wrote:
>
> A couple of questions regarding terabyte databases.
>
> Can your regular Dba cope with the complexity? If not why not?
>
> At what size are tables and indexes candidates for partitioning.
> What Oracle 8 functionality is crucial to a terabyte database ?
>
> What area of Oracle manifests a performance problem that does not occur
> on Gb databases.
>
> Opinions on Oracle and a terabyte database.
>
> Resources for Oracle terabyte database people ?
>
> Thanks People,
> John
>
> Sent via Deja.com http://www.deja.com/
> Share what you know. Learn what you don't.
The larger the database, the more experience a DBA you want...
The main issues with a terabyte database is that its hard to rectify errors...
The rule (for any database) is that you must be able to complete major operations in available time, "major" being
- indexing - loading - backing up - data fixes
With a terabyte database, you need a much tighter design....For example, you may get a column wrong and need to update all the values - fine until you realise that updating the 20 billion rows cannot be done in the weekend that you have available.
etc etc
Get an expert in - you never get a large db exactly right first time, but the closer you get at day 1, the less grief you get later.
HTH --
"Some days you're the pigeon, and some days you're the statue." Received on Thu Sep 16 1999 - 06:48:07 CDT
![]() |
![]() |