monotone-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Monotone-devel] Re: results of mercurial user survey


From: Graydon Hoare
Subject: [Monotone-devel] Re: results of mercurial user survey
Date: Sat, 29 Apr 2006 13:25:53 -0700
User-agent: Thunderbird 1.5.0.2 (Windows/20060308)

Graydon Hoare wrote:

We can give up the gzip on either without much hassle: on the protocol stream it'll just result in more overall transmission (which is probably OK since we're not near wire speed yet) and on the database it'll mean more database storage allocated, which might be ok on the xdeltas but probably is unwise for the fulltexts. Especially full rosters; they're pretty big.

You know, thinking about this some more ... I previously wrote a netio-based "dense" storage form for rosters, which used less space and was less compressible (the normal form is highly redundant). I discarded it because it didn't turn out to be much faster; but maybe I should revive it. If most other fulltexts are small enough, maybe the performance win is big enough to make the space cost worthwhile, and we can drop gzip entirely. Or we can gzip only non-roster fulltexts. Either way, might remove some time spent in gzip.

-graydon





reply via email to

[Prev in Thread] Current Thread [Next in Thread]