From 42be9e121396ac8419f12671a1e98226ccc981c5 Mon Sep 17 00:00:00 2001 From: Brinck Slattery Date: Thu, 24 May 2018 13:10:32 -0400 Subject: [PATCH] Update 169-what-is-chain-query.md --- content/news/169-what-is-chain-query.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/news/169-what-is-chain-query.md b/content/news/169-what-is-chain-query.md index 627859a1..1519b24e 100644 --- a/content/news/169-what-is-chain-query.md +++ b/content/news/169-what-is-chain-query.md @@ -15,6 +15,7 @@ By default, data from the LBRY blockchain is basically a raw dump of data in a c In addition to extracting this data, you’d have to run this command several hundred thousand times to get the same data returned by a single command below. + Since it is raw and compressed, it is difficult to express the richer formats contained within the data. As such, most blockchains have specifically designed methods of extracting the raw data. In the case of LBRY, Chainquery is both the easiest and most feature-rich method of doing that to date.