The JusDB Database Engineering Blog

Deep dives on PostgreSQL, MySQL, MongoDB and more — performance tuning, high availability, migrations and production war stories from our DBAs.

82 canonical articlesBrowse the complete archive

Popular Searches

Performance Articles

← Clear filter

Showing 12 of 82 articles

ProxySQL: The Complete Guide to MySQL Load Balancing and Connection Pooling

ProxySQL pools thousands of application connections into a small backend pool, splits reads to replicas automatically, and lets you change routing without touching application code or restarting MySQL.

MySQL10 minMay 9, 2023
Read

PostgreSQL Index Bloat: Detection and Remediation

Identify bloated indexes in PostgreSQL using pgstattuple, REINDEX CONCURRENTLY, and automated monitoring

PostgreSQL11 minApr 11, 2023
Read

PostgreSQL Table Partitioning with pg_partman: Complete Guide

pg_partman automates PostgreSQL partition lifecycle. This guide covers create_parent(), retention policies, partition pruning, and migrating existing tables without downtime.

PostgreSQL10 minMar 21, 2023
Read

Database Capacity Planning: From Metrics to Growth Projections

Build a data-driven capacity planning process using historical metrics, growth trends, and resource modeling

11 minFeb 21, 2023
Read

Google AlloyDB: PostgreSQL-Compatible Database for Enterprise Workloads

Evaluate Google AlloyDB — columnar engine, read pool nodes, ML integration, and comparison with Aurora PostgreSQL

PostgreSQL11 minFeb 20, 2023
Read

PostgreSQL JSONB vs JSON: Indexing, Performance, and When to Use Each

A deep dive into PostgreSQL JSONB vs JSON storage formats, GIN and B-tree indexing strategies, containment operators, and the performance characteristics that determine which to use for document storage workloads.

PostgreSQL12 minFeb 14, 2023
Read

Aurora PostgreSQL: Architecture, Best Practices, and When It Beats RDS

A production guide to Amazon Aurora PostgreSQL — the shared storage architecture, fast failover mechanics, Aurora Serverless v2 ACU scaling, Global Database, Parallel Query, and an honest comparison against standard RDS.

PostgreSQL13 minFeb 7, 2023
Read

Apache Spark and JDBC: Reading and Writing Databases at Scale

Use Spark with JDBC to read from and write to relational databases — partition strategies, predicate pushdown, and write modes

12 minJan 31, 2023
Read

MySQL Indexes Explained: Complete Data Structure Guide for Query Optimization

Master MySQL index data structures and optimization strategies. Learn B+ tree internals, index selection, covering indexes, and real-world performance case studies.

MySQL20 minJan 17, 2023
Read

AWS RDS Proxy: Connection Pooling for Lambda, Microservices, and High-Concurrency MySQL and PostgreSQL

A production guide to AWS RDS Proxy — how it works, when to use it, IAM authentication setup, and the connection pool sizing rules that prevent Lambda-induced database overload.

PostgreSQL11 minJan 16, 2023
Read

TimescaleDB: PostgreSQL for Time-Series Data — Hypertables, Compression, and Continuous Aggregates

A production guide to TimescaleDB — hypertable setup, automatic chunk management, columnar compression policies, retention policies, continuous aggregates with time_bucket(), and comparison against InfluxDB and Prometheus.

PostgreSQL12 minDec 13, 2022
Read

Aerospike Explained: The Complete Guide to Real-Time NoSQL at Scale

Achieve microsecond latencies at scale with Aerospike. Learn hybrid memory architecture, strong consistency, cross-datacenter replication, and use cases for AdTech and fraud detection.

5 minNov 29, 2022
Read
Newsletter

Get the latest database insights and expert tips delivered to your inbox.

Stay Connected

Subscribe to our RSS feed for instant updates.

RSS Feed