Hi Ralph, Glad to hear it!
The condensediffs savings should definitely be better in 2.5.x. In 2.0, we condensed by de-duplicating diffs (if you uploaded 3 revisions of a diff, but a diff for a file remained the same between revisions, we no longer store multiple copies of it). In 2.5.x, we moved from a base64 encoding of diffs (previously needed due to lack of binary field support in Django + encoding issues with databases) to gzip-compressed storage of diffs. This offers a much greater savings. We've seen it as high as 80% on a real-world install. Christian -- Christian Hammond - [email protected] Review Board - https://www.reviewboard.org Beanbag, Inc. - https://www.beanbaginc.com On Tue, Dec 8, 2015 at 8:01 AM, rfs <[email protected]> wrote: > Hi Christian, > > Thanks, that was exactly the problem. After switching to InnoDB, the > upgrade to 2.5.2 completes, and I have a working install. > The one other change I had to make was the memcached backend name in > settings_local.py (CacheClass -> MemcacheCache). > > I did notice a difference in the "condensediffs" operation, under 2.0.18 > it reported 21% savings, while under 2.5.2 it reported around 40% -- in > both cases I started from the same 1.7.27 database. If that is something of > concern, I can provide more details. > > -Ralph > > -- > Supercharge your Review Board with Power Pack: > https://www.reviewboard.org/powerpack/ > Want us to host Review Board for you? Check out RBCommons: > https://rbcommons.com/ > Happy user? Let us know! https://www.reviewboard.org/users/ > --- > You received this message because you are subscribed to the Google Groups > "reviewboard" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- Supercharge your Review Board with Power Pack: https://www.reviewboard.org/powerpack/ Want us to host Review Board for you? Check out RBCommons: https://rbcommons.com/ Happy user? Let us know! https://www.reviewboard.org/users/ --- You received this message because you are subscribed to the Google Groups "reviewboard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
