On Unix platforms, what is the guideline for placement of tables in table spaces?
i) Each table on its own table space with the corresponding indexes in their own table space? e.g., 156 tables have 156 data table spaces and n number of index table spaces.
ii) Group tables on size & nature of use. Now place into appropriate category of table space. e.g., small tables data table space, big tables data table space, small tables index table space, etc.,
TIA.