Skip to content

Comment on Building a bitcoin exchange - what database technologies to evaluate?

Comments

Database scalability isn't likely to be a major issue, pretty much any major database can handle the volume of data you're likely to need.

Security, reliability, consistency and integrity are likely to be much more important. How will your system handle encryption and ACLs, how will it recover from partial system failures, when there's an inconsistency how will you resolve the authoritative truth, how are you going to store transaction logs (i.e. read-only media), etc ?

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.