MySQL implements the following features, which some other database may not:
1. Multiple storage engines, allowing one to choose the one that is most effective for each table in the application
2. Commit grouping, gathering multiple transactions from multiple connections together to increase the number of commits per second