-
Services
-
Software Project Delivery
-
Services
-
Solutions
-
Technologies
-
-
Network
-
Discover
-
Regions
-
Industries
-
Must-Read Guide
-
2025 Global Software Outsourcing Rates and Trends GuideDon't get left behind—discover the latest rates and strategies for success in the global software development outsourcing market in 2025.
-
-
-
Resources
-
Our Resources
-
New eBook
-
The True Cost of Software DevelopmentHidden costs can wreck your budget. Our new eBook breaks down the true cost of outsourcing—get your copy to stay ahead.
-
-
Webinar On-Demand
-
Stop Chasing Low Hourly Rates: Unlock the True Value of Offshore DevelopmentReduce development costs without compromising quality.
-
-
Featured White paper
-
Unlock Offshore Success with Accelerance AlignDiscover how Accelerance Align helps businesses overcome software outsourcing challenges through expert guidance, cultural integration, and tailored strategies.
-
-
-
About
-
About Accelerance
-
Our History
-
Accelerance: Our HistoryThere's great talent everywhere and great teams everywhere, which is the basis of the Accelerance model.
-
-
Software Without Borders
-
New Episode Every Week!Tune into our podcast Software Without Borders, the essential listen for technology leaders and business owners in the software sector who crave insights from the industry’s top minds.
-
-
Andy's Book
-
Synergea: A Blueprint for Building Effective, Globally Distributed Teams in the New Era of Software DevelopmentPeople are first and locations are secondary when it comes to software development success.
-
-
September 20, 2023
Polyglot Persistence: The Future of Database Management Services
Written by: Andy Hilliard
What is Polyglot Persistence?
Polyglot persistence refers to the use of both an RDBMS and one or more NoSQL databases as the backing store for modern applications. In the past, when you created an application, you needed some way to store information about the objects that the software was modeling. You needed a backing store, and relational databases won out during a brief battle with object databases in the 1990s.
Object databases used technology that enabled more complicated relationships between objects, also allowing those objects to be quickly stored and retrieved. But it never quite caught on. Relational databases won out, either due to better marketing or a better focus on implementation.
From Relational Databases to NoSQL Databases
With the growth of the Internet and the processing of massive quantities of data in the early 2000s, relational database technology was pushed to its limits. One way to exceed those limits was through clustering: having multiple copies of the database in different locations and online, then having a way to keep and synchronize those databases. Transactions had to be stored across all of those copies, and that turned out to be very expensive.
With relational databases, there’s this object-relational mapping – or ORM – that needs to occur, because relational databases don’t store complex lists or other data structures within the tables, which are simply a row-and-column structure. The mapping has to take place between this complex list of structures and other data structures, with relationships between them. This can be dispensed within these NoSQL databases.
Why Use a NoSQL Database?
The first of two main reasons for using a NoSQL database is the need for performance scale and for quantities of data that can only be handled by very expensive clusters of relational database technology. The second reason is that you want to have a better match between the model of data in your application and how the data is stored in the database.
Companies such as Google and Amazon developed their own NoSQL databases; Google developed Bigtable, and Amazon created DynamoDB. The concept of polyglot persistence means that you might still have a relational database to store some information, but not necessarily alone. You would also use one of these NoSQL databases to store massive amounts of data. So although you might have a relational database to manage user accounts within a system, the data that’s being consumed – whether it’s video or just huge quantities of transactional data – would be stored in one of these NoSQL databases instead.
Utilizing polyglot persistence, you can maximize the potential of relational databases, all while benefiting from the flexibility and scalability that NoSQL provides.
Keep Up to Date with the latest technologies
Accelerance has a field of experts knowledgeable of what is new and effective in the market. Connect with one of our trusted advisors today and let's start a conversation.
Andy Hilliard
As CEO, Andy leads and advocates for the globalization and collaboration of great software teams with companies in search of talent, innovation and a globally-distributed extension of their engineering function and culture. Andy founded the ground-breaking nearshore software development services company, Isthmus Costa...
Recently Published Articles
View All Posts
Blog
September 20, 2023 | Andy Hilliard
Six Dos and Don’ts for Big Data Analytics Outsourcing
Blog
September 23, 2023 | Andy Hilliard
Overcoming the Challenges of GUI Testing
Blog
January 16, 2025 | Accelerance Research Team
Tech Talent Shortage Part 2: Five Cutting-Edge Technologies to Adopt
Subscribe to email updates
Stay up-to-date on what's happening at this blog and get additional content about the benefits of subscribing.