You are viewing a single comment's thread from:
RE: SteemSQL Wrapper — analyze any Steemit data right in your browser with one click
Hello @emptyname, this is really something useful :-D
Could I suggest 2 improvements :
- Use (NOLOCK) in your demo queries, this is something @arcange really insist on to new users of SteemSQL. It also improves slightly the performances (ask @arcange for more details about it).
- Could you also provide some easy to use information about the database structure (list of Tables/View + available fields).
Anyway, great job and thanks for sharing.
This tool is easy to use, I really like it.
Hey @oroger, thanks for the feedback and suggestions!
NOLOCK
and did read posts of @arcange about it. But now it is optionalFuture features
section of the post).