Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Autoextend
<jcpj_mx_at_yahoo.com.mx> wrote in message
news:1105808224.083127.172190_at_z14g2000cwz.googlegroups.com...
> I have a question regarding autoextend, how can affect my database if
> the size of autoextend is 100K, I think is to small, the max size is
> 2 gb and is an OLTP database
>
Think about it. You are asking the OS to allocate another set of disk
blocks of 100k and you are probably doing it frequently. (depends how fast
the tablespace is growing). Ouch. Might be better to ask for larger chunks
less frequently.
You could bench mark it.
Jim
Received on Sat Jan 15 2005 - 11:01:45 CST