Report On OLTP and OLAP Systems For An Automobile Company: Project Team Members
Report On OLTP and OLAP Systems For An Automobile Company: Project Team Members
Report On OLTP and OLAP Systems For An Automobile Company: Project Team Members
an automobile company
The overall objective of the report is to understand about OLTP and OLAP and how two
distinct processing system such as OLTP and OLAP are used side by side in automobile
industry. The report will also cover the functionality, benefits and real-life example of OLTP
and OLAP in automobile industry.
Single Platform. OLTP integrates all business analytical needs in a single platform.
Database Consistency. OLTP uses a fully normalized schema to ensure database
consistency.
Security Restrictions. OLTP applies security restrictions on users and objects to
protect sensitive data.
Expands Customer Base. OLTP attracts new customers by simplifying and speeding
up individual processes, making them user-friendly.
Timely Transaction Modifications. OLTP is a good foundation for a stable business or
organization because timely transaction modifications are convenient to end-users.
Large Database Support. OLTP supports large-size databases.
Atomicity. Atomicity ensures that all the steps of a transaction are completed. If a
step fails or is skipped, the entire transaction fails.
Facilitates Data Manipulation. It is easy to manipulate data through data partitioning.
Disadvantages of OLTP
Slow in responding.
Theoretical model.
There used to be a single state of mind resulting from the technological trenches that
engineers have built over the years. According to this single state of mind, enterprise data
management is handled by distinct systems: OLTP and OLAP. Day to day operational data is
handled by Online Transaction Processing (OLTP) systems, which are optimized to support
high-volume transaction processing and allow users to retrieve and modify records in real-
time. Both systems were distinct and had their own cons.
For solving the weaknesses of both systems mixed workload database also known as HTAP
(hybrid Transaction/ analytical processing) was created.
A HTAP database is capable of handling both OLAP and OLTP workloads in one system. It has
the ability to record data updates through transactions, and at the same time performs
large, intensive analytical queries.
The most advanced mixed workload databases can process short transactions, long
transactions, short queries and complex queries at the same time. No need to wait for a
transaction to be committed before starting a new transaction and vice versa. A significant
advantage of such a system is that it removes the latency between the transactional
environment where data is created, and the analytical environment where data is explored.
As a result, users are able to interactively explore data that is updated incrementally in real-
time.