Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle 8i Database with 18,000 Partitions

Re: Oracle 8i Database with 18,000 Partitions

From: Jonathan Lewis <jonathan_at_jlcomp.demon.co.uk>
Date: Mon, 11 Nov 2002 18:07:04 -0000
Message-ID: <aqorlq$ev0$1$8300dec7@news.demon.co.uk>

If the idea is to have a table of around 600,000,000 rows, split by customer into about 15,000 partitions, then at first sight, this looks like an accident waiting to happen.

Key issues

    how are you going to define it - range or hash ?

    are you planning to index it - that's another 15,000 partitions     per index to worry about.

    are all queries guaranteed to be structured to do     maximum partition elimination ? If not, then 15,000     searches to find a small amount of data will produce     a massive processing overhead.

One important point - can you clarify what you mean by 'restored'.

--
Regards

Jonathan Lewis
http://www.jlcomp.demon.co.uk

Next Seminar dates:
(see http://www.jlcomp.demon.co.uk/seminar.html )

____England______November 12/14
____USA__________November 19/21 (Dallas)


The Co-operative Oracle Users' FAQ
http://www.jlcomp.demon.co.uk/faq/ind_faq.html





Tom Glover wrote in message
<7a7ecd29.0211110955.456e6112_at_posting.google.com>...

>First of all, I am not an Oracle DBA. Secondly, this DB design is
not
>my idea - so bashing the messager is not required (I'm just the poor
>sap that has to make the application around the database work!).
>
>I have a third party vendor who is pushing a customer database design
>that will contain over 15,000 partitions. Basically, each customer
>will have a partition with approximately 30,000 - 50,000 records.
The
>partitions can be restored on a very regular basis (100 - 200
>customers per day possible). So, I have a few questions as to the
>feasibility of this design:
>1. What are the performance impacts of this many partitions? I have
>read numerous discussions about as many as 4,000 partitions and the
>general consensus was: you can do it, but you better be very,very
good
>and careful.
>2. Is Oracle even designed to handle this volume of restores
(100-200
>per day)? What are the pitfalls (maintainance???) to supporting this
>many restores.
>3. If the answers to the questions above lead to the point that this
>system can be made to work, what level of DBA do I need to 1)Create
>the database and stored procedures and 2) Maintain this monster of a
>system once it is turned over.
>
>Any help is greatly appreciated.
Received on Mon Nov 11 2002 - 12:07:04 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US