Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Is this a good use for an IOT type table or are there better solutions.
colin_lyse wrote:
> In article <1080113669.109456_at_yasure>, Daniel Morgan <damorgan_at_x.washington.edu> wrote:
>
>>Are the ID numbers sequential growing in a manner where all inserts >>would be at the 'end' of the table and not be into existing blocks? >>Are there ever updates or deletes?
>>But the question on my mind is why? This table is so small that space >>the little bit of space used by the index is inconsequential. What is >>the business problem you are attempting to solve. Also the number of >>inserts is very small ... only 70 per minute on average. Hardly seems >>worth even thinking about. >>
Then I'm with Jonathan and would seriously consider an IOT. My only concern is that inserts into existing blocks carries a cost in an IOT but given the low transaction volume of this table ... pretty much so what.
With your other tables it might become more of an issue.
-- Daniel Morgan http://www.outreach.washington.edu/ext/certificates/oad/oad_crs.asp http://www.outreach.washington.edu/ext/certificates/aoa/aoa_crs.asp damorgan_at_x.washington.edu (replace 'x' with a 'u' to reply)Received on Wed Mar 24 2004 - 13:29:59 CST