Hacker Newsnew | past | comments | ask | show | jobs | submitlogin
We Increase Database Query Concurrency by 20 Times (medium.com/geekculture)
2 points by Jamesbeyond on April 21, 2023 | hide | past | favorite | 2 comments


Row storage, short-circuit, prepared statement, and row cache.


Don’t bury the lede:

” Most current OLAP databases are built with a columnar storage engine to process huge data volumes. They take pride in their high throughput, but often underperform in high-concurrency scenarios. As a complement, many data engineers invite Key-Value stores like Apache HBase for point queries, and Redis as a cache layer to ease the burden. The downside is redundant storage and high maintenance costs.”

Now we know why should read about your approach.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: