The major advantage of keeping indexes separate, preferably on a different physical device is efficient I/O ...
IMHO, you need not put tables and indexes on different tablespaces, if the tables are small and/or not frequently inserted/updated ...
HTH
Sathyaram
Quote:
Originally posted by nitingm
Hi Dipanjan,
It is a good recommended practise to seperate indexes if you are using DMS tablespaces because that improves the performance as well as you are keeping different entities seperate from the start.
When defining the table if you specify index in <tablespace name> that will ensure that the indexes go into the different tablespace so even the pk index will go there.
Hope I am right
|