Closed zhangtianxiao closed 5 years ago
NONE
does not compress at all which saves CPU at the cost of more IO. SNAPPY
uses the https://github.com/google/snappy compression algorithm which is very efficient, but will cost some CPU. I believe most people use SNAPPY
, because the additional CPU usage is cheaper that the additional flash storage cost.
NONE will faster ?