adspace


What is difference between oltp and olap?

Answer Posted / Shripal

OLTP (Online Transaction Processing) systems are designed for handling multiple, short transactions with low latency. They often use clustered indexes and store data in a normalized form to optimize insert, update, and delete operations. OLAP (Online Analytical Processing) systems, on the other hand, focus on complex queries and analysis of large amounts of data. They typically use denormalized schema and materialized views to optimize query performance.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is subquery? Explain the properties of a subquery?

1063


Can one drop a column from a table?

1091


What kind of problems occurs if we do not implement proper locking strategy?

1500


How to enter binary string literals in ms sql server?

1246


Can sql servers link to other servers like oracle?

919


What are wait types?

1250


How do I create a trace in sql server?

1121


Does view occupy space?

1022


What are different types of constraints?

1003


What is the difference between for xml raw and for xml auto?

1119


Can we do dml on views?

1039


How can I check that whether automatic statistic update is enabled or not?

1113


What are the kinds of subquery?

1109


What are the pros and cons of putting a scalar function in a queries select list or in the where clause?

1300


Why and when do stored procedure recompile?

1064