JusDB

JusDB

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

Databases

  • MySQL
  • PostgreSQL
  • MongoDB
  • Redis
  • Cassandra
  • SQL Server
  • All Databases

Services

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

Community

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

Join Slack

Contact

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

Popular Comparisons

MySQL vs PostgreSQLPostgreSQL vs MongoDBMySQL vs MariaDBMySQL vs MongoDBMySQL vs SQL ServerPostgreSQL vs SQL ServerRedis vs ValkeyRedis vs MemcachedMongoDB vs CassandraMongoDB vs DynamoDBMongoDB vs CouchbaseMongoDB vs FirestoreDynamoDB vs Cosmos DBCassandra vs ScyllaDBElasticsearch vs OpenSearchPostgreSQL vs CockroachDBPostgreSQL vs YugabyteDBPostgreSQL vs SupabaseCockroachDB vs YugabyteDBTimescaleDB vs InfluxDBClickHouse vs SnowflakeDruid vs PinotAurora vs RDSOracle vs MySQLOracle vs PostgreSQLBigQuery vs SnowflakeSnowflake vs RedshiftJusDB vs PerconaJusDB vs MydbopsJusDB vs MafireeBest Remote DBA (India)All comparisons →

© 2026 JusDB Technologies Pvt Ltd. All rights reserved.

Privacy PolicyTerms of UseCookies PolicySecurity
  1. Home
  2. Blog

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.

96 articles

Popular Searches

Topics:
All Articles(96)Database Performance(64)MySQL(52)PostgreSQL(47)Database Engineering(40)Database SRE(35)Cloud Databases(31)Analytics & OLAP(16)NoSQL Databases(45)Database Architecture(25)High Availability(20)

Optimization Articles

← Clear filter

Showing 12 of 96 articles

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.

MySQL7 minJul 15, 2022
Read
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.

PostgreSQL12 minJul 12, 2022
Read
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.

MySQL8 minJul 10, 2022
Read
MySQL

Online Schema Change for Tables with Triggers: pt-osc and gh-ost Workarounds

Performing online schema changes on MySQL tables with triggers is a known pain point — pt-osc creates conflicting triggers, and gh-ost has its own limitations. Here are the safe approaches.

MySQL9 minJun 14, 2022
Read
Database Performance

PostgreSQL VACUUM Tuning: A Comprehensive Guide

Master PostgreSQL VACUUM and autovacuum configuration for optimal database health. Learn dead tuple management, bloat prevention, and vacuum optimization strategies.

PostgreSQL6 minJun 7, 2022
Read
Cloud Databases

MySQL Performance Optimization for AWS RDS

A comprehensive guide to optimizing AWS RDS MySQL performance through infrastructure tuning, parameter configuration, and query optimization

MySQL15 minMay 10, 2022
Read
MySQL

Geospatial Data Handling Made Easy with MySQL 8.0

MySQL 8.0 significantly improved geospatial support with SRID-aware columns, spatial reference systems, and accurate geographic distance calculations. Here's how to use it in production.

MySQL9 minMay 4, 2022
Read
Database SRE

mysqldump vs mysqlpump vs mydumper: Choosing the Right MySQL Backup Tool

MySQL's ecosystem includes three main logical backup tools — mysqldump, mysqlpump, and mydumper. Each has distinct performance characteristics, parallelism support, and compatibility trade-offs.

MySQL9 minMar 26, 2022
Read
MySQL

MySQL Tablespace Encryption (TDE): Encrypting Data at Rest

MySQL InnoDB tablespace encryption (TDE) encrypts data pages on disk without changing application code — using a two-tier keyring architecture that separates the master key from table keys.

MySQL9 minMar 22, 2022
Read
Database SRE

Configuring Efficient MySQL Log Rotation with logrotate

MySQL generates multiple log files that will fill your disk if left unmanaged. Here's how to configure logrotate correctly for MySQL error logs, slow query logs, and binary logs.

MySQL7 minJan 30, 2022
Read
Database Engineering

Battle of Memory Allocators: A Deep Dive

Discover how jemalloc, tcmalloc, and mimalloc can dramatically improve MySQL memory management. Real benchmarks showing 2-4x performance improvements and memory leak prevention.

10 minJan 18, 2022
Read
MySQL

10 Powerful JSON Functions in MySQL 8 Every Developer Should Know

MySQL 8 dramatically improved JSON support with functions that eliminate the need for application-side parsing. Here are 10 JSON functions that will transform how you work with JSON columns in MySQL.

MySQL9 minJan 2, 2022
Read
Previous
12345
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
PostgreSQL
MySQL
Optimization
Performance
Monitoring
Replication
High Availability
Scaling
Open Source
Architecture
Stay Connected

Subscribe to our RSS feed for instant updates.

RSS Feed