Skip to content
ITNotes ITNotes

From Terminal to Cloud

  • AI
  • DevOps
  • HomeLab
  • Linux
  • Networking
  • Programming
  • English
    • English
    • Tiếng Việt
    • 日本語
  • AI
  • DevOps
  • HomeLab
  • Linux
  • Networking
  • Programming
  • English
    • English
    • Tiếng Việt
    • 日本語
Home » Database » Page 3
Database tutorial - IT technology blog
Posted inDatabase

MySQL Schema Migrations at Scale: A Deep Dive into gh-ost

May 17, 2026
Schema migrations on large MySQL tables don't have to cause downtime. This guide explores the triggerless approach of gh-ost, comparing it with native DDL and pt-osc while providing a step-by-step migration workflow.
Read More
Database tutorial - IT technology blog
Posted inDatabase

MySQL Sharding at Scale: A Practical Guide to Vitess on Kubernetes

May 16, 2026
Scaling MySQL horizontally doesn't have to be a nightmare. This hands-on guide walks you through sharding your database using Vitess on Kubernetes, from setup to VSchema configuration.
Read More
Database tutorial - IT technology blog
Posted inDatabase

Beyond Lat/Lon: A Pro Guide to Mastering PostGIS on PostgreSQL

May 16, 2026
Learn how to move beyond basic latitude and longitude storage. This guide covers PostGIS installation, GEOGRAPHY vs GEOMETRY types, and how GIST indexing can make your spatial queries 100x faster.
Read More
Database tutorial - IT technology blog
Posted inDatabase

Zero-Downtime Database Upgrades: A Survival Guide to Blue-Green Deployment

May 16, 2026
Forget the 2 AM panic. I walk through how to use Blue-Green deployment and logical replication to upgrade PostgreSQL and MySQL with zero downtime and total control.
Read More
Database tutorial - IT technology blog
Posted inDatabase

Deploying TiDB on Docker: Scaling HTAP with a Distributed NewSQL Database

May 12, 2026
Struggling with MySQL scaling or slow analytical queries? Learn how to deploy TiDB on Docker to leverage distributed NewSQL and HTAP capabilities, allowing you to handle transactions and real-time analytics in a single, MySQL-compatible database.
Read More
Database tutorial - IT technology blog
Posted inDatabase

Beyond the Scaling Wall: Why I Switched to ScyllaDB for High-Velocity Data

May 12, 2026
Ditch the JVM pauses. Learn how ScyllaDB uses a C++ shard-per-core architecture to deliver microsecond latency for 2M+ ops/sec applications. Covers setup, CQL modeling, and performance traps.
Read More
Database tutorial - IT technology blog
Posted inDatabase

Mastering Database Branching with Neon: No More 2 AM Production Disasters

May 10, 2026
Tired of production migrations failing due to 'data gaps'? Discover how Neon's database branching lets you test against real production data in isolated, instant environments.
Read More
Database tutorial - IT technology blog
Posted inDatabase

PostgreSQL Disaster Recovery: Why You Need Barman When Your Database Dies at 2 AM

May 10, 2026
A professional guide to PostgreSQL Disaster Recovery. Learn why pg_dump is insufficient for production and how to implement Barman for sub-minute data recovery.
Read More
Database tutorial - IT technology blog
Posted inDatabase

Ditch SQL ‘LIKE’: Building 50ms Search-as-you-type with Meilisearch

May 9, 2026
Is your web app's search dragging? Replace sluggish SQL LIKE queries with Meilisearch to build ultra-fast, typo-tolerant search-as-you-type experiences in minutes.
Read More
Database tutorial - IT technology blog
Posted inDatabase

Scaling IoT to Billions of Points: A 6-Month InfluxDB Field Report

May 9, 2026
Real-world lessons from migrating 1,200 IoT sensors from PostgreSQL to InfluxDB. Learn why B-Trees fail at scale and how downsampling can reduce your storage costs by 85%.
Read More

Posts pagination

Previous page 1 2 3 4 5 … 9 Next page
Copyright 2026 — ITNotes. All rights reserved.
Privacy Policy | Terms of Service | Contact: [email protected] DMCA.com Protection Status
Scroll to Top