MirahLabs Publications

MirahLabs Engineering Blog

Technical insights, architectural deep-dives, and system designs authored by our product engineers and AI research leads.

Active Filters: Tag: database Clear All Filters
💻 Trade Finance Technology
Trade Finance Technology May 22, 2026

Financial Ledger Integrity: Preventing Double-Spending via Database Isolation

Understand transaction isolation in relational databases. Learn how isolation levels prevent dirty reads, non-repeatable reads, and phantom reads.

⏱️ 9 min read Read Article
💻 Cloud Computing
Cloud Computing May 11, 2026

Understanding Serverless Databases: Amazon Aurora Serverless v2 vs. CockroachDB

Serverless databases decouple storage and compute to scale automatically. Compare Amazon Aurora Serverless v2 and CockroachDB Serverless for elasticity and global distribution.

⏱️ 9 min read Read Article
💻 Python
Python Apr 08, 2026

PostgreSQL Performance Tuning: Indexes, Query Plans, and Connection Pooling

PostgreSQL is incredibly powerful but requires thoughtful configuration for high-traffic production workloads. This guide covers index strategies, query plan analysis with EXPLAIN, and PgBouncer connection pooling.

⏱️ 10 min read Read Article
💻 Artificial Intelligence
Artificial Intelligence Apr 01, 2026

Vector Search at Scale: Hierarchical Navigable Small World (HNSW) Indexes

Similarity searches on millions of high-dimensional vectors are computationally expensive. Learn how HNSW graph indexes make nearest-neighbor search sub-millisecond.

⏱️ 9 min read Read Article