hive支持四种数据模型

• external table
• table
• partition
• bucket

为了避免table名称冲突,hive用database作为顶层域名,如果不设定database,就采用default database。

相关文章: