Partitioning is not really a feature for better performance.
But we need to see queries, query plans etc to give any assistance. What you have provided is far too little information.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I need help with improving performance on a large table with close to 90 million records. The primary key is alphanumeric and the table is hosted in SQL Managed Instance. Any suggestions or advice would be appreciated.
Thank you.
Partitioning is not really a feature for better performance.
But we need to see queries, query plans etc to give any assistance. What you have provided is far too little information.
Hi @PS
One way is using SQL table and index partitioning.
Please refer to this doc for more details: Partitioned tables and indexes.
Best regards,
Cosmog Hong
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our Documentation to enable e-mail notifications if you want to receive the related email notification for this thread.