|
|
|
|
|
by theta_d
868 days ago
|
|
Depends on the database. Microsoft SQL Server typically uses the PK as the clustering index. This dictates the order the table data is stored on disk. If you row PK is random you're going to have write latency and a fragmented index. |
|