分享

hbase 0.98如何禁用hlog日志

以前版本使用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).


参考整理自:
hbase关于hlog的几个疑问


欢迎加入about云群425860289432264021 ,云计算爱好者群,关注about云腾讯认证空间

没找到任何评论,期待你打破沉寂

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

关闭

推荐上一条 /2 下一条