Tag Archives: alloydb

Measuring the OLTP Performance of AlloyDB against Postgres using sysbench

AlloyDB is a new HTAP database that Google claims to give 4x better OLTP performance than Postgres. Here, we describe a performance test to compare its performance to Postgres as I wanted to see it for myself. TL;DR: For the … Continue reading

Posted in Computers, programming, Software | Tagged , | Leave a comment

AlloyDB Test Drive

TL;DR: Background Historically two distinct database access patterns emerged – OLTP and OLAP – and databases were developed to cater to either OLTP or OLAP. OLTP databases would capture data from transactional systems (e.g., sales orders) and the data would … Continue reading

Posted in Computers, programming, Software | Tagged | Leave a comment