From the course: Cloud NoSQL for SQL Professionals

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Overcome RDBMS limits using NoSQL

Overcome RDBMS limits using NoSQL - NoSQL Tutorial

From the course: Cloud NoSQL for SQL Professionals

Start my 1-month free trial

Overcome RDBMS limits using NoSQL

- [Instructor] Now NoSQL, in terms of overcoming RDBMS limits, we're reminded that NoSQL doesn't use SQL syntax or JOINS. And because of this, throwing massive amounts of quasi structured data into tabular structures can be much more efficient using NoSQL systems. NoSQL CRUD or create read update and delete operations, do not use schemas as I mentioned earlier. So its schema on read rather than write, or transactions, so they're faster in many cases than relational database CRUD operations. And NoSQL optimization, as I was discussing in a previous movie, is unique to each type of NoSQL system and requires significant dev time to learn if you're new to the NoSQL system. Now when we consider overcoming data warehouse limits in terms of NoSQL, we have these considerations. NoSQL does not use, as we were mentioning, any sort of schemas on write, and particularly traditional data warehouse systems have very strict…

Contents