
Franck Pachot
@FranckPachot
Followers
17K
Following
46K
Media
6K
Statuses
35K
🥑 Developer Advocate at 🍃 MongoDB 🔸 AWS Data Hero 🅾️ Oracle Certified Master ▝▞ YugabyteDB 🐘 PostgreSQL 𝕏posting to bsky/mstdn/lnkdn
Lausanne🇨🇭
Joined October 2012
30 years of @java has shaped our interaction with databases: from stored procedures and SQL pre-compilers, to #JDBC @Hibernate #JPA #NoSQL @SpringData.I survived through all of that on #Db2 @Oracle @PostgreSQL @Yugabyte @MongoDB !.What is your experience with these transitions?.
Tired of fighting #ORM magic, broken #SQL mappings & runtime surprises? @FranckPachot lays out why these issues exist and how to regain control. From #JDBC to #SpringData to #NoSQL—here’s what actually works in 2025. 👉 Know your tools: @springcentral
2
0
17
Embedding a One-to-Many relationship into JSONB to avoid joins, if over 2KB, hides the join, but does not prevent it. Here's how PostgreSQL TOAST works:.
dev.to
Think PostgreSQL with JSONB can replace a document database? It’s a tempting idea: embed your related...
0
2
5
The CfP for @pg_ibz is open! I like this conference, which is Not Only PostgreSQL but also gathers experts from the ecosystem: automation, extensions, forks, managed services, and other databases that can inspire innovation.
pgibz.io
A unique, new PostgreSQL Conference. International event, organized by @postgrespana. PostgreSQL on the Beach.
0
4
11
RT @catalinmpit: Finally some sense being spoken. “AWS CEO Matt Garman dismissed the idea of replacing junior staff with AI as the dumbest….
0
90
0
RT @AmicoderDev: What actually happens when you run "SELECT * FROM users" in your database?. Your simple query goes through a multi-step jo….
0
1
0
RT @FranckPachot: @realnikhilv The model doesn't depends on data or use cases. It's about how you use the database:.- a monolithic central….
0
1
0
RT @intellijidea: SQL or NoSQL?.@FranckPachot explains how to pick the right model for your app in this #IntelliJIDEAConf session 👉 https:/….
0
3
0
MongoDB Champion Markus Wildgruber shares a smart way to pre-compute statistics for a specific time frame using @MongoDB and C#. If you’re working with time-based data, this one’s worth a read. 👇.
dev.to
This article was written by MongoDB Champion Markus Wildgruber Especially in IoT contexts, you often...
0
1
10
New blog post about comparing and sorting arrays in @MongoDB 👇🏼. It's a long story with a short conclusion to help remind it.
dev.to
Arrays in MongoDB are ordered lists of values, and querying them can be confusing because a field...
1
8
26
RT @eivanov89: Dear friends, I know there are many PostgreSQL experts here, and I could really use your help 🙏️️. I'm evaluating pgvector u….
0
5
0
🤓 Some geekery (for my #POUG2025 talk) on index dumps and internals to understand how Oracle Database emulates MongoDB multi-key indexes, and where the limitations come from.
dev.to
Until recently, Oracle Database offered very limited options for creating inverted indexes, primarily...
0
6
27
RT @_avichawla: To recap, instead of producing independent chunk embeddings, contextualized chunk embedding models like voyage-context-3 pr….
0
8
0
RT @intellijidea: “The Modern Database Debate” by @FranckPachot, is now live!.Should you use documents, tables, or both? Learn how to choos….
0
10
0
PostgreSQL makes it easy to fact-check internet myths: read documentation + test with explain analyze 👉🏻 an example: 🤔.
dev.to
Another day, another myth. Someone on Medium claims PostgreSQL offers as much "schema flexibility" as...
1
7
21
Is @MongoDB storing documents like heap tables or index-organized tables?. 👉🏻 kind of both, a B+Tree optimized for flexible size documents.
dev.to
You can understand how MongoDB stores documents internally with simple queries that rely on the...
0
11
48
Benchmarks from DbX's vendor showing it's faster than DbY are mainly marketing and serve little purpose in promoting DbX. However, they can help DbY's users spot poor design choices and anti-patterns that made DbY slower than carefully-tuned DbX.
dev.to
A benchmark sponsored by EDB, a PostgreSQL company, in 2019 contributed to the myth that MongoDB...
0
1
11
Query planner transformations on MongoDB documents with flexible schemas can surprise users familiar with SQL databases, which typically have fixed tabular schemas. An example of these subtle differences is explained in a new blog post.
dev.to
MongoDB is a general-purpose database that offers more than just a JSON datastore. It is recognized...
0
1
8
Easy to check @MongoDB durability (WAL fsync to disk + sync replication to a quorum).
dev.to
MongoDB guarantees consistent and durable write operations through write-ahead logging, which...
0
5
24