ほとんどの問題に最適なソリューション
あなたはその製品でどんなビジネス上の問題を解決していますか?どのようなメリットが実現しましたか?
私は、私が行うすべてのWebアプリケーションのデータの永続性のために、データベースマネージャーとしてMySQLを使用しています。それは私に必要なサービスを提供し、私はより多くの機能を必要としません。私は長年にわたり多くのWebアプリケーションプロジェクトに使用しており、問題は一度もありませんでした。 IoTプロジェクトが大量のデータフローを手にしている場合は、最適なソリューションではありません。
何が嫌いですか?
数百万のレコードを持つテーブルがあると、パフォーマンスはあまり良くありません。この場合、他のタイプのソリューションが良いアイデアかもしれません。そうしないと、データベーススキーマを最適化しすぎて、インテリジェントな方法でインデックスを作成する必要があります。
何が一番好きですか?
Mysqlは無料のデータベース管理システムです。これが主な機能であり、おそらく人々がそれを選択する理由です。さらに、データベース管理システムから要求できる基本的な機能、テーブルの作成、クエリシステム、インデックスの作成、トリガー、ストアドプロシージャ、ビューなどがあります。マルチプラットフォームなので、どのオペレーティングシステムにもインストールできますシステム。オラクルは、この製品の背後にある会社であり、サービスを管理するためのグラフィカルなユーティリティを提供します。これはMysql Workbenchと呼ばれています。
製品を検討している他の人への推奨事項
あなたのプロジェクトが非常に大規模な会社のものでない場合は、あなたにサービスを提供する可能性が非常に高いです。無料で、私はそれを試し、あなたのニーズに合っているかどうかを判断することをお勧めします。
閉じる
The best solution for most problems
What business problems are you solving with the product? What benefits have you realized?
I use MySQL as a database manager for the persistence of data of all the web applications I do. It gives me the service I need and I do not require more features. I am using it for many web application projects for many years and I have never had problems. It is not the best solution if you have an IoT project in your hands with a lot of data flow.
What do you dislike?
The performance is not very good if you have tables with millions of records. In this case, other types of solutions could be a better idea. Otherwise you have to optimize your database schema too much and create indexes in an intelligent way.
What do you like best?
Mysql is a free database manager system: this is the main feature and probably the reason why people choose it. In addition, it has the basic features that can be requested from a database management system: creation of tables, query system, creation of indexes, triggers, stored procedures, views, ...
It is multiplatform so you can install it in any operating system.
Oracle is the company that is behind this product and also provides you with a graphical utility to be able to administer the service; it's called Mysql Workbench.
Recommendations to others considering the product
If your project is not for a very large company is very likely to serve you. Being free, I recommend that you try it and decide if it suits your needs.
閉じる