一、appendonly的列存储表

1、创建列存储表

create table test_column_ao(

id bigint,

name varchar(128),

value varchar(128),

)  with (appendonly=true,orientation=column,compresslevel=5)

distributed by (id);

Greenplum table 之 appendonly的列存储表

2、列存储表与普通appendonly压缩表性能比较

1)测试一

 Greenplum table 之 appendonly的列存储表

 

2)测试二

Greenplum table 之 appendonly的列存储表

 

 Greenplum table 之 appendonly的列存储表

 

整理自:

《greenplum 企业级应用实战》

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-11-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-04
  • 2022-12-23
  • 2021-07-23
猜你喜欢
  • 2021-11-05
  • 2021-09-27
  • 2022-12-23
  • 2021-09-11
  • 2021-12-16
  • 2022-12-23
  • 2021-06-13
相关资源
相似解决方案