Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
CouchDB の優れた点は、データベースの変更に応じてビューの結果が段階的に更新されることです。MongoDB で同じことを達成する方法はありますか? ドキュメントで詳細を見つけることができませんでした。ありがとう
いいえ、MongoDB は、CouchDB のように動的に更新されるビューをサポートしていません。MapReduce の結果は、ディスク上のコレクションに書き込まれるか、クエリで返されます。ジョブを再度実行しない限り、更新されません。