Question d’entretien chez Trace3

Q. What is the difference between a standard RDBMS database and a data warehouse?

Réponse à la question d'entretien

Utilisateur anonyme

28 avr. 2016

An RDBMS database is for constant reads/writes and generally contains a smaller amount of data than a warehouse. A data warehouse is for storing a vast amount of historical data that is mostly just hit with reads. In general a data warehouse is optimized for specific types of queries so the query time is kept within reasonable bounds.

1