dbTalk Databases Forums  

poor performance because of slow storage

comp.databases.oracle comp.databases.oracle


Discuss poor performance because of slow storage in the comp.databases.oracle forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Markus Breuer
 
Posts: n/a

Default poor performance because of slow storage - 06-30-2004 , 07:34 AM






I currently have some trouble because of a misconfigured storage. The
technicans are involved, but the reconfiguration will requires several days.

The main problem is a small table acting as dictionary. while column 1
is the key, a query will delivery the value of column 2. The select is
not critical, but the frequently changes to the table. Insert and delete
operations cause many i/o traffic on our storage.

Our reading applications use following sql-statement to perform a lookup:

SELECT col2
FROM my_table
WHERE col1='...'

Is there any chance to tune this table without the need to change the
reading apps? I think of a table in memory, which does not force i/o
traffic on the storage. Lost data after a crash is no important, this
table only holds current data. In half an hour the data is old.

Any ideas?

regards, markus

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.