Seperate datafiles for tables in Same schema [message #303430] |
Fri, 29 February 2008 06:09 |
MIFI
Messages: 256 Registered: February 2008 Location: U.K.
|
Senior Member |
|
|
Hi,
I am working on the structure of Schema in Oracle 10g, My Schema have different tables and used for different applications but in some reports they need to be joined.
I am creating seperate Index tablespace for other indexes and Prmary key index.
If i use seperate tablespace for different application tables and keep them in same schema, does it slow down the query joining tables from different application.
I want to keep them seperate to avoid contention in single file
Regards,
MIFI
|
|
|
|
Re: Seperate datafiles for tables in Same schema [message #303443 is a reply to message #303433] |
Fri, 29 February 2008 06:28 |
MIFI
Messages: 256 Registered: February 2008 Location: U.K.
|
Senior Member |
|
|
We are using RAID 10, but i want to find out that seperating datafile for different tables will lower the contention or not and does not it will be very helpful to lower the risk if a corruption happen to any datafile. Application table in different datafile can be saved and other application will be running
|
|
|
Re: Seperate datafiles for tables in Same schema [message #303444 is a reply to message #303443] |
Fri, 29 February 2008 06:33 |
|
Mahesh Rajendran
Messages: 10708 Registered: March 2002 Location: oracleDocoVille
|
Senior Member Account Moderator |
|
|
Idea is to distribute the IO.
Separating datafiles based on usage/administrative burden may help it.
But table data and index data are NEVER accessed in parallel and separating them makes no difference in performance.
>>very helpful to lower the risk if a corruption happen to any datafile
that is why the SAN/RAID thingies are for.
If you lose a disk, it can be replaced with minimal effort.
Again, Just search the forum.
|
|
|