Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: partition tables
You can use insert select , export/import, create as
select to move data from a non-partitionned to a
partitionned table.
Partitionning helps in the management of large tables
more than in speeding the queries.
Will you delete data from that table one day ?
Choose the partition key carefully.
A partition with only 100 000 rows is pretty small. Since you have 10 000 000 rows in your table, you will have 100 partitions of 100 000 rows, it's way too many small partitions.
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: =?iso-8859-1?q?paquette=20stephane?= INET: stephane_paquette_at_yahoo.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 Fri May 31 2002 - 09:23:47 CDT
![]() |
![]() |