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;

AttachmentSize
Image icon 07-11-alioth-messages-senders.png44.76 KB
Data Resources: