create account

SteemSQL - Database updated and ready for SMTs by arcange

View this thread on: hive.blogpeakd.comecency.com
· @arcange · (edited)
$94.34
SteemSQL - Database updated and ready for SMTs
<center>http://i.cubeupload.com/jRKIMn.png</center>

My work to prepare SteemSQL for the coming SMT and to revamp some table design is now complete.

In my [previous post](/steemsql/@arcange/steemsql-database-update-and-preparation-for-smts) about SteemSQL database changes, I announced I will prepare SteemSQL's database for SMTs and taking the opportunity to also make additional modifications to improve the performance of SteemSQL for (d)Apps and processes that use SteemSQL.

##### 1. New SMT transactions tables

On top of running on the mainnet, SteemSQL Database Injector has been running in parallel on the testnet to process SMT's operations.

A set of new tables has been created, each one corresponding to the different SMT related transactions that one will be able to issue:

* TxSMTCreates
* TxSMTSetRuntimeParameters
* TxSMTSetSetupParameters
* TxSMTSetupEmissions
* TxSMTSetupICOTiers
* TxSMTSetups

These tables will start to be populated as soon as SMT will be released. In the meantime, you can already take a look at it to get used to their structure.

For more information on the different fields contained in these tables, I invite you to read the excellent posts written by @howo on this subject  [here](/proposal/@howo/smt-hard-fork-testing-report-3-400-000-smts-are-live-on-the-testnet) and [here](/smt/@howo/the-emission-operation-explained)

##### 2. Existing tables revamped

One of SteemSQL's weak points in terms of performance is the fact that many fields containing value for assets are stored in the database as character strings. This is mainly because, during the initial design of the database, I wanted to stick 1:1 to the structure of the data returned by the Steem nodes. And they return amounts as a numeric value followed by its symbol (ex: "1234.123 STEEM" or "654.456 SBD")

In its updated design, the database will now store assets value in two separate columns, the first one with the same name containing the numerical value and a second one suffixed with `_symbol` which will contain... the asset symbol ;)

_Before:_
|column|type|value|
|-|-|-|
|vesting_shares|varchar(50)|12345.678 VESTS|

_After:_
|column|type|value|
|-|-|-|
|vesting_shares|numeric(19,6)|12345.678|
|vesting_shares_symbol|varchar(5)|VESTS|

This change will allow me to create additional indexes on assets columns to speed up the user's queries and lower resource usage on the server.

##### 3. When these changes will occurs?

The new SMT tables are already available.

The switch to the new fields for assets columns will be put into production on **2020-01-31 at 20:00:00 UTC**.

This gives about a week to anyone who relies on SteemSQL to adapt their processes.

If this deadline is still too short for you, SteemSQL will make the old content of the fields available for a week in an additional column prefixed with an `x_` (ex: x_vesting_shares). This means that you can still run your processes, **for a maximum of one week**, by simply changing the name of the columns in your code. After one week, these `x_` columns will be deleted!

### Support

