Post
Topic
Board Development & Technical Discussion
Re: How to get the information about a bitcoin address without 3rd-pard services?
by
keeshux
on 10/09/2014, 18:50:26 UTC
Quote
Not intrinsically slow, probably slow when run on 20GB of unindexed data..

something  x2...x3 times slower than just copying 20gb of data

I would consider "slow" a database query that takes that much. Smiley That's why a nice indexed structure is a huge advantage and several tools certainly exist to build an efficient blockchain database and execute fast queries on top of it. Unless it's about practicing, as Buffer Overflow pointed out.