What is the ratio of senders to messages in Alioth mailing lists? (07-2011)
Description
This graph shows the ratio of senders to email messages in Alioth project mailing lists.
Visualization:
The first number shown when hovering over a dot is the number of senders. The second number is the number of messages for each sender count.
SQL Script
SELECT mailing_list, COUNT(DISTINCT sender), COUNT(DISTINCT message_id)
FROM al_messages
GROUP BY mailing_list;
Attachment | Size |
---|---|
07-11-alioth-messages-senders.png | 44.76 KB |
Data Resources:
- Log in to post comments