News
Entertainment
Science & Technology
Sport
Business & Money
Life
Culture & Art
Hobbies
8 | Follower
Franck Pachot
09.09.2025
There have been jokes that have contributed to persistent myths about MongoDB's durability. The... Tagged with mongodb, wiredtiger, postgres, oracle.
02.09.2025
In MongoDB, when you update a field to the same value it already holds, the database optimizes the... Tagged with mongodb, postgres, database, sql.
MongoDB is the leading database for document data modeling, with its Atlas service available on AWS,... Tagged with mongodb, postgres, documentdb, cloud.
28.08.2025
In my previous post Embedding Into JSONB Still Feels Like a JOIN for Large Documents, I examined the... Tagged with postgres, toast, document, jsonb.
27.08.2025
Think PostgreSQL with JSONB can replace a document database? Itβs a tempting idea: Embed your related... Tagged with postgres, mongodb, json, database.
25.08.2025
Another day, another myth. Someone on Medium claims PostgreSQL offers as much "schema flexibility" as... Tagged with postgres, json, jsonb, mongodb.
Think PostgreSQL with JSONB can replace a document database? Itβs a tempting idea: embed your related... Tagged with postgres, mongodb, json, database.
Until recently, Oracle Database offered very limited options for creating inverted indexes, primarily... Tagged with mongodb, oracle, index, json.
Arrays in MongoDB are ordered lists of values, and querying them can be confusing because a field... Tagged with mongodb, document, database, array.
12.08.2025
You can understand how MongoDB stores documents internally with simple queries that rely on the... Tagged with mongodb, database, storage, clustered.
PostgreSQL 18 (currently in beta) introduces a UUID version 7 generation function that features a... Tagged with postgres, uuid, sql, database.
Working with nested data in MongoDB simplifies mapping between application objects and database... Tagged with mongodb, document, database, postgres.
09.08.2025
08.08.2025
MongoDB guarantees consistent and durable write operations through write-ahead logging, which... Tagged with mongodb, database, docker, devops.
MongoDB is a general-purpose database that offers more than just a JSON datastore. It is recognized... Tagged with mongodb, document, database, index.
A benchmark sponsored by EDB, a PostgreSQL company, in 2019 contributed to the myth that MongoDB... Tagged with mongodb, transaction, benchmark, performance.
03.08.2025
30.07.2025
Concurrency control in databases has two main modes for handling conflicts. Traditionally, these are... Tagged with mongodb, database, transaction, consistency.
MongoDB sits at the crossroads between SQL, where developers can write queries on a logical model... Tagged with mongodb, document, database, index.
29.07.2025
A business transaction ideally involves a single roundtrip to the database. MongoDB allows a single... Tagged with mongodb, database, postgres, edge.
In SQL databases, we sometimes encounter an Entity-Attribute-Value (EAV) model to work around the... Tagged with mongodb, document, database, index.
If you test $isArray: [42] in MongoDB, it returns false and that's the right answer. If you test...
MongoDBβs flexible schema allows each document within a collection to have a unique structure, a... Tagged with postgres, mongodb, database, performance.
In a previous post about No-gap sequence in PostgreSQL and YugabyteDB, I mentioned that sequences in... Tagged with mongodb, database, sequence, sql.
11.07.2025
09.07.2025
04.07.2025
Introducing "Playing with Search" Series Erik Hatcher γ»... Tagged with mongodb, atlas, search, regex.
01.07.2025
AI applications are expanding rapidly, and PostgreSQL is a popular choice among relational databases.... Tagged with postgres, vector, database, mongodb.
In the previous post One million $lookup challenge I said that $lookup is efficient at the end of an... Tagged with mongodb, lookup, join, performance.
A Twitter (π) thread was filled with misconceptions about MongoDB, spreading fear, uncertainty, and... Tagged with mongodb, document, database, acid.
When transitioning from a SQL background to MongoDB, the $lookup operation in an aggregation pipeline... Tagged with mongodb, document, database, sql.
I you have read my previous post $lookup: more than just a SQL join, you understand that $lookup is... Tagged with mongodb, document, database, join.
In the previous post, I used strace to display all calls to write and sync to disk from any MongoDB... Tagged with mongodb, acid, consistency, database.
29.06.2025
25.06.2025
23.06.2025
20.06.2025