InterviewSolution
Saved Bookmarks
| 1. |
How can you disable WAL? What is the benefit? |
|
Answer» WAL can be disabled to improve performance bottleneck. This is done by calling the Hbase client field Mutation.writeToWAL(false). |
|