Open shuijian-xu opened 5 years ago
because:
Application databases are optimized to execute insert and update type queries, whereas data warehouses are optimized to execute select type queries.
Application databases are constantly changing, whereas data warehouses are quiet (nonvolatile).
Application databases have large and complex schemas whereas data warehouses are simplified, often denormalized, structures.
Data warehouses need historical information and this is usually missing from application databases.
because:
Application databases are optimized to execute insert and update type queries, whereas data warehouses are optimized to execute select type queries.
Application databases are constantly changing, whereas data warehouses are quiet (nonvolatile).
Application databases have large and complex schemas whereas data warehouses are simplified, often denormalized, structures.
Data warehouses need historical information and this is usually missing from application databases.