MongoDB
-
Enterprise Java
MongoDB: GridFS remove method deletes all files in bucket
Some time ago we ran into strange behaviour of MongoDB’s GridFS which caused me creating a Bug Ticket for the…
Read More » -
Enterprise Java
Optimistic locking retry with MongoDB
In my previous post I talked about the benefit of employing optimistic locking for MongoDB batch processors. As I wrote…
Read More » -
Software Development
MongoDB optimistic locking
When moving from JPA to MongoDb you start to realize how many JPA features you’ve previously taken for granted. JPA…
Read More » -
Enterprise Java
MongoDB and Web applications
Today’s era is when data grows at very huge scale. Data storage is not a problem, yes but the way…
Read More » -
DevOps
MongoDB Pro Tip: Field Projections
Did you ever learn that select * from table in RDBMS-land is bad? Of course, you did! If you’re only…
Read More » -
DevOps
MongoDB Geo-Spatial Mobile Demo
Mongo: noun (pl mongo or mongos) – a monetary unit of Mongolia. Equal to one hundredth of a tugrik. Origin…
Read More » -
Enterprise Java
Setup MongoDB Replica Set in 4 steps
Introduction Before going into details of configuring MongoDB replica sets, let me give brief details about same: Replica Set is…
Read More » -
Enterprise Java
MongoDB Primary Keys Are Your Friend
All documents in a MongoDB collection have a primary key dubbed _id. This field is automatically assigned to a document…
Read More » -
DevOps
MongoDB to CSV
Every once in a while, I need to give a non-technical user (like a business analyst) data residing in MongoDB;…
Read More »