On Sat, Sep 10, 2011 at 9:47 PM, Joshua Berkus <j...@agliodbs.com> wrote: > >> Download numbers for the installers were bordering on noise compared >> to the GA builds last time I looked, double figures iirc. I don't >> know about the tarballs offhand and can't check ATM. > > Can you check when you get a chance? I know that the DL numbers for the > first alphas were very low, but I'm wondering about Alpha 3, 4 and 5.
186_www=# select count(*) from clickthrus where path like '%postgresql-9.1alpha1.tar.%' and ts >= '2009-09-01'; count ------- 1431 (1 row) 186_www=# select count(*) from clickthrus where path like '%postgresql-9.1alpha2.tar.%' and ts >= '2009-09-01'; count ------- 1335 (1 row) 186_www=# select count(*) from clickthrus where path like '%postgresql-9.1alpha3.tar.%' and ts >= '2009-09-01'; count ------- 1127 (1 row) 186_www=# select count(*) from clickthrus where path like '%postgresql-9.1alpha4.tar.%' and ts >= '2009-09-01'; count ------- 2011 (1 row) 186_www=# select count(*) from clickthrus where path like '%postgresql-9.1alpha5.tar.%' and ts >= '2009-09-01'; count ------- 929 (1 row) and for comparison: 186_www=# select count(*) from clickthrus where path like '%postgresql-9.0.3.tar.%' and ts >= '2009-09-01'; count ------- 26211 (1 row) 186_www=# select count(*) from clickthrus where path like '%postgresql-9.0.4.tar.%' and ts >= '2009-09-01'; count ------- 34769 (1 row) Note that these are only numbers from people who click through the flags pages on the website. We don't have numbers for people who download directly from the FTP site or a mirror. -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK: http://www.enterprisedb.com The Enterprise PostgreSQL Company -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers