Database Administration (MOSC)

MOSC Banner

Do different tablespaces make a performance difference?

edited Oct 10, 2019 11:34AM in Database Administration (MOSC) 3 commentsAnswered ✓

I had thought that--barring security reasons--splitting schemas into their own tablespace was mostly pointless in recent Oracle versions. In other words, pretend you have an instance with:

schema1 -> tablespaceX -> datafileX (on "D" drive)schema2 -> tablespaceX -> datafileX (on "D" drive)schema3 -> tablespaceX -> datafileX (on "D" drive)

and you have another instance with:

schema1 -> tablespace1 -> datafile1 (on "D" drive)schema2 -> tablespace2 -> datafile2 (on "D" drive)schema3 -> tablespace3 -> datafile3 (on "D" drive)

Assuming that each schema had the same amount of usage, I had thought that there was no difference in performance between the two systems. Performance is roughly the same, even if you have different drives

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center