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.

44 articles

Popular Searches

Topics:
All Articles(44)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)

Latest Articles

Showing 12 of 44 articles

Database Architecture

TiDB 8.0: Distributed SQL for Growing Workloads

TiDB 8.0 is the most production-ready version of the distributed SQL database yet. With improved HTAP, stronger MySQL compatibility, and Resource Groups, it's compelling for teams outgrowing single-node MySQL.

TiDB8 minFeb 25, 2025
Read
PostgreSQL

pg_stat_statements: PostgreSQL Query Performance Baselining

pg_stat_statements tracks every query's total time, call count, and cache hit ratio. Learn to enable it, find your highest-cost queries, hunt for cache misses, and measure the impact of every optimization.

PostgreSQL8 minJan 8, 2025
Read
PostgreSQL

PostgreSQL EXPLAIN ANALYZE: Reading Query Plans and Fixing Slow Queries

EXPLAIN ANALYZE tells you exactly why your PostgreSQL query is slow, but reading its output is a skill most developers never learn. Learn every node type, identify the five worst plan patterns, and fix them.

PostgreSQL9 minJan 3, 2025
Read
NoSQL Databases

Null Handling in MongoDB: null vs Missing Fields vs undefined Explained

MongoDB's flexible schema allows fields to be null, explicitly set to null, or simply absent — and these three states behave differently in queries, aggregations, and indexes.

MongoDB7 minSep 27, 2024
Read
Database Performance

Demystifying MySQL EXPLAIN FORMAT=TREE: Read Query Plans Like a DBA

MySQL 8.0 introduced EXPLAIN FORMAT=TREE — a hierarchical, human-readable query plan format that reveals join order, access methods, and cost estimates in a way that the traditional tabular EXPLAIN cannot.

MySQL9 minJul 27, 2023
Read
Database Architecture

CockroachDB vs Google Spanner vs YugabyteDB: NewSQL Comparison

Compare CockroachDB, Google Spanner, and YugabyteDB — consistency models, PostgreSQL compatibility, and operational costs

12 minJul 10, 2023
Read
Cloud Databases

Google Spanner: Globally Distributed SQL at Scale

Understand Google Spanner's architecture — TrueTime, interleaved tables, schema design, and cost model

11 minApr 12, 2023
Read
PostgreSQL

Security Invoker Views in PostgreSQL 15: Fixing a Long-Standing RLS Bypass

PostgreSQL views historically executed with the owner's privileges, bypassing row-level security policies. PostgreSQL 15 fixed this with security_invoker views — here's why it matters and how to use it in multi-tenant schemas.

PostgreSQL8 minMar 29, 2023
Read
MySQL

MySQL JSON Functions: A Complete Guide to JSON_EXTRACT, JSON_SET, and Multi-Valued Indexes

A complete guide to MySQL JSON functions — JSON column type, JSON_EXTRACT and arrow operators, JSON_SET vs JSON_INSERT vs JSON_REPLACE vs JSON_MERGE_PATCH, functional indexes, and multi-valued indexes for arrays.

MySQL12 minFeb 28, 2023
Read
Database Engineering

PostgreSQL Foreign Data Wrappers: Query External Data Sources

Use PostgreSQL FDW to query MySQL, S3, MongoDB, and other databases from within PostgreSQL — setup and performance tips

PostgreSQL11 minFeb 7, 2023
Read
PostgreSQL

PostgreSQL Full-Text Search: tsvector, GIN Indexes, and ts_rank in Production

A production guide to PostgreSQL full-text search — building tsvector generated columns, GIN indexes, multi-column search with setweight, ts_rank scoring, websearch_to_tsquery, and comparison against Elasticsearch.

PostgreSQL13 minJan 24, 2023
Read
MySQL

MySQL Full-Text Search: FULLTEXT Indexes, MATCH AGAINST, and Boolean Mode

A production guide to MySQL full-text search — FULLTEXT index creation, MATCH AGAINST in natural language and boolean modes, the 50% rule, InnoDB vs MyISAM FTS, combining with B-tree indexes, and comparison against Elasticsearch.

MySQL11 minNov 14, 2022
Read
Previous
1234
Next
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