オープンソースリレーショナルデータベースのMySQL
あなたはその製品でどんなビジネス上の問題を解決していますか?どのようなメリットが実現しましたか?
膨大なデータストレージがMySQLで解決される主な問題です。私はしばしば顧客をMicrosoft SQLからMySQLに移行します。この2つの間で作業するとき、MySQLがMS-SQLよりパフォーマンスが優れていることがわかりにくいです。
何が嫌いですか?
複雑なクエリは実行に時間がかかることがよくあります。 1つのミスが長い実行につながる可能性はありますが、すべてが索引付けされ、正しく関連付けられている場合は、通常これを改善できます。
何が一番好きですか?
MySQLは無料で誰でも利用できます。ソースは非常に成熟しており、データベースを構築する際の問題はほとんどありません。 MySQLは多大な労力を要することなく簡単に起動することができます。
製品を検討している他の人への推奨事項
それがあなたのビジネス要件を解決するか、MS-SQLフォームを切り替えるなら、絶対に試してみたいです。あなたはあなたが幸せになるでしょう。
続きを開く
MySQL is the Go-To for Open Source Relational Databases
What business problems are you solving with the product? What benefits have you realized?
Massive data storage is the main problem that is solved with MySQL. I often migrate customers from Microsoft SQL to MySQL. When working between the two it's not hard to see that MySQL outperforms MS-SQL the majority of the time.
What do you dislike?
Complex queries can often take longer to run. This can usually be improved if everything is indexed and related correctly though one miss can lead to long executions.
What do you like best?
MySQL is free and available to everyone. The source is very mature and you'll rarely come across any issues in building out your database. MySQL is easy to get up and running without much effort.
Recommendations to others considering the product
If it will solve your business requirements or you're switching form MS-SQL then you'll absolutely want to give it a try. You'll be happy you did.
続きを開く