Top "Wiredtiger" questions

A key/value database engine which is also part of mongo 3.0

What are the sizes returned by `show collections`?

Edit: This question is not about vanilla MongoDB's show collections but about mongo-hacker. See accepted answer and comments. Using Mongo …

mongodb wiredtiger
mongodb impossible (?) E11000 duplicate key error dup key when upserting

My understanding is that update with upsert:true on a single document is an atomic operation so this should never …

mongodb mongodb-query wiredtiger
Mongodb can not start because of WiredTiger.turtle permissions

I am trying to start mongodb 4.0.4 on ubuntu 16.04, but the database denies all my tries. I checked mongodb log files …

mongodb ubuntu-16.04 wiredtiger mongodb4.0
Docker-compose and mongoDB: Failed to start up WiredTiger under any compatibility version?

I have the following docker-compose file: version: "3" services: # # APIs #---------------------------------------------- pokerstats: image: pokerstats container_name: pokerstats ports: - 8080:8080 depends_on: …

mongodb docker docker-compose docker-volume wiredtiger