Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Partitioning and parallel query
For example oyu have a huge table and you partition the table due to a date
field in it.
Think every 30 days will be a partition.
You created the table and inserted values for 1 year now you have 12
partition. and want to query the table for a specific day. Your query
sentence does not change but oracle only looks up the partition you are
interested in. This means 12 times faster full scans for this example.
> Hi,
>
> What is the adv. of partitioning from oracle 8 and how parallel
> querying can be done.
>
>
> TIA,
> Raji
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.211 / Virus Database: 100 - Release Date: 11/14/00
>
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: Rajeshwari R
> INET: raji_at_chennai.insyst.com
>
> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
> also send the HELP command for other information (like subscribing).
Received on Wed Sep 20 2000 - 05:33:33 CDT
![]() |
![]() |