Interview Questions | Datastage Questions | Interview Questions



Get "Datastage Questions" Category

Sort by:

What is the difference btween OLTP and OLAP?

OLTP stand for Online Transaction Processing. This is standard, normalized database structure. OLTP is designed for Transactions, which means that inserts, updates, and deletes must be fast. Imagine a call center that takes orders. Call takers are continually taking calls and entering orders that may contain numerous items. Each order and each item must be inserted into a database. Since the performance of database is critical, we want to maximize the speed of inserts (and updates and deletes). To maximize performance, we typically try to hold as few records in the database as possible.

Read more on What is the difference btween OLTP and OLAP?…