エントリーの編集
![loading...](https://b.st-hatena.com/0c3a38c41aeb08c713c990efb1b369be703ea86c/images/v4/public/common/loading@2x.gif)
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
Which database should I use for a killer web application I’m working on: MongoDB, PostgreSQL, or MySQL, with MongoDB/Redis as secondary?
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
![アプリのスクリーンショット](https://b.st-hatena.com/0c3a38c41aeb08c713c990efb1b369be703ea86c/images/v4/public/entry/app-screenshot.png)
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
Which database should I use for a killer web application I’m working on: MongoDB, PostgreSQL, or MySQL, with MongoDB/Redis as secondary?
Answer (1 of 108): * MongoDB does not support joins. But it can do something called embedding. Fo... Answer (1 of 108): * MongoDB does not support joins. But it can do something called embedding. For example, if you were to create a blog using MySQL, you would have a table for posts and a table for comments. In MongoDB you might have a single collection of posts, and an array of comments within...