私の経験で最高のSQLサービス
あなたはその製品でどんなビジネス上の問題を解決していますか?どのようなメリットが実現しましたか?
ワークロードをプロファイリングすることで、より高価なクエリーを公開して、さらにチューニングすることができます。ここでは、サーバーに対して照会を発行するときに、完了までの時間を除いてほとんど何も気にしないため、時間が最も重要な指標です。
何が嫌いですか?
MYSQLの性能は競合他社と比較して大したものではありません
何が一番好きですか?
他のほとんどすべてのデータベースシステムと同様に、MySQLはリレーショナルデータベースシステムです。 MySQLはクライアント/サーバシステムです。サーバーと通信するデータベースサーバー(MySQL)と任意の数のクライアント(アプリケーションプログラム)があります。クライアントは、サーバと同じコンピュータ上で、または別のコンピュータ(ローカルネットワークまたはインターネットを介した通信)上で実行することができます。
続きを開く
Best SQL Service in my experience
What business problems are you solving with the product? What benefits have you realized?
By profiling your workload, you can expose the most expensive queries for further tuning. Here, time is the most important metric because when you issue a query against the server, you care very little about anything except how quickly it completes.
What do you dislike?
MYSQL窶儡 PERFORMANCE DOESN'T SCALE AS WELL AS ITS COMPETITORS
What do you like best?
Like almost all other database systems on the market, MySQL is a relational database system. MySQL is a client/server system. There is a database server (MySQL) and arbitrarily many clients (application programs), which communicate with the server; that is, they query data, save changes, etc. The clients can run on the same computer as the server or on another computer (communication via a local network or the Internet).
続きを開く