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.
バージョン 3.0 以降、mongodb はプラグ可能なストレージ エンジンをサポートします。システムで使用されているストレージ エンジンを知る方法は?
これは次の方法で検出できます。
db.serverStatus().wiredTiger
したがって、これが「存在する」「現在」では、「WiredTiger」が使用されていないデフォルトの「MMAPv1」以外に構成された別のストレージエンジンがあります。
これは現在の「MongoDB 3.0x」シリーズにも当てはまります