Post
Topic
Board Development & Technical Discussion
Re: Bitcoin Databases for Large Websites
by
jgarzik
on 04/06/2013, 18:56:32 UTC
I mean, if I want to store the whole block chain to do data analysis on a web site, what is the best database to use for that?

People generally wind up creating custom databases, or at least highly custom setups of standard database software.

You are talking about indices containing many millions of records.  It isn't as easy as just telling your SQL db to index a column.  People often turn to tools like redis for such huge datasets.