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%
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%