You are viewing a single comment's thread from:

RE: Steem Scribe - Posts and Comments History

in #steem8 years ago

I tested SteemSQL but the searches were extremely slow for some reason, whereas on SBDS MySQL they took milliseconds!

The reason is very simple: there are no indexes on author and permlink on the TxComments table in SteemSQL.

This table is rarely used and creating indexes on these columns will consume (waste) a lot of disk space because of the length of permlinks. That's why you got a huge database after dumping the blockchain into your MySQL database.

Should I add those indexes, you would get the same milliseconds results, like the one you have on the Comments table.

Coin Marketplace

STEEM 0.06
TRX 0.28
JST 0.048
BTC 65798.34
ETH 1924.01
USDT 1.00
SBD 0.51