Re: Media files and performance

2007-12-26 Thread Malcolm Tredinnick
On Wed, 2007-12-26 at 05:54 -0800, Ivan Illarionov wrote: > Django documentation states that "For performance, (uploaded) files > are not stored in the database" Is this really true? Research > http://research.microsoft.com/research/pubs/view.aspx?msr_tr_id=MSR-TR-2006-45 > shows that it's more

Re: Media files and performance

2007-12-26 Thread Jeremy Dunck
On Dec 26, 2007 7:54 AM, Ivan Illarionov <[EMAIL PROTECTED]> wrote: > > Django documentation states that "For performance, (uploaded) files > are not stored in the database" Is this really true? Research > http://research.microsoft.com/research/pubs/view.aspx?msr_tr_id=MSR-TR-2006-45 > shows that

Media files and performance

2007-12-26 Thread Ivan Illarionov
Django documentation states that "For performance, (uploaded) files are not stored in the database" Is this really true? Research http://research.microsoft.com/research/pubs/view.aspx?msr_tr_id=MSR-TR-2006-45 shows that it's more advantageous to store small media files (<256K) in the database,