boulder icon indicating copy to clipboard operation
boulder copied to clipboard

ROCSP: Compress OCSP responses for storage

Open andygabby opened this issue 3 years ago • 1 comments

From some proof of concept tests, we could save ~30% on memory requirements for storing OCSP responses in Redis if we compress the responses using the compress/flate package.

andygabby avatar Mar 18 '22 20:03 andygabby

We'll want to prime a dictionary if we're doing this. To do that, we'd probably want to iterate through the prod and stage OCSP resposnes with a tool to find similar sections that we can hard-code.

jcjones avatar Mar 18 '22 22:03 jcjones