Hi, All diff content is split up into per-file entries in the FileDiff model (look at your table listings in your database to find the corresponding name). The content is base64-encoded, so you're losing some space as a result of that (necessary to fully preserve encodings across all databases). The actual upper limit is entirely dependent on your database. We use what generally becomes a BLOB type, so you'll need to look that up in your database's docs.
Christian -- Christian Hammond - [email protected] Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On Mon, May 31, 2010 at 6:52 PM, JohnHenry <[email protected]> wrote: > Hi, all > Is the size of diff content has a TOP VALUE ? And what it is? > 1024Bytes? And which table in the database has stored the content? > > > > Best Regards! > > -- > Want to help the Review Board project? Donate today at > http://www.reviewboard.org/donate/ > Happy user? Let us know at http://www.reviewboard.org/users/ > -~----------~----~----~----~------~----~------~--~--- > To unsubscribe from this group, send email to > [email protected]<reviewboard%[email protected]> > For more options, visit this group at > http://groups.google.com/group/reviewboard?hl=en -- Want to help the Review Board project? Donate today at http://www.reviewboard.org/donate/ Happy user? Let us know at http://www.reviewboard.org/users/ -~----------~----~----~----~------~----~------~--~--- To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/reviewboard?hl=en
