SQL - Query Performance

Data System Architecture

SQL - Query Performance

About

The query performance is the Performance of a query.

Query Type

OLTP

OLTP query are query that comes from an OLTP application. This kind of query retrieve few rows and their performance is generally improved with a index.

OLAP

OLAP query are query that comes from a OLAP application. As they are aggregate query, their performance is generally improved by:





Discover More
Data System Architecture
Relational Data Modeling - Aggregate Table (Summary Table)

An Aggregate table is a persistence unit of aggregate data. Aggregate tables are also known as summary table (from summary) materialized view A aggregate is a table that contains the result of a query...



Share this page:
Follow us:
Task Runner