Using SteemSQL, I run this query to check the amount of post (comments, resteem, post)
SELECT
COUNT(DISTINCT author) AS Authors
FROM
Comments
WHERE
created >= '2018/05/16' AND
created < '2018/05/17'
There are 28113 authors writting post on 2018/05/16