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 4
Database tutorial - IT technology blog
Posted inDatabase

ClickHouse Guide: Moving from Row-Store Bottlenecks to Millisecond Analytics

April 19, 2026
Ditch slow SQL aggregations. This hands-on guide walks you through installing ClickHouse on Ubuntu and Docker, with tips on memory tuning and the powerful MergeTree engine.
Read More
Database tutorial - IT technology blog
Posted inDatabase

Recursive CTE in SQL: Handling Tree and Hierarchy Data in PostgreSQL and MySQL

April 18, 2026
Recursive CTEs let you query hierarchical data — org charts, category trees, comment threads — in a single SQL statement, without N+1 queries. This guide covers the pattern in PostgreSQL and MySQL 8.0+ with practical examples and performance tips.
Read More
Database tutorial - IT technology blog
Posted inDatabase

PostgreSQL High Availability on Kubernetes: A Hands-On Guide to CloudNativePG

April 17, 2026
Stop managing database failures manually. Discover how to deploy a self-healing, production-grade PostgreSQL cluster on Kubernetes with automated failover and S3 backups.
Read More
Database tutorial - IT technology blog
Posted inDatabase

PostgreSQL as a Vector Database: A No-Nonsense Guide to pgvector

April 12, 2026
Don't add another database to your stack. Learn how to use the pgvector extension to turn PostgreSQL into a powerful vector store for AI embeddings and similarity search.
Read More
Database tutorial - IT technology blog
Posted inDatabase

The Practical Guide to Database Connectivity: Python, Node.js, and PHP

April 11, 2026
A practical, no-nonsense guide to connecting Python, Node.js, and PHP to MySQL and PostgreSQL. Learn about drivers, secure environment variables, and how to stop SQL injection.
Read More
Database tutorial - IT technology blog
Posted inDatabase

Managing Database Transactions in SQL: Ensuring Data Consistency and Integrity

April 8, 2026
Database transactions are the mechanism that keeps your data consistent when multiple SQL statements need to succeed or fail together. This guide covers ACID properties, COMMIT/ROLLBACK, SAVEPOINTs, isolation levels, and practical patterns to avoid data corruption in production.
Read More
Database tutorial - IT technology blog
Posted inDatabase

OLAP vs OLTP: Why Your Analytical Queries are Killing Production

April 6, 2026
Is a single query crashing your app? Learn the difference between OLTP and OLAP, why row storage fails at scale, and how to build a stable data architecture.
Read More
Database tutorial - IT technology blog
Posted inDatabase

Stop Guessing, Start Measuring: Stress Testing MySQL and PostgreSQL with sysbench

April 4, 2026
Stop guessing your database capacity. Learn how to use sysbench to run professional stress tests on MySQL and PostgreSQL, and how to interpret TPS and 95th percentile latency.
Read More
Programming tutorial - IT technology blog
Posted inProgramming

Database Basics: SQL vs NoSQL – Choosing the Right Tool for Production Stability

March 22, 2026
Choosing the right database is crucial for any application's stability and performance. This guide explores the core differences between SQL and NoSQL databases, their optimal use cases, and key considerations for setup, configuration, and monitoring in a production environment.
Read More
Database tutorial - IT technology blog
Posted inDatabase

MongoDB: Getting Started with Document Databases

March 16, 2026
Explore MongoDB, the popular NoSQL document database. This guide covers installation on Linux and macOS, essential configuration, and basic data operations. Start building with flexible data storage today.
Read More

Posts pagination

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