Viewing profile — MaBeuLux88
MaBeuLux88
HN member- Joined
- Thu, Jan 10, 2019, 4:31 PM UTC
- HN karma
- 5
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About MaBeuLux88
No profile information was provided.
Recent public activity
-
comment
Comment #35385864
If you are in a development environment, you can set up a single node Replica Set. Some features like transactions and change streams rely on the oplog collection which only exists…
-
comment
Comment #30153654
This doc page has been up for as long as I can remember: https://docs.mongodb.com/manual/administration/security-chec... . It's also stated in the production notes: https://docs.mo…
-
comment
Comment #27454465
It's already implemented actually :') ! Trust me. I'm an engineer :D. https://github.com/mongodb/mongo/blob/72ed8227aa029afd554aa5...
-
comment
Comment #27454419
That was true with MMAPv1. It's not since March 2015, when WiredTiger was introduced with MongoDB 3.0.
- story
-
comment
Comment #22947391
MongoDB supports Schema Validation since MongoDB 3.2 (Dec. 2015) and JSON Schema since MongoDB 3.6 (Nov. 2017) so MongoDB can enforce types strictly if you want to at the collectio…
-
comment
Comment #22347869
Hi, I also built a dashboard using MongoDB Atlas and MongoDB Charts. Here is my blog post about it: https://www.mongodb.com/blog/post/tracking-coronavirus-news-... . You can find m…
-
comment
Comment #19481804
The best place to learn about MongoDB is the MongoDB free e-learning university website: https://university.mongodb.com . You can follow free courses here - MOOC style.