Operational database
Encyclopedia
In Data Warehousing
, the Operational Database is one which is accessed by an Operational System
to carry out regular operations of an organization. Operational Databases usually use an OLTP Database
which is optimized for faster transaction processing: Inserting, Deleting, and Updating data. On the other side, Data Warehouse
s use an OLAP
Database
(Online Analytical Processing) which is optimized for faster queries.
An Operational Database is usually put on a separate machine from the Data Warehouse
to increase performance.
Data warehouse
In computing, a data warehouse is a database used for reporting and analysis. The data stored in the warehouse is uploaded from the operational systems. The data may pass through an operational data store for additional operations before it is used in the DW for reporting.A data warehouse...
, the Operational Database is one which is accessed by an Operational System
Operational system
An operational system is a term used in data warehousing to refer to a system that is used to process the day-to-day transactions of an organization...
to carry out regular operations of an organization. Operational Databases usually use an OLTP Database
Database
A database is an organized collection of data for one or more purposes, usually in digital form. The data are typically organized to model relevant aspects of reality , in a way that supports processes requiring this information...
which is optimized for faster transaction processing: Inserting, Deleting, and Updating data. On the other side, Data Warehouse
Data warehouse
In computing, a data warehouse is a database used for reporting and analysis. The data stored in the warehouse is uploaded from the operational systems. The data may pass through an operational data store for additional operations before it is used in the DW for reporting.A data warehouse...
s use an OLAP
OLAP
In computing, online analytical processing, or OLAP , is an approach to swiftly answer multi-dimensional analytical queries. OLAP is part of the broader category of business intelligence, which also encompasses relational reporting and data mining...
Database
Database
A database is an organized collection of data for one or more purposes, usually in digital form. The data are typically organized to model relevant aspects of reality , in a way that supports processes requiring this information...
(Online Analytical Processing) which is optimized for faster queries.
An Operational Database is usually put on a separate machine from the Data Warehouse
Data warehouse
In computing, a data warehouse is a database used for reporting and analysis. The data stored in the warehouse is uploaded from the operational systems. The data may pass through an operational data store for additional operations before it is used in the DW for reporting.A data warehouse...
to increase performance.