JusDB

JusDB

Uncompromised database reliability engineered by experts. Trusted by startups to enterprises worldwide.

Services

  • Remote DBA
  • Database SRE
  • Performance Tuning
  • Security Audits
  • All Services

Company

  • About Us
  • Careers
  • Contact
  • Blog

Community

Join database engineers sharing tips, troubleshooting, and best practices.

Join Slack

Contact

  • contact@jusdb.com
  • +91-9994791055
  • Trichy, Tamil Nadu, India

© 2026 JusDB, Inc. All rights reserved.

Privacy PolicyTerms of UseCookies PolicySecurity
  1. Home
  2. Blog
Expert Database Knowledge

Database Insights

Expert insights on database management, performance optimization, and reliability engineering from industry professionals

Popular Searches

Topics:
All Articles(59)Database Performance(40)MySQL(25)PostgreSQL(12)Database Engineering(31)Database SRE(24)Cloud Databases(20)Analytics & OLAP(9)NoSQL Databases(30)Database Architecture(18)High Availability(8)

Optimization Articles

← Clear filter

Showing 12 of 59 articles

PostgreSQL Connection Pooling with PgBouncer in Production
Database Performance

PostgreSQL Connection Pooling with PgBouncer in Production

Deploy PgBouncer in transaction mode for high-concurrency PostgreSQL workloads — config, monitoring, and tuning

10/5/2022
12 min
PostgreSQL
Performance
Read
MySQL Replication Filters: Selective Replication for Specific Databases and Tables
MySQL

MySQL Replication Filters: Selective Replication for Specific Databases and Tables

MySQL replication filters let you replicate only specific databases or tables — but misconfiguration can silently drop transactions. Here's how to use binlog-do-db, replicate-do-db, and replicate-do-table safely.

9/24/2022
8 min
MySQL
Replication
Read
Percona Monitoring and Management (PMM): Full Setup Guide
Database SRE

Percona Monitoring and Management (PMM): Full Setup Guide

Deploy PMM to get deep MySQL and PostgreSQL visibility — query analytics, dashboards, and alerting in one tool

9/6/2022
13 min
PostgreSQL
MySQL
Read
MySQL EXPLAIN Explained: How to Read Query Plans and Fix Slow Queries
Database Performance

MySQL EXPLAIN Explained: How to Read Query Plans and Fix Slow Queries

MySQL's EXPLAIN command reveals exactly how the query optimizer plans to execute your SQL — which indexes it will use, how many rows it expects to examine, and where it may sort or create temporary tables.

9/6/2022
11 min
5
MySQL
Performance
Read
PostgreSQL Autovacuum Tuning: Prevent Table Bloat and Dead Tuples
Database Performance

PostgreSQL Autovacuum Tuning: Prevent Table Bloat and Dead Tuples

Fine-tune PostgreSQL autovacuum to eliminate dead tuples, prevent table bloat, and maintain query performance

8/30/2022
13 min
2
PostgreSQL
Performance
Read
MySQL Online Schema Change: pt-osc and gh-ost in Production
MySQL

MySQL Online Schema Change: pt-osc and gh-ost in Production

A production guide to online MySQL schema changes — when to use pt-online-schema-change vs gh-ost vs MySQL 8.0 INSTANT DDL, configuration parameters, the cutover mechanism, and a step-by-step safety playbook.

8/23/2022
12 min
2
MySQL
Migration
Read
d
Database Engineering

dbt (data build tool): A Guide for Database Engineers

Use dbt to build modular SQL transformations — models, tests, documentation, and CI/CD for your data warehouse

8/9/2022
12 min
Analytics
Open Source
Read
MySQL Slow Query Log: Enabling, Analyzing with pt-query-digest, and Fixing the Top Patterns
Database Performance

MySQL Slow Query Log: Enabling, Analyzing with pt-query-digest, and Fixing the Top Patterns

A production guide to MySQL slow query log — enabling with long_query_time and log_queries_not_using_indexes, analyzing with pt-query-digest, reading EXPLAIN output, and fixing full table scans and N+1 loops.

7/19/2022
12 min
MySQL
Performance
Read
MySQL Connection Lifecycle: Complete Guide to Connection Management and Optimization
MySQL

MySQL Connection Lifecycle: Complete Guide to Connection Management and Optimization

Optimize MySQL connection management for maximum throughput. Learn connection pooling with HikariCP, ProxySQL load balancing, and thread pool configuration.

7/19/2022
17 min
3.3K
MySQL
Performance
Read
Descending Indexes in MySQL 8.0: When and How to Use Them
Database Performance

Descending Indexes in MySQL 8.0: When and How to Use Them

MySQL 8.0 finally supports true descending indexes — eliminating the filesort that MySQL 5.7 required when sorting results in descending order. Here's how descending indexes work and when to add them.

7/15/2022
7 min
MySQL
Indexing
Read
PostgreSQL Performance Tuning: shared_buffers, work_mem, and Memory Configuration
Database Performance

PostgreSQL Performance Tuning: shared_buffers, work_mem, and Memory Configuration

A complete guide to PostgreSQL memory configuration and performance tuning, covering shared_buffers, work_mem, effective_cache_size, checkpoint tuning, and autovacuum settings that matter in production.

7/12/2022
12 min
1
PostgreSQL
Performance
Read
Integrating MySQL Maintenance with systemd: Services, Timers, and Scheduling
Database SRE

Integrating MySQL Maintenance with systemd: Services, Timers, and Scheduling

Most MySQL maintenance tasks still rely on cron, but systemd timers offer better logging, dependency management, and failure handling. Here's how to convert your MySQL maintenance scripts to systemd services.

7/10/2022
8 min
MySQL
Monitoring
Read
Previous
12345
Next
Search
Newsletter

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

Categories
Database PerformanceMySQLPostgreSQLDatabase EngineeringDatabase SRECloud DatabasesAnalytics & OLAPNoSQL DatabasesDatabase ArchitectureHigh Availability
Popular Tags
MySQL
Performance
PostgreSQL
Optimization
Architecture
Scaling
Monitoring
Replication
Open Source
NoSQL
Stay Connected

Subscribe to our RSS feed for instant updates.

RSS Feed