What are the relations between NoSql and Data-Warehouse technologies/theories?
What concepts they share?
What are the basic differences between them?
Data warehouse system are generally used for quick reporting to management and NoSql system are generally for handle very large data for map reduction
Data warehouse uses relational database while NoSql use non relational database.
NoSql database are faster than data warehouse.
We use SQL in data warehouse but we need not require SQL for manipulating data in NoSql
Data warehouse consists of dimension and fact while NoSql are consist limited schema.