But conversely, there are cases when MySQL rises above SQL Server in some ways, such as partitioning ??? SQL Server does have parallel support for partitioning, but MySQL provides more options for various types of partitioning: MySQL offers range, hash, key, list, and composite partitioning whereas SQL Server only offers range.