← Back to team overview

maria-developers team mailing list archive

WL#212 New (by Monty): Compressed binary log

 

-----------------------------------------------------------------------
                              WORKLOG TASK
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
TASK...........: Compressed binary log
CREATION DATE..: Thu, 30 Jun 2011, 15:34
SUPERVISOR.....: 
IMPLEMENTOR....: 
COPIES TO......: 
CATEGORY.......: Server-Sprint
TASK ID........: 212 (http://askmonty.org/worklog/?tid=212)
VERSION........: WorkLog-4.0
STATUS.........: Un-Assigned
PRIORITY.......: 60
WORKED HOURS...: 0
ESTIMATE.......: 80 (hours remain)
ORIG. ESTIMATE.: 80

PROGRESS NOTES:



DESCRIPTION:

Compress the binary log to make it smaller.

The following options exists:

a) Compress old binary log when they are not in use. On access from delayed
slave, decompress it from start to memory and feed the slave the data from the
uncompressed stream.

b) Compress each binary log event separately with a format:
<length><data>. Ship the binary log in the compressed format.

I assume that b) is much easier to do.


ESTIMATED WORK TIME

ESTIMATED COMPLETION DATE
-----------------------------------------------------------------------
WorkLog (v4.0.0)