Trafodion表与HBase表如何映射

咱们已经知道Trafodion中的表实际上是映射和存储在HBase表中的, 本文经过一个简单DEMO介绍一下Trafodion中建立的表是如何映射到HBase表。html 1 建立Trafodion测试表并插入样例数据测试 SQL>create table mytable(a integer not null, b char(10), primary key (a)); --- SQL oper
相关文章
相关标签/搜索