If you have any questions or need assistance with SteemSQL, support is provided on the dedicated [SteemSQL channel on steem.chat](https://steem.chat/channel/steemsql),

You can also contact me directly on [steem.chat](https://steem.chat/direct/arcange), [Discord](https://discordapp.com/channels/@me/237480770933882881) or [Telegram](https://t.me/the_arcange)

Thanks for reading!

---
### <center>Support me and my work for the Steem community.</center>
### <center>[Vote for my witness ](https://beta.steemconnect.com/sign/account-witness-vote?witness=arcange&approve=1)</center>
šŸ‘  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 397 others
šŸ‘Ž  ,
properties (23)
authorarcange
permlinksteemsql-database-updated-and-ready-for-smts
categorysteemsql
json_metadata{"app":"steempeak/2.2.8","format":"markdown","tags":["steemsql","steem","sql","database","palnet","steemleo","sct"],"users":["arcange","howo","me"],"links":["/steemsql/@arcange/steemsql-database-update-and-preparation-for-smts","/@howo","/proposal/@howo/smt-hard-fork-testing-report-3-400-000-smts-are-live-on-the-testnet","/smt/@howo/the-emission-operation-explained","https://steem.chat/channel/steemsql","https://steem.chat/direct/arcange","https://discordapp.com/channels/@me/237480770933882881","https://t.me/the_arcange","https://beta.steemconnect.com/sign/account-witness-vote?witness=arcange&amp;approve=1"],"image":["http://i.cubeupload.com/jRKIMn.png"]}
created2020-01-27 20:46:00
last_update2020-01-27 20:54:48
depth0
children28
last_payout2020-02-03 20:46:00
cashout_time1969-12-31 23:59:59
total_payout_value46.045 HBD
curator_payout_value48.298 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length3,656
author_reputation1,146,622,708,341,708
root_title"SteemSQL - Database updated and ready for SMTs"
beneficiaries
0.
accountsteempeak
weight500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id94,829,710
net_rshares313,105,328,577,487
author_curate_reward""
vote details (463)
@abh12345 · (edited)
Great!

cast(left(a.vesting_shares, len(vesting_shares)-6) as float)*RATE/1000000

will soon be 

vesting_shares*RATE/1000000

A little easier to read and a bit quicker, although I'm sure it's not the bottleneck in most of my queries ;)
šŸ‘  ,
properties (23)
authorabh12345
permlinkq4tofz
categorysteemsql
json_metadata{"app":"steemit/0.1"}
created2020-01-28 15:02:21
last_update2020-01-28 15:02:54
depth1
children1
last_payout2020-02-04 15:02:21
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_length236
author_reputation1,406,693,817,263,870
root_title"SteemSQL - Database updated and ready for SMTs"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id94,852,551
net_rshares39,237,134,680
author_curate_reward""
vote details (2)
@arcange · (edited)
Something like that, yeah =)

BTW, you shouldn't underestimate string manipulation overhead when you apply it to thousands or millions of rows.
šŸ‘  
properties (23)
authorarcange
permlinkre-abh12345-q4txww
categorysteemsql
json_metadata{"tags":["steemsql"],"app":"steempeak/2.2.8"}
created2020-01-28 18:27:03
last_update2020-01-28 18:33:36
depth2
children0
last_payout2020-02-04 18:27:03
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_length143
author_reputation1,146,622,708,341,708
root_title"SteemSQL - Database updated and ready for SMTs"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id94,859,064
net_rshares5,418,340,114
author_curate_reward""
vote details (1)
@alauddinsee ·
Something happen good steemit

