We're creating a readonly database and would like to know the recommended 
optimizations we could do. We'd be loading data via direct write to HFiles.

One thing i could immediately think of is to eliminate the memory for Memstore. 
What is the minimum that we could get away with?

How about disabling some regular operations to save CPU time. I think 
Compaction is one of those we'd like to stop.

thanks

Jeff

Reply via email to