Hacker News new | ask | show | jobs
Ask HN: What data stores do stock exchanges use?
29 points by vicenobelium 2291 days ago
I'm interested in building a stock market-like application with orders, quotes, bid/ask prices etc...I can easily see this being represented in a relational database (and for my volume SQL would suffice), but I can't imagine real exchanges use SQL processing billions of order per day? What does their stack look like?
3 comments

At IEX, we use kdb.

Here’s a blog post from a former employee at a new startup comparing kdb against some alternative databases for common operations on financial data: https://medium.com/prooftrading/selecting-a-database-for-an-...

Thanks, that write-up was very helpful.
Wow that's super interesting.

Thanks for sharing.

They might use kdb, not sure https://kx.com
Welcome to HN. It helps to prefix the question title with 'Ask HN:'. Those go to https://news.ycombinator.com/ask
Thanks!