Update 169-what-is-chainquery.md

This commit is contained in:
Brinck Slattery 2018-05-24 14:10:00 -04:00 committed by GitHub
parent 4addfa0d50
commit 61f3710dfb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,8 @@ By default, data from the LBRY blockchain is basically a raw dump of data in a c
<div class="meta"> <div class="meta">
In addition to extracting this data, youd have to run several hundred thousand commands to get the same data returned by a single command below. In addition to extracting this data, youd have to run several hundred thousand commands to get the same data returned by a single command below.
</div> </div>
<p>
</p>
Since blockhain data is raw, compressed, and not accessibly structured, most blockchains have specifically designed methods to create more usable forms of the data. Since blockhain data is raw, compressed, and not accessibly structured, most blockchains have specifically designed methods to create more usable forms of the data.
In the case of LBRY, Chainquery is both the easiest and most feature-rich method of doing that to date. In the case of LBRY, Chainquery is both the easiest and most feature-rich method of doing that to date.