Would partitioning a SQL Server database across separate page blobs (Azure Data Disks) have a performance impact when querying partition 1 if partition 2 is under heavy load?
I understand the page blobs aren't necessary separate physical disks, so I'm wondering about the performance.
Context edit: Basically I want to partition old (archive) data away from the live data (so everything over 3 months old) to reduce the database and index size. But this archive data must still be queryable.