In my current application all tables are mapped to USERS table-space. I don't have much idea on how to organize table-space efficiently. This is what I'm thinking:
a. Based on row_counts, I'm planning to have three table-space. Small, Medium and Large.
b. Have different table-space for indexes itself.
Is this good enough or any other suggestion? BTW, I'm using Oracle 12c database.