Gojek The Benefits of Partitions in PostgreSQL How we use partitions in PostgreSQL, and the hiccups we faced on the way to improved system stability.
Tech The Postgres Performance Tuning Manual: Indexes How to modify and improve query times in Postgres with the help of indexes.
Tech The Postgres Performance Tuning Manual: Query Plans Is Postgres slowing down on you? Here’s how to identify areas of improvement using query plans.
Tech How to Use Declarative Pipelines in Kotlin Working on long, memory-intensive operations is stressful. Fret not, declarative pipelines are your friend.