Inserts performance issues
Date: Fri, 01 Jun 2001 18:21:19 GMT
Message-ID: <z2RR6.6545$G45.518805_at_news1.onlynews.com>
I'm trying to evaluate the performance of Oracle with regards to insert rates over a prolonged period.
Two tables are concerned, with 16 columns in total, 9 of which are indexed (these indexes are a must). The problem: the rate at which inserts occur drops off rapidly with increased row numbers and becomes especially noticeable when the total number of rows in a particular table exceeds one million rows. This observation is expected, however, the extent of the performance hit was not anticipated. Is there any way to alleviate this situation. Are there any advanced indexing options I can apply. I've thought of creating a new table periodically , thereby keeping a relatively small index throughout (although I am relunctant to employ this approach because of querying complexities spanning multiple tables).
Any tips/workarounds much appreciated.
-- Posted via dBforums, http://dbforums.comReceived on Fri Jun 01 2001 - 20:21:19 CEST