Home > database >  Cloud server using Mysql or MsSql
Cloud server using Mysql or MsSql

Time:09-16

Currently on ali cloud server using SQL server 2008, but the memory footprint is very high, the database operations don't understand,
Mysql with MsSql performance which good?
If installed Mysql with Linux is better? Which version?
Mysql configuration optimization hard?

CodePudding user response:

Ali cloud with RDS for mysql, RDS for essentially, don't need to install the database, can be directly use
If the database operations are not familiar with, can use ali cloud RDS, maintenance is very convenient,


As for using MySQL or used to develop communication with you, this two kinds of database is suitable for different business scenarios,

Theory in terms of performance, the single is essentially performance is better than that of mysql, mysql is only suitable for data storage, OLAP analysis demand, multi-table connection requirements, mysql support is insufficient,
  • Related