September 28, 2024

Webinar: Moving from a Relational Model to NoSQL

Author: DATAVERSITY via YouTube
Go to Source
Webinar: Moving from a Relational Model to NoSQL

Businesses are quickly moving to NoSQL databases to power their modern applications. However, a technology migration involves risk, especially if you have to change your data model. What if you could host a relatively unmodified RDBMS schema on your NoSQL database, then optimize it over time?

This webinar will show architects and application developers how to achieve the benefits of NoSQL without denormalizing their data. You’ll learn how to migrate a table-based data model to JSON documents, tweak your queries for relational JSON data, and create indexes to support fast query performance.

We’ll also demonstrate how to:

Use SQL for JSON to query your data and create joins
Optimize indexes and perform HashMap queries
Spot opportunities to optimize data models after migration

Access this webinar on our website: https://bit.ly/2WE0xMv

Go to Source