1.What is transparent, cluster and pool table? where and when we use these tables? 透明表同时存在于dictionary 和database中, 且具有完全相同的结构,相同的数据与栏位。
Pooled table 是一种逻辑表,在定义它的同时必须要将其分配到 一个 table pool中去。而pooled table则是用来存储control data的。几个pooled table是可以被整合到一个table pool中的。这些pooled table的数据会于同一个database table 中更新。
簇表则是在定义的时候必须要分配到一个table cluster中去的。也是用来存储control data的。他们用来存储临时的数据和文本,例如文档。
2.What's the major difference between standard tables, Pooled tables and Clustered tables?
透明表是用来直接存储数据的,也即物理的。你可以在系统以外用例如SQL语句来直接读取db的数据。