Modeling Relationships With Hibernate ORM and MongoDB
In the previous article—Getting Started With Hibernate ORM and MongoDB—we learned how to configure Hibernate to work with MongoDB, create an …

Ricardo Mello
2,012 viewsIn the previous article—Getting Started With Hibernate ORM and MongoDB—we learned how to configure Hibernate to work with MongoDB, create an …

Ricardo Mello
4,131 viewsFor years, Hibernate ORM has been one of the most popular frameworks in the Java ecosystem. It was built to simplify data persistence by …

Artur Costa
2,188 viewsImagine we are responsible for managing the MongoDB cluster that supports our country's national financial payment system, similar to Pix in …

Elie Hannouch
2,597 viewsInside MongoDB’s storage engine, WiredTiger, nothing happens by accident. Every page in memory exists under policy — governed, measured, and …

Ricardo Mello
3,449 viewsWelcome back! If you landed here without reading Part 1: Beyond Keywords: Implementing Semantic Search in Java With Spring Data, I recommend …

Artur Costa
3,111 viewsThis is the second part of the series “The Cost of Not Knowing MongoDB,” where we go through many ways we can model our MongoDB schemas for …

Ricardo Mello
5,488 viewsHave you ever tried to search for something such as a product, a song, or a movie but couldn’t quite remember its exact name? Maybe you …

Artur Costa
3,134 viewsThe primary focus of this series is to show how much performance you can gain, and as a consequence, the cost you can save when using …
Arek Borucki
7,341 viewsHybrid search in MongoDB brings together two complementary search techniques: Full text search (BM25 via Atlas Search)—optimized for exact …

Justin Jenkins
5,243 viewsMongoDB makes it really easy to work with location data (sometimes called Geo Data) by simplifying how to store this type of data and …