Post
Topic
Board Development & Technical Discussion
Re: What DB do you use at your end?
by
btc_enigma
on 09/12/2016, 05:58:26 UTC
mysql is slow in terms of read performance

Why not use leveldb as used by core. It has very good read speeds. Also you don't require concurrent writes. Only need to write a block that comes in every 10 minutes. Most of the times are reads. I doubt any other RDBMS can match the performance of leveldb