]> Cypherpunks repositories - gostls13.git/commit
godashboard: bz2 compress logs in data store
authorAndrew Gerrand <adg@golang.org>
Mon, 19 Apr 2010 23:06:57 +0000 (09:06 +1000)
committerAndrew Gerrand <adg@golang.org>
Mon, 19 Apr 2010 23:06:57 +0000 (09:06 +1000)
commit47c4416b7e21dc134dcd5fd83a4acadf4bb86f09
treeccaedc1ad09e84c29adaa6a1228d9435b6374cb6
parent93c750d80ac6f49571971e1d69e6e69f505b2c4d
godashboard: bz2 compress logs in data store

This results in a 10-20x size reduction per record.
(from ~150kb to ~10kb)

This revision has been pushed live, as I'm in the process of
converting Log records to bz2-compresed CompressedLog records.
I would have waited but we're running seriously low on space
and it seemed like a sane (and reversible) move.

R=rsc
CC=golang-dev
https://golang.org/cl/872048
misc/dashboard/godashboard/gobuild.py