[Python-Dev] Subversion (original) (raw)
Barry Warsaw barry at python.org
Tue Sep 7 23:30:00 CEST 2004
- Previous message: [Python-Dev] Subversion
- Next message: [Python-Dev] Subversion
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Tue, 2004-09-07 at 16:59, Jp Calderone wrote:
Files are, by and large, big blobs of opaque bytes. They don't = belong in a database. The subversion developers made a mistake by = putting everything into bdbs. They should have put metadata into the = database and files into the filesystem.
Right, and Berkeley splits big blobs up into overflow pages, which aren't as efficient as if all the data for a key fits in on one page.
-Barry
-------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 307 bytes Desc: This is a digitally signed message part Url : http://mail.python.org/pipermail/python-dev/attachments/20040907/756f9d2e/attachment.pgp
- Previous message: [Python-Dev] Subversion
- Next message: [Python-Dev] Subversion
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]