欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

hive acid Gohive acidacid

程序员文章站 2022-07-03 13:23:52
...
aotmicity 原则性
consiitency 一致性

isolation 隔离性。
durablity 持久性。

hive 0.13以后新的版本
不支持 bggin
支持单挑语句 acid
要求如下

orc file
bucked


不兼容以前的

新语法
insert info tb1 values()

updae tb1 set(s=5 ... )where ..

delete from tb1 where

transactional =true

事物 ID
有metastore

bucke partition

存储 分区路径

acidInputFormat /acidOutputFormat

锁模型 上 shared

semi-shared

exclusive


select insert

update delete

drop insert over write

达到基表 10%



















相关标签: Go hive acid acid