立即注册 登录
About云-梭伦科技 返回首页

langke93的个人空间 https://www.aboutyun.com/?1415 [收藏] [复制] [分享] [RSS]

日志

hbase 0.98如何禁用hlog日志

已有 911 次阅读2015-6-8 17:17 | 如何

以前版本使用
put.setWriteToWAL(false);


现在版本使用
public void setDurability(Durability d)
Durability可以为
ASYNC_WAL Write the Mutation to the WAL asynchronously
FSYNC_WAL Write the Mutation to the WAL synchronously and force the entries to disk.
SKIP_WAL Do not write the Mutation to the WAL
SYNC_WAL Write the Mutation to the WAL synchronously.
USE_DEFAULT If this is for tables durability, use HBase's global default value (SYNC_WAL).

路过

雷人

握手

鲜花

鸡蛋

评论 (0 个评论)

facelist doodle 涂鸦板

您需要登录后才可以评论 登录 | 立即注册

关闭

推荐上一条 /2 下一条