Page MenuHomePhabricator

Brotli compression for Cassandra
Closed, DeclinedPublic

Description

Brotli is an open source data compression library based on a modern variant of the LZ77 algorithm, Huffman coding, and 2nd order context modeling. It typically gives an increase of 20% in compression density for text, with comparable compression and decompression speeds when compared to deflate.

We've begun experimenting with a compressor implementation for Cassandra, with promising results.

This will serve as a tracking issue; Sub-tasks to follow will cover evaluation, testing, and implementation and deployment (if necessary).


References:

Event Timeline

Eevans claimed this task.
Eevans raised the priority of this task from to Medium.
Eevans updated the task description. (Show Details)
Eevans added a project: RESTBase-Cassandra.
Eevans added subscribers: fgiunchedi, akosiaris.

With the separation of current / recent revision storage from archival use cases, brotli compression in Cassandra has become less important for us. @Eevans, should we close out this task hierarchy?

GWicke edited projects, added Services (later); removed Services.
GWicke moved this task from later to blocked on the Services board.
GWicke edited projects, added Services (blocked); removed Services (later).