create account

RE: Proposal: Public Hivemind SQL service by contrabourdon

View this thread on: hive.blogpeakd.comecency.com

Viewing a response to: @emrebeyler/proposal-public-hivemind-sql-service

· @contrabourdon ·
Is this similar to the @arcange database but for PostgreSQL?

Posted using [Partiko iOS](https://partiko.app/referral/contrabourdon)
properties (22)
authorcontrabourdon
permlinkcontrabourdon-re-emrebeyler-proposal-public-hivemind-sql-service-20191020t110341266z
categoryproposal
json_metadata{"app":"partiko","client":"ios"}
created2019-10-20 11:03:42
last_update2019-10-20 11:03:42
depth1
children16
last_payout2019-10-27 11:03:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length132
author_reputation226,187,807,219,161
root_title"Proposal: Public Hivemind SQL service"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id91,731,534
net_rshares0
@emrebeyler · (edited)
Yes, it will be the same except Hivemind doesn't store whole blockchain data like SteemSQL. Instead, it focuses on social aspects like votes, comments, posts, resteems, relationships. (ignore, follow, etc.)

In the future, communities data is also planned to store at Hivemind.
👍  
properties (23)
authoremrebeyler
permlinkpzo6wy
categoryproposal
json_metadata{"app":"steemit/0.1"}
created2019-10-20 11:07:45
last_update2019-10-20 11:09:24
depth2
children15
last_payout2019-10-27 11:07:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length277
author_reputation448,535,049,068,622
root_title"Proposal: Public Hivemind SQL service"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id91,731,637
net_rshares5,553,630,657
author_curate_reward""
vote details (1)
@contrabourdon ·
Sounds great! Looking forward to be one of the first to test :) You already have my witness vote and I will support this proposal.
properties (22)
authorcontrabourdon
permlinkre-emrebeyler-pzo76u
categoryproposal
json_metadata{"tags":["proposal"],"app":"steempeak/1.18.0"}
created2019-10-20 11:13:42
last_update2019-10-20 11:13:42
depth3
children1
last_payout2019-10-27 11:13:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length130
author_reputation226,187,807,219,161
root_title"Proposal: Public Hivemind SQL service"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id91,731,802
net_rshares0
@emrebeyler ·
Thanks! 🎉
👍  
properties (23)
authoremrebeyler
permlinkpzo78b
categoryproposal
json_metadata{"app":"steemit/0.1"}
created2019-10-20 11:14:36
last_update2019-10-20 11:14:36
depth4
children0
last_payout2019-10-27 11:14:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length9
author_reputation448,535,049,068,622
root_title"Proposal: Public Hivemind SQL service"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id91,731,824
net_rshares5,503,134,454
author_curate_reward""
vote details (1)
@wehmoen · (edited)
 
properties (22)
authorwehmoen
permlinkre-emrebeyler-pzqgg2
categoryproposal
json_metadata{}
created2019-10-21 16:28:51
last_update2020-06-03 06:18:57
depth3
children12
last_payout2019-10-28 16:28:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1
author_reputation86,504,380,503,125
root_title"Proposal: Public Hivemind SQL service"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id91,773,367
net_rshares0
@emrebeyler ·
It is available with a subscription fee.
👍  
properties (23)
authoremrebeyler
permlinkpzqgpe
categoryproposal
json_metadata{"app":"steemit/0.1"}
created2019-10-21 16:34:27
last_update2019-10-21 16:34:27
depth4
children10
last_payout2019-10-28 16:34:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length40
author_reputation448,535,049,068,622
root_title"Proposal: Public Hivemind SQL service"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id91,773,545
net_rshares5,581,420,384
author_curate_reward""
vote details (1)
@inertia ·
Both Hivemind and SteemSQL interpret the blockchain differently.  A really good example of how some Hivemind queries are useful over SteemSQL is doing tag queries.  With Hivemind, you can do a query that matches posts that have all tags specified.  With SteemSQL, this is difficult.

When I say "all tags specified" I mean that you want posts that match "tag a" *and* "tag b" as opposed to "tag a" or "tag b".

This is possible in Hivemind because tags are a dedicated table, so doing that kind of query is somewhat trivial.  With SteemSQL, you could probably achieve it with sub-selects and temporary tables, but I haven't needed to look into it.

Some more examples: [Hivemind Queries
](http://steemit.com/@inertia/hivemind-queries)
👎  
properties (23)
authorinertia
permlinkq0ff0h
categoryproposal
json_metadata{"links":["http://steemit.com/@inertia/hivemind-queries"],"app":"steemit/0.1"}
created2019-11-04 03:57:54
last_update2019-11-04 03:57:54
depth4
children0
last_payout2019-11-11 03:57:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length734
author_reputation346,568,901,399,561
root_title"Proposal: Public Hivemind SQL service"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id92,178,932
net_rshares-64,713,014,585
author_curate_reward""
vote details (1)