Few table sizes growing in a database
Hi,
Roughly 10 tables are growing fast and each of them has roughly 3 to 4 million rows. These tables are joined with other tables for most of the queries. So, far no issue with performance but soon we might hit a performance issue.
Partitioning of tables is not a option due to licensing.
1) What are the other options available to increase performance of queries
2) What regular maintenance tasks recommended(specially for these big 10 tables) to avoid performance issues
Thanks