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.

41 canonical articlesBrowse the complete archive

Popular Searches

NoSQL Articles

← Clear filter

Showing 12 of 41 articles

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

Redis vs Valkey: A Complete Guide to the Future of In-Memory Databases

Understand the Redis fork landscape after licensing changes. Compare Redis and Valkey features, licensing implications, migration paths, and community support.

Redis5 minJul 11, 2024
Read

Valkey: The Open-Source Redis Alternative After the License Change

Migrate from Redis to Valkey — compatibility, performance benchmarks, and what changes for operators

Redis10 minMay 7, 2024
Read

How to Downgrade MongoDB from 7.0 to 6.0: A Step-by-Step Guide

Downgrading MongoDB requires careful planning — setting the Feature Compatibility Version before replacing binaries, handling replica set members in sequence, and verifying data integrity throughout.

MongoDB8 minNov 23, 2023
Read

MongoDB Indexing: A Complete Guide to Faster Queries

MongoDB's indexing system supports single-field, compound, multikey, text, geospatial, and partial indexes. Choosing the right index type and key order determines whether your queries use microseconds or seconds.

MongoDB11 minNov 16, 2023
Read

MongoDB Cluster-to-Cluster Sync: Simplifying Cross-Cluster Data Synchronization

MongoDB's mongosync utility enables continuous, real-time synchronization between two MongoDB clusters — simplifying live migrations, multi-cloud replication, and DR setups.

MongoDB9 minOct 16, 2023
Read

Maximize MongoDB Log Understanding with Hatchet: Log Analytical Arsenal

Hatchet transforms raw MongoDB JSON logs into actionable insights — surfacing slow operations, connection storms, and namespace hotspots that are impossible to spot in raw log files.

MongoDB8 minAug 21, 2023
Read

Neo4j Graph Database: When Relationships Beat Tables

Use Neo4j for relationship-heavy data — Cypher query language, graph algorithms, and fraud detection use cases

11 minMar 28, 2023
Read

MongoDB Atlas Search: Full-Text Search on Your MongoDB Data

Build full-text search with MongoDB Atlas Search — analyzers, scoring, autocomplete, and relevance tuning

MongoDB11 minDec 14, 2022
Read

Azure Cosmos DB: Multi-Model Database for Global Distribution

Use Azure Cosmos DB for globally distributed workloads — consistency levels, partitioning, and API choices

Azure12 minDec 6, 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

Redis Use Cases: Caching, Rate Limiting, Pub/Sub, Queues, and Session Storage

A practical guide to Redis use cases in production — cache-aside pattern, sliding window rate limiting, Pub/Sub vs Streams, BRPOP queues with delayed job scheduling, and session storage with persistence configuration.

Redis12 minOct 4, 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