Performance does not scale when increasing file upload sizes

2022-05-11 Thread 'Noxx' via Django developers (Contributions to Django itself)
Story Our application supports many file uploads. In normal circumstances, those files are only a few megabytes to of around 100MB. However, some uploads can be several GB in size (10-15GB and up). I know, that file uploads with such a size can be handled differently, e.g. using a seperate endpo

Re: Performance does not scale when increasing file upload sizes

2022-05-17 Thread 'Noxx' via Django developers (Contributions to Django itself)
te further and perhaps > come up with a patch? You're likely "the world expert" on this part of > Django at this point, after all the profiling you've done. > > > On Wed, May 11, 2022 at 5:44 PM Ferran Jovell wrote: > >> This is still the wr

Re: Performance does not scale when increasing file upload sizes

2022-05-17 Thread 'Noxx' via Django developers (Contributions to Django itself)
to fit our needs exactly. (But we can see on review...) > > Please do open a PR when you're ready. > > Kind regards, > Carlton > > On Tue, 17 May 2022 at 15:20, 'Noxx' via Django developers (Contributions > to Django itself) wrote: > >> Hi all, >>