What are Projections in HP Vertica? Lets try to understand by comparing with traditional databases like - Oracle, MySQL, SQL Server etc.. In traditional database architecture, data is physically stored in table. Additionally, secondary tunning structure such as index and materialized view structure are created to improve query performance. In contrast, table donot occupy any physical storage atallin vertica. Physical storage c onsists of collection of table columns called projections. Projections store data in a format that optimize query execution. They are simmilar to MVs in that they store result set on disk rather then compute them each time they areused in a query. The result set are automatically refreshed whenever data values are inserted, appended or changed. Projections are not aggregated but rather store row in a table e.g. full atomic detail Definition: Optimized collection of table columns that provide physical storage for data. A proj