#recordpool Weekly Analysis Report #9 (Weekly Contest #12)
Welcome to weekly analysis of #recordpool.The purpose of this analysis is to determine the weekly winner for #recordpool from 26/03/2018 - 01/04/2018.
What is recordpool? Checkout @djlethalskillz's post "Weekly Roudup Contest" at "'Steemit Record Pool' New Community Contest Update! Curate Music & Win Weekly Whaleshares & Hairshares!"
The announcement of the winners will be done by @recordpool.
All data are queried from SteemSQL until 01/04/2018. For a better reading experience, I would suggest using busy.org .
There might be a slight different for the payout since it is the sum of paid payout and pending payout (pending payout fluctuates with the price of sbd/steem and also affected by beneficiaries percentage)
For better reading experience, please use busy.org: https://busy.org/recordpool/@superoo7/recordpool-weekly-analysis-report-9-weekly-contest-12
Overall Statisctics
| Authors | Posts | Comments | Upvotes | Payouts |
|---|---|---|---|---|
| 144 | 1166 | 4934 | 26111 | 4922.0010 |
Weekly Statistics (26/03/2018 - 01/04/2018)
| Authors | Posts | Comments | Upvotes | Payouts |
|---|---|---|---|---|
| 24 | 69 | 218 | 1965 | 144.3740 |
Weekly Top 10 authors (in terms of number of posts)(in terms of number of posts)
| Authors | Posts | Votes | Comments | Total_Payout |
|---|---|---|---|---|
| @warmcracklesound | 10 | 184 | 10 | 2.7310 |
| @inthenow | 7 | 183 | 7 | 2.5900 |
| @iamevilradio | 7 | 87 | 8 | 2.9960 |
| @calisay | 7 | 56 | 5 | 8.4950 |
| @rawselectmusic | 6 | 44 | 12 | 1.4160 |
| @asonintrigue | 5 | 252 | 30 | 7.0730 |
| @bboyady | 4 | 251 | 5 | 10.1410 |
| @mateonav53 | 4 | 150 | 14 | 1.0690 |
| @recordpool | 2 | 65 | 27 | 12.9860 |
| @danstatus | 2 | 20 | 2 | 0.0880 |
Weekly Top 10 posts
in terms of upvotes
in terms of comments
SQL Queries
I changed the query this week, where the SQL Query performance had increase significantly.
Details about it at SteemSQL - New Full Text Search indexed json_metadata by @arcange
Overall Stats
SELECT
COUNT(DISTINCT author) AS Authors,
COUNT(*) AS Posts,
SUM(children) AS Comments,
SUM(net_votes) AS Upvotes,
SUM(pending_payout_value) + SUM(total_payout_value) AS Payouts
FROM Comments (NOLOCK)
WHERE
parent_author = '' AND
created >= CONVERT(datetime,'07/01/2017') AND
created< CONVERT(datetime,'04/02/2018') AND
depth = 0 AND
ISJSON(json_metadata) > 0 AND
CONTAINS(json_metadata, 'recordpool')
Weekly Stats
SELECT
COUNT(DISTINCT author) AS Authors,
COUNT(*) AS Posts,
SUM(children) AS Comments,
SUM(net_votes) AS Upvotes,
SUM(pending_payout_value) + SUM(total_payout_value) AS Payouts
FROM Comments (NOLOCK)
WHERE
parent_author = '' AND
created >= CONVERT(datetime,'03/26/2018') AND
created< CONVERT(datetime,'04/02/2018') AND
depth = 0 AND
ISJSON(json_metadata) > 0 AND
CONTAINS(json_metadata, 'recordpool')
Weekly Top Author
SELECT
'@' + author AS Authors,
COUNT(*) AS Posts,
SUM(net_votes) AS Votes,
SUM(children) AS Comments,
SUM(pending_payout_value) + SUM(total_payout_value) AS Total_Payout
FROM
COMMENTS (NOLOCK)
WHERE
dirty = 'False' AND
ISJSON(json_metadata) > 0 AND
CONTAINS(json_metadata, 'recordpool') AND
parent_author = '' and
created >= CONVERT(datetime,'03/26/2018') AND
created< CONVERT (datetime, '04/02/2018')
GROUP BY
Author
ORDER BY
Posts DESC
Top Post
SELECT
title + ' https://steemit.com/' + url AS Title,
'@' + author AS Author,
net_votes as Upvotes,
children as Comments,
pending_payout_value + total_payout_value as Payout
FROM Comments (NOLOCK)
WHERE
parent_author = '' AND
created >= CONVERT(datetime,'03/26/2018') AND
created< CONVERT(datetime,'04/02/2018') AND
depth = 0 AND
ISJSON(json_metadata) > 0 AND
CONTAINS(json_metadata, 'recordpool')
ORDER BY
Upvotes desc
#recordpool love
Up!
nice post I hope your day is fun
You've been upvoted by TeamMalaysia Community :-
To support the growth of TeamMalaysia Follow our upvotes by using steemauto.com and follow trail of @myach
Vote TeamMalaysia witness bitrocker2020 using this link vote for witness
We recommended this post here.
Professional la.... you are expert!
#Recordpool is fly! Good write man