行存专题

Hologres性能优化指南1:行存,列存,行列共存

在Hologres中支持行存、列存和行列共存三种存储格式,不同的存储格式适用于不同的场景。 在建表时通过设置orientation属性指定表的存储格式: BEGIN;CREATE TABLE <table_name> (...);call set_table_property('<table_name>', 'orientation', '[column | row | row,column