What is the difference between a database and a data warehouse?

后端 未结 13 2178
感动是毒
感动是毒 2021-01-29 17:27

What is the difference between a database and a data warehouse?

Aren\'t they the same thing, or at least written in the same thing (ie. Oracle RDBMS)?

13条回答
  •  感情败类
    2021-01-29 18:05

    Source for the Data warehouse can be cluster of Databases, because databases are used for Online Transaction process like keeping the current records..but in Data warehouse it stores historical data which are for Online analytical process.

提交回复
热议问题