Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How long did it take for WDTK to hit target level? #105

Closed
garethrees opened this issue Oct 10, 2016 · 4 comments
Closed

How long did it take for WDTK to hit target level? #105

garethrees opened this issue Oct 10, 2016 · 4 comments

Comments

@garethrees
Copy link
Member

Not sure if we can get this out of projectDB?

Worth knowing as a benchmark.

@dracos
Copy link
Member

dracos commented Oct 11, 2016

Launched mid December 2007; hit target (and never dropped below thereafter) 26th August 2008.
This SQL isn't very nice or fast, but I didn't want to spend time getting my head around an appropriate window function:

foi=# select date,
    (select count(*) from info_requests
        where created_at>=date-'6 months'::interval and created_at<date) as c
from
(select generate_series('2007-10-01'::timestamp, '2016-10-01'::timestamp, '1 day') as date) dates;

@garethrees
Copy link
Member Author

Probably hit a little quicker than that, given we count other transactions (like user signups, follows, comments, etc) towards the targets. In any case, we're looking at something like 6-9 months.

@garethrees
Copy link
Member Author

garethrees added a commit that referenced this issue Jan 5, 2017
@garethrees
Copy link
Member Author

What is target-hitting?

A deployment that receives either at least 125,000 sessions in any rolling six month period in the target year or facilitates at least 2,500 transactions in any rolling six month period in the target time period.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants