8
Ultra-Fast In-Memory Persistence with Eclipse Store
NoSQL and SQL databases can be impressive and powerful when handling their target use cases. However, users seeking optimal performance need to be aware of other aspects that can influence the application in terms of processing efficiency, speed, and even code design. In this regard, one example can be mentioned upfront: most of these database solutions will require some sort of mapping between the database schema and the application data models. As you can imagine, the mapping needs to happen every single time data flows back and forth between the application and the database. This characteristic, known as object-relational impedance mismatch, has a high potential to impact most of the database ...
Get Persistence Best Practices for Java Applications now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.