Monday, February 26, 2018

Moving Your Data From MongoDB to AWS Redshift for Analytical Processing

DZone Database Zone
Moving Your Data From MongoDB to AWS Redshift for Analytical Processing
Moving Your Data From MongoDB to AWS Redshift for Analytical Processing

If you are using MongoDB as your database, have you ever considered how you are going to do analytics on top of the NoSQL database? This is one of the questions I have heard often as a limitation of MongoDB and generally for NoSQL. The common complaint is that it is difficult to derive relationships between collections compared to relational databases where tables are already related to generating analytics.

However, moving further, it is important to understand the difference between Online Transaction Processing (OLTP) and Online Analytical Processing (OLAP).

No comments:

Fun With SQL: Functions in Postgres

DZone Database Zone Fun With SQL: Functions in Postgres In our previous  Fun with SQL  post on the  Citus Data  blog, we covered w...