0 votes
in HBase by

How can you disable WAL in HBase? What is the benefit in HBase?

1 Answer

0 votes
by

WAL can be disabled to improve performance bottleneck.

This is done by calling the Hbase client field Mutation.writeToWAL(false).

Related questions

+1 vote
asked Jun 13, 2020 in HBase by Robindeniel
0 votes
asked Jun 13, 2020 in HBase by Robindeniel
...