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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Please some opinion in the free partitioning for Oracle standard Edition project

RE: Please some opinion in the free partitioning for Oracle standard Edition project

From: Jesse, Rich <Rich.Jesse_at_qg.com>
Date: Thu, 14 Sep 2006 13:46:40 -0500
Message-ID: <FB5D3CCFCECC2948B5DCF4CABDBE6697A521E2@QTEX1.qg.com>


I'm not sure if I'm confusing the term "partitioning" in this context, but from my investigation earlier this year, the Oracle Partitioning option is not available with the SE version -- EE is required.  

Rich


From: oracle-l-bounce_at_freelists.org
[mailto:oracle-l-bounce_at_freelists.org] On Behalf Of Juan Carlos Reyes Pacheco
Sent: Thursday, September 14, 2006 12:47 PM To: Oracle Freelists.org
Subject: Please some opinion in the free partitioning for Oracle standard Edition project

Hi, if you have some feedback please this is the proyect basically, I hope be in this year
check it first please.

http://www.oracleboliviaspecialists.com/partition_scheme.bmp

For every thing there is a function in a master package for every partitioned table, for example there is a function to create addition partitions

  1. you have the table partitioned in several tables, every table is a partition, every one has the indexes it needs
  2. the information about range of every partition is store in the partitions information table, the table name, and the range, and other info, there is a header table for partitioned tables is not in the scheme, sorry.
  3. You can create global indexes, this are iot tables storing primary key, the table partition where its stored and the rowid in that table
  4. how you query?
  5. you have a view, union all of all tables, this give a transparent full access
  6. you have a function table using the globalindextable
  7. you have a function table which queries only the tables partitiosn you need, the primary key are parameter in the function table
  8. To insert,update you use a temporary table, a funcion move data from the temporary table to the proper partition, based on the partitions information table
  9. To delete there is function too, using the partitions table information

The main benefits are the fact
1. to create historic data, you can create a new partition and move it to a read only tablespace
2. you can improve the access in historic tables having a lot of historic rows which are rarely accessed

This doesn't too simple, but the performance improvement in big tables deserves the effort.
I either see really as a complex proyect to program, is true there will be lots of details, specially to add list partitioning, etc. If you have some idea about improving this free project partitioning concept, you are welcome.

:)

-- 
----------------------------------------
http://www.oracleboliviaspecialists.com/ 

Oracle Certified Profesional 9i 10g
Orace Certified Professional Developer 6i

10 years of experience from Oracle 7 to Oracle10g and developer 6i 

--
http://www.freelists.org/webpage/oracle-l
Received on Thu Sep 14 2006 - 13:46:40 CDT

Original text of this message

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