Received: from localhost (unknown [200.46.204.183]) by mail.postgresql.org (Postfix) with ESMTP id 5D218633035 for ; Wed, 11 Feb 2009 17:47:28 -0400 (AST) Received: from mail.postgresql.org ([200.46.204.86]) by localhost (mx1.hub.org [200.46.204.183]) (amavisd-maia, port 10024) with ESMTP id 56490-06 for ; Wed, 11 Feb 2009 17:47:24 -0400 (AST) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from cronos.madness.at (madness.at [217.196.146.217]) by mail.postgresql.org (Postfix) with ESMTP id 8D89A632406 for ; Wed, 11 Feb 2009 17:47:24 -0400 (AST) Received: from mastermind.kaltenbrunner.cc ([83.215.233.60]) by cronos.madness.at with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.63) (envelope-from ) id 1LXMvO-0002Lc-CS; Wed, 11 Feb 2009 22:47:21 +0100 Message-ID: <49934764.2060103@kaltenbrunner.cc> Date: Wed, 11 Feb 2009 22:47:16 +0100 From: Stefan Kaltenbrunner User-Agent: Mozilla-Thunderbird 2.0.0.19 (X11/20090103) MIME-Version: 1.0 To: Tom Lane CC: Josh Berkus , Dave Page , pgsql-www@postgresql.org Subject: Re: Audio & Video? References: <499336C3.4040507@agliodbs.com> <937d27e10902111240hd7e7cc0p8f20fd3b03d989e9@mail.gmail.com> <14215.1234385050@sss.pgh.pa.us> <49933B2C.2030609@agliodbs.com> <49933BC1.30905@kaltenbrunner.cc> <49933E6B.5030401@agliodbs.com> <14942.1234387956@sss.pgh.pa.us> In-Reply-To: <14942.1234387956@sss.pgh.pa.us> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=0 tagged_above=0 required=5 tests=none X-Spam-Level: X-Archive-Number: 200902/55 X-Sequence-Number: 16606 Tom Lane wrote: > Josh Berkus writes: >> Well, for the immediate term just someplace I can upload large >> audio/video files where users can download them. For example, for the >> SFPUG talk I just uploaded to the wiki, I have about 100MB of audio. > > We chew 100MB+ on the ftp server (multiplied by some large number of > mirrors) every time we make a new set of source releases; not to mention > the binaries that soon follow. 100MB isn't "large" by current > standards. indeed > > It's probably fair to discuss what is a reasonable space budget for > audio/video stuff, and maybe to try to prevent it from being mirrored > if the sysadmins think that would be a good idea. But this doesn't > strike me as being too large for the servers we've got. we have more than enough resources to host stuff like this - the wiki allows uploads of content of up to 100MB per object (it used to display a warning for stuff that was larger than 150kb but I just disabled that). If we have larger stuff or different needs we can always distribute via ftp.postgresql.org and the mirror network behind it. Stefan