Posted using [Partiko Android](https://partiko.app/referral/alauddinsee)
šŸ‘  
properties (23)
authoralauddinsee
permlinkalauddinsee-re-arcange-steemsql-database-updated-and-ready-for-smts-20200128t042455231z
categorysteemsql
json_metadata{"app":"partiko","client":"android"}
created2020-01-28 04:24:57
last_update2020-01-28 04:24:57
depth1
children0
last_payout2020-02-04 04:24:57
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_length103
author_reputation3,057,015,107,428
root_title"SteemSQL - Database updated and ready for SMTs"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id94,838,494
net_rshares5,006,709,810
author_curate_reward""
vote details (1)
@ayijufridar ·
The explanation is very technical, @arcange. I just hope Steem gets better going forward. Thanks a lot for sharing.
properties (22)
authorayijufridar
permlinkq4w45e
categorysteemsql
json_metadata{"users":["arcange"],"app":"steemit/0.1"}
created2020-01-29 22:36:54
last_update2020-01-29 22:36:54
depth1
children0
last_payout2020-02-05 22:36: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_length115
author_reputation195,985,563,639,135
root_title"SteemSQL - Database updated and ready for SMTs"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id94,903,328
net_rshares0
@bigtakosensei ·
Great stuff youre the best
properties (22)
authorbigtakosensei
permlinkre-arcange-2020129t231625797z
categorysteemsql
json_metadata{"tags":["steemsql","steem","sql","database","palnet","steemleo","sct"],"app":"esteem/2.2.3-mobile","format":"markdown+html","community":"esteem.app"}
created2020-01-30 05:16:24
last_update2020-01-30 05:16:24
depth1
children0
last_payout2020-02-06 05:16:24
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_length26
author_reputation71,795,716,970,168
root_title"SteemSQL - Database updated and ready for SMTs"
beneficiaries
0.
accountesteemapp
weight300
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id94,913,213
net_rshares0
@boosterke ·
Looking forward to the future of steem. 
properties (22)
authorboosterke
permlinkre-arcange-2020129t125311232z
categorysteemsql
json_metadata{"tags":["steemsql","steem","sql","database","palnet","steemleo","sct"],"app":"esteem/2.2.3-mobile","format":"markdown+html","community":"esteem.app"}
created2020-01-29 09:53:12
last_update2020-01-29 09:53:12
depth1
children0
last_payout2020-02-05 09:53:12
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_reputation23,127,426,077
root_title"SteemSQL - Database updated and ready for SMTs"
beneficiaries
0.
accountesteemapp
weight300
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id94,877,215
net_rshares0
@breeyohstlz ·
Keep the good work guys

Posted using [Partiko Android](https://partiko.app/referral/breeyohstlz)
properties (22)
authorbreeyohstlz
permlinkbreeyohstlz-re-arcange-steemsql-database-updated-and-ready-for-smts-20200129t200107490z
categorysteemsql
json_metadata{"app":"partiko","client":"android"}
created2020-01-29 20:01:09
last_update2020-01-29 20:01:09
depth1
children0
last_payout2020-02-05 20:01:09
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_length97
author_reputation441,066,098
root_title"SteemSQL - Database updated and ready for SMTs"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id94,896,986
net_rshares0
@crypto.piotr ·
Dear @arcange

I've been wondering, what will be main difference between SMTs and SE (from user point of few) and I'm not sure if there will be many differences that would really matter. 

I was already told that in order to purchase or sell SMT - one would still need to have his own account on STEEM blockchain. That first buyer will still need to purchase STEEM and only then trade it to SMT. Which means, that price of our tokens will still depend on price of STEEM. Any idea if it's true?

Yours
Piotr
properties (22)
authorcrypto.piotr
permlinkq4yt3x
categorysteemsql
json_metadata{"users":["arcange"],"app":"steemit/0.1"}
created2020-01-31 09:31:03
last_update2020-01-31 09:31:03
depth1
children1
last_payout2020-02-07 09:31:03
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_length506
author_reputation27,396,789,428,606
root_title"SteemSQL - Database updated and ready for SMTs"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd0
post_id94,953,892
net_rshares0
@arcange ·
You're right, from a pure user's point of view, there won't be many differences

Whether with SE or SMT, you will need a STEEM account anyway because SE uses Steem custom_json operations.

On Steem Engine, a user will need to buy STEEM then buy STEEMP(pegged/backed with STEEM) before being able to buy a SE token
With SMT, a user will be able to directly buy any token once he/she as STEEM.

Finally, saying that a token price depends on STEEM price is not both correct and incorrect. It depends on the intrinsic value of the token.

Let's say 1 TOKEN as a value of 1 STEEM and 1 STEEM is $1, so you basically can say that your TOKEN value is $1
Then the value of STEEM falls down to $0.5.
Without changing the intrinsic value of TOKEN, you now need 2 STEEM to buy 1 TOKEN (which still worth $1)
But if you consider TOKEN value kind of pegged to STEEM, then yes, its value is STEEM dependent.



<div class="pull-right"><sub><a href="/@steemreply/steemreply-stay-in-touch-with-your-steem-network">Posted with ![](https://cdn.steemitimages.com/DQmbroYujK9LNd2s8zDKPUCADmseyJDuNbhwBPrrF7xM8FL/logo-comment.png)</a></sub></div>
properties (22)
authorarcange
permlinkre-q4yt3x
categorysteemsql
json_metadata""
created2020-02-01 13:21:51
last_update2020-02-01 13:21:51
depth2
children0
last_payout2020-02-08 13:21: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,125
author_reputation1,146,622,708,341,708
root_title"SteemSQL - Database updated and ready for SMTs"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id94,992,192
net_rshares0
@jamesndungu ·
This is great news for the steemit community, steem adoption of SMT gives it a competitive advantage compared with the leading blockchains. My question is, how are you guys solving the problem of scalability? 
properties (22)
authorjamesndungu
permlinkre-arcange-2020128t133257893z
categorysteemsql
json_metadata{"tags":["steemsql","steem","sql","database","palnet","steemleo","sct"],"app":"esteem/2.2.3-mobile","format":"markdown+html","community":"esteem.app"}
created2020-01-28 10:33:00
last_update2020-01-28 10:33:00
depth1
children3
last_payout2020-02-04 10:33:00
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_length209
author_reputation11,533,535,622,827
root_title"SteemSQL - Database updated and ready for SMTs"
beneficiaries
0.
accountesteemapp
weight300
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id94,846,294
net_rshares0
@arcange ·
On which aspects of the platform do you anticipate a scalability problem?<div class="pull-right"><sub><a href="/@steemreply/steemreply-stay-in-touch-with-your-steem-network">Posted with ![](https://cdn.steemitimages.com/DQmbroYujK9LNd2s8zDKPUCADmseyJDuNbhwBPrrF7xM8FL/logo-comment.png)</a></sub></div>
properties (22)
authorarcange
permlinkre-re-arcange-2020128t133257893z
categorysteemsql
json_metadata""
created2020-01-30 14:28:57
last_update2020-01-30 14:28:57
depth2
children2
last_payout2020-02-06 14:28:57
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_length301
author_reputation1,146,622,708,341,708
root_title"SteemSQL - Database updated and ready for SMTs"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id94,929,096
net_rshares0
@jamesndungu ·
real time performance, i know steemit processes more transactions than any other blockchains, but with the launch of SMT there would be an increase in the number of transactions, so i’m just concerned on the real time performance. 
properties (22)
authorjamesndungu
permlinkre-arcange-2020131t85653216z
categorysteemsql
json_metadata{"tags":["esteem"],"app":"esteem/2.2.4-mobile","format":"markdown+html","community":"hive-125125"}
created2020-01-31 05:56:54
last_update2020-01-31 05:56:54
depth3
children1
last_payout2020-02-07 05:56: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_length231
author_reputation11,533,535,622,827
root_title"SteemSQL - Database updated and ready for SMTs"
beneficiaries
0.
accountesteemapp
weight300
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id94,950,245
net_rshares0
@joseph230 ·
Good news! Thank yoi!
properties (22)
authorjoseph230
permlinkre-arcange-2020131t115231160z
categorysteemsql
json_metadata{"tags":["steemsql","steem","sql","database","palnet","steemleo","sct"],"app":"esteem/2.2.4-mobile","format":"markdown+html","community":"hive-125125"}
created2020-01-31 10:52:33
last_update2020-01-31 10:52:33
depth1
children0
last_payout2020-02-07 10:52:33
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_length21
author_reputation5,948,630,404,645
root_title"SteemSQL - Database updated and ready for SMTs"
beneficiaries
0.
accountesteemapp
weight300
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id94,955,473
net_rshares0
@kaminchan ·
Nice progress!
properties (22)
authorkaminchan
permlinkre-arcange-2020128t14500966z
categorysteemsql
json_metadata{"tags":["steemsql","steem","sql","database","palnet","steemleo","sct"],"app":"esteem/2.2.3-mobile","format":"markdown+html","community":"esteem.app"}
created2020-01-28 07:50:03
last_update2020-01-28 07:50:03
depth1
children1
last_payout2020-02-04 07:50:03
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_length15
author_reputation551,429,410,455,924
root_title"SteemSQL - Database updated and ready for SMTs"
beneficiaries
0.
accountesteemapp
weight300
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id94,842,926
net_rshares0
@arcange ·
Thank you @kaminchan<div class="pull-right"><sub><a href="/@steemreply/steemreply-stay-in-touch-with-your-steem-network">Posted with ![](https://cdn.steemitimages.com/DQmbroYujK9LNd2s8zDKPUCADmseyJDuNbhwBPrrF7xM8FL/logo-comment.png)</a></sub></div>
properties (22)
authorarcange
permlinkre-re-arcange-2020128t14500966z
categorysteemsql
json_metadata""
created2020-01-28 08:43:18
last_update2020-01-28 08:43:18
depth2
children0
last_payout2020-02-04 08:43:18
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_length248
author_reputation1,146,622,708,341,708
root_title"SteemSQL - Database updated and ready for SMTs"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id94,844,209
net_rshares0
@mehadihasansagor ·
Good
properties (22)
authormehadihasansagor
permlinkre-arcange-2020128t11327z
categorysteemsql
json_metadata{"tags":["steemsql","steem","sql","database","palnet","steemleo","sct"],"app":"esteem/2.2.2-mobile","format":"markdown+html","community":"esteem.app"}
created2020-01-28 05:03:03
last_update2020-01-28 05:03:03
depth1
children0
last_payout2020-02-04 05:03:03
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_length4
author_reputation5,300,134,023,153
root_title"SteemSQL - Database updated and ready for SMTs"
beneficiaries
0.
accountesteemapp
weight300
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id94,839,170
net_rshares0
@omrfrq18 ·
Good news for all of us.
properties (22)
authoromrfrq18
permlinkq4tyx2
categorysteemsql
json_metadata{"app":"steemit/0.1"}
created2020-01-28 18:48:42
last_update2020-01-28 18:48:42
depth1
children0
last_payout2020-02-04 18:48: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_length24
author_reputation109,656,550,471
root_title"SteemSQL - Database updated and ready for SMTs"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id94,859,575
net_rshares0
@pnc ·
Thks @arcange for the updates. Always on the edge.
properties (22)
authorpnc
permlinkre-arcange-2020127t212616227z
categorysteemsql
json_metadata{"tags":["steemsql","steem","sql","database","palnet","steemleo","sct"],"app":"esteem/2.2.2-surfer","format":"markdown+html","community":"esteem.app"}
created2020-01-28 02:26:15
last_update2020-01-28 02:26:15
depth1
children1
last_payout2020-02-04 02:26:15
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_length50
author_reputation31,743,007,487,651
root_title"SteemSQL - Database updated and ready for SMTs"
beneficiaries
0.
accountesteemapp
weight300
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id94,836,318
net_rshares0
@arcange ·
Thank you @pnc<div class="pull-right"><sub><a href="/@steemreply/steemreply-stay-in-touch-with-your-steem-network">Posted with ![](https://cdn.steemitimages.com/DQmbroYujK9LNd2s8zDKPUCADmseyJDuNbhwBPrrF7xM8FL/logo-comment.png)</a></sub></div>
properties (22)
authorarcange
permlinkre-re-arcange-2020127t212616227z
categorysteemsql
json_metadata""
created2020-01-28 08:43:33
last_update2020-01-28 08:43:33
depth2
children0
last_payout2020-02-04 08:43:33
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_length242
author_reputation1,146,622,708,341,708
root_title"SteemSQL - Database updated and ready for SMTs"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id94,844,214
net_rshares0
@raxsafon ·
Thanks progres! Good proect! 
properties (22)
authorraxsafon
permlinkre-arcange-2020128t203746692z
categorysteemsql
json_metadata{"tags":["steemsql","steem","sql","database","palnet","steemleo","sct"],"app":"esteem/2.2.2-mobile","format":"markdown+html","community":"esteem.app"}
created2020-01-28 17:37:48
last_update2020-01-28 17:37:48
depth1
children0
last_payout2020-02-04 17:37:48
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_length29
author_reputation1,313,343,661
root_title"SteemSQL - Database updated and ready for SMTs"
beneficiaries
0.
accountesteemapp
weight300
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id94,857,841
net_rshares0
@scholaris ·
Thank you for your update @arcange.
properties (22)
authorscholaris
permlinkre-arcange-q4sgk2
categorysteemsql
json_metadata{"tags":["steemsql"],"app":"steempeak/2.2.8"}
created2020-01-27 23:14:30
last_update2020-01-27 23:14:30
depth1
children0
last_payout2020-02-03 23:14:30
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_length35
author_reputation54,152,744,699,996
root_title"SteemSQL - Database updated and ready for SMTs"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id94,832,953
net_rshares0
@steem-plus ·
SteemPlus upvote
Hi, @arcange!

You just got a **1.01%** upvote from SteemPlus!
To get higher upvotes, earn more SteemPlus Points (SPP). On your Steemit wallet, check your SPP balance and click on "How to earn SPP?" to find out all the ways to earn.
If you're not using SteemPlus yet, please check our last posts in [here](https://steemit.com/@steem-plus) to see the many ways in which SteemPlus can improve your Steem experience on Steemit and Busy.
properties (22)
authorsteem-plus
permlinksteemsql-database-updated-and-ready-for-smts---vote-steemplus
categorysteemsql
json_metadata{}
created2020-01-27 21:56:39
last_update2020-01-27 21:56:39
depth1
children0
last_payout2020-02-03 21:56:39
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_length434
author_reputation247,952,188,232,400
root_title"SteemSQL - Database updated and ready for SMTs"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id94,831,404
net_rshares0
@stovehustler ·
YOU COULDNT HACK A TOASTER
properties (22)
authorstovehustler
permlinkq4wh2q
categorysteemsql
json_metadata{"app":"steemit/0.1"}
created2020-01-30 03:09:48
last_update2020-01-30 03:09:48
depth1
children0
last_payout2020-02-06 03:09:48
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_length26
author_reputation51,633,578,248
root_title"SteemSQL - Database updated and ready for SMTs"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id94,910,018
net_rshares0
@taskmaster4450le ·
This  is great news.  Glad to see you are on top of things as always.

Now we just need some news about SMTs from Steemit Inc.

Posted via <a href="https://steemleo.com/">Steemleo</a>
šŸ‘  , ,
properties (23)
authortaskmaster4450le
permlinkq4sezq
categorysteemsql
json_metadata{"tags":["steemsql","steemleo"],"app":"steemleo/0.1","canonical_url":"https://www.steemleo.com/@taskmaster4450le/q4sezq"}
created2020-01-27 22:40:39
last_update2020-01-27 22:40:39
depth1
children1
last_payout2020-02-03 22:40:39
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_length183
author_reputation2,179,632,281,335,106
root_title"SteemSQL - Database updated and ready for SMTs"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id94,832,331
net_rshares19,663,811,123
author_curate_reward""
vote details (3)
@arcange ·
Thank you @taskmaster4450le

Tests for SMTs are still going on and the testnet has been crashed several times. 
I really believe this will make it kind of bullet-proof. Better to crash it now than when put into production. <div class="pull-right"><sub><a href="/@steemreply/steemreply-stay-in-touch-with-your-steem-network">Posted with ![](https://cdn.steemitimages.com/DQmbroYujK9LNd2s8zDKPUCADmseyJDuNbhwBPrrF7xM8FL/logo-comment.png)</a></sub></div>
properties (22)
authorarcange
permlinkre-q4sezq
categorysteemsql
json_metadata""
created2020-01-28 08:48:48
last_update2020-01-28 08:48:48
depth2
children0
last_payout2020-02-04 08:48:48
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_length451
author_reputation1,146,622,708,341,708
root_title"SteemSQL - Database updated and ready for SMTs"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id94,844,347
net_rshares0
@theycallmedan ·
Great work @arcange - Thanks for all that you do!
properties (22)
authortheycallmedan
permlinkq4uslw
categorysteemsql
json_metadata{"users":["arcange"],"app":"steemit/0.1"}
created2020-01-29 05:29:57
last_update2020-01-29 05:29:57
depth1
children1
last_payout2020-02-05 05:29:57
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_length49
author_reputation1,254,058,380,138,691
root_title"SteemSQL - Database updated and ready for SMTs"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd0
post_id94,871,169
net_rshares0
@arcange ·
Thank you =)
properties (22)
authorarcange
permlinkre-theycallmedan-q4v602
categorysteemsql
json_metadata{"tags":["steemsql"],"app":"steempeak/2.2.8"}
created2020-01-29 10:19:15
last_update2020-01-29 10:19:15
depth2
children0
last_payout2020-02-05 10:19:15
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_length12
author_reputation1,146,622,708,341,708
root_title"SteemSQL - Database updated and ready for SMTs"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id94,877,886
net_rshares0