[Buildbot-commits] [Buildbot] #2627: [nine] Compress Logs
Buildbot trac
trac at buildbot.net
Fri Jan 10 19:42:01 UTC 2014
#2627: [nine] Compress Logs
------------------------+--------------------
Reporter: dustin | Owner:
Type: enhancement | Status: new
Priority: major | Milestone: 0.9.0
Version: | Keywords: simple
------------------------+--------------------
The log chunk support in the DB and Data APIs supports compressing logs
after they are created.
However, right now this is a no-op.
Compression is intended to include byte-stream compression, but the major
advantage will be in collapsing multiple, small log chunks into larger
chunks, resulting in fewer database rows used and thus faster log access.
The compression must be done in such a way that logs can be correctly
retrieved at any time.
--
Ticket URL: <http://trac.buildbot.net/ticket/2627>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
More information about the Commits
mailing list