DB設計のテストと迅速なデータ分析にMySQLを使用
あなたはその製品でどんなビジネス上の問題を解決していますか?どのようなメリットが実現しましたか?
私はラップトップでMySQLサーバとワークベンチを使用しており、主にデータをExcel形式でテーブルにロードして、意思決定や分析のためにデータをすばやく参照できるようにするために使用しています。また、リレーショナルデータベースの設計を展開する前に、リレーショナルデータベースの設計を試しています。
何が嫌いですか?
MySQLの最大の問題はワークベンチアプリケーションだと思います。新しいテーブルを作成するときには、新しいテーブルを表示するために手動リフレッシュを実行する必要があります。
何が一番好きですか?
無料で非常に堅牢なWorkbenchソフトウェアは、私にとってはコマンドラインインターフェイスを使用しなくてもすばらしいです。
続きを開く
Using MySQL for DB design testing and quick data analytics
What business problems are you solving with the product? What benefits have you realized?
I am using MySQL server and workbench on my laptop and use it primarily to load data given to me in excel format into tables so that I can quickly cross reference the data for decision making or analytics. I also use it for trying out relational database designs before putting them into development.
What do you dislike?
I think my biggest issue with MySQL is with the workbench application, when creating a new table you have to preform a manual refresh in order to get the new table to display.
What do you like best?
Free and very robust, the Workbench software is amazing to work with no more command line interface for me.
続きを開く