A reader, February 26, 2006 - 6:19 pm UTC
Tom,
Most of the times not opting for latest release is just because vendor application hasn't been tested ugggh...
Rahul.
about assm
amey, February 27, 2006 - 9:01 am UTC
totally agree
Performance Improvement
keyur, June 20, 2006 - 5:29 pm UTC
Hello Tom:
What id I would have buffer busy wait in my database and instead of spending time on tunning that part. If I will move from ASSM, that will eliminate the problem. Do you thing that would help me to improve the performance?
Thank you
~Keyur
June 21, 2006 - 4:28 pm UTC
if the buffer busy waits for due to new space allocation (inserts trying to find a block to insert into), maybe.
if the buffer busy waits are due to one of the other 10 or so causes - maybe not (eg: buffer busy wait could be that I am waiting for you to complete a physical IO, using ASSM would not "fix" that)
10g ASSM New Tablesoaces
Steve, May 12, 2007 - 12:57 pm UTC
Tom - quick question?
If you are migrating to 10g; is the recommendation to use ASSM for tables that have high level of concurrent inserts? I'm a little confused looking at ASSM; from what I'm reading I still need to set INITRANS in situations where I have multiple processes inserting? Is that correct or can I simply forget about INITRANS?
May 14, 2007 - 1:05 pm UTC
ASSM is about not having to set up freelist and freelist groups, it would not affect your decisions on setting initrans - you would use the same thought processes you did in the past for that.
assm for indexes tablespace
A reader, June 20, 2012 - 8:22 am UTC
hi Tom,
Is a good idea that assm for indexes with oltp application?
i have significant buffer busy waits in tablespace xxx_data but not in tablespace xx_indexes.
assm for xxx_indexes has impact on buffer busy waits ?
Thank You for help
June 21, 2012 - 7:38 am UTC
yes, assm is what you should be using.
assm for tablespace
aaa, August 07, 2012 - 8:25 am UTC
Hi Tom,
can i use assm for tablespace where are only tables?
i have tablespace for index with assm.
August 17, 2012 - 12:26 pm UTC
yes, you should use assm for tables.