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
相關文章
相關標籤/搜索