Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Please some opinion in the free partitioning for Oracle standard Edition project
Hi Jess, thanks, that is just the point, because we don't have a partition
optoin on SE, I'm going to program one, if you check the drawing and read
the text, you'll see how it's going to work. I'm posting here to know if
there is some better idea to improve it before I start to write it. :)
On 9/14/06, Jesse, Rich <Rich.Jesse_at_qg.com> wrote:
>
> 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?
> a. you have a view, union all of all tables, this give a transparent
> full access
> b. you have a function table using the globalindextable
> c. you have a function table which queries only the tables partitiosn
> you need, the primary key are parameter in the function table
> 5. 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
> 6. 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.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-lReceived on Fri Sep 15 2006 - 07:47:21 CDT
![]() |
![]() |