Quantcast
Channel: MongoDB | Blog
Viewing all articles
Browse latest Browse all 2423

Building with Patterns: The Schema Versioning Pattern

$
0
0
It has been said that the only thing constant in life is change. This holds true to database schemas as well. Information we once thought wouldn’t be needed, we now want to capture. Or new services become available and need to be included in a database record. Regardless of the reason behind the change, after a while, we inevitably need to make changes to the underlying schema design in our application. While this often poses challenges, and perhaps at least a few headaches in a legacy tabular database system, in MongoDB we can use the Schema Versioning pattern to make the changes easier.

Viewing all articles
Browse latest Browse all 2423

Trending Articles