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

SQL Joins in Production: How We Fixed Our 10-Second Query Problem

June 1, 2026
A production-focused guide to SQL Joins. Learn the differences between INNER, LEFT, and FULL OUTER joins, and discover how to optimize query performance using indexing and CTEs based on real-world experience.
Read More
Database tutorial - IT technology blog
Posted inDatabase

Why SurrealDB is the Only Database You Need for Your Next Project

May 30, 2026
Tired of syncing SQL and NoSQL? Learn how SurrealDB combines document, graph, and relational models into one ultra-fast database with built-in auth and real-time queries.
Read More
Database tutorial - IT technology blog
Posted inDatabase

Hardening Multi-tenant Apps: Why You Need PostgreSQL Row Level Security

May 28, 2026
Discover how PostgreSQL Row Level Security (RLS) provides a native, foolproof layer of protection for multi-tenant apps. Stop relying on manual filters and secure your data at the source.
Read More
Database tutorial - IT technology blog
Posted inDatabase

Soft Delete Pattern in Database: Safe Record Deletion, Recovery, and Index Optimization with PostgreSQL and MySQL

May 21, 2026
Soft delete pattern lets you mark records as deleted instead of physically removing them — enabling safe recovery, audit trails, and GDPR-compliant data retention. This guide covers practical implementation in PostgreSQL and MySQL, including partial indexes, unique constraint handling, and cleanup strategies.
Read More
Database tutorial - IT technology blog
Posted inDatabase

Database Testing with pgTAP in PostgreSQL: A Guide to Unit Testing Functions, Triggers, and Schema

May 20, 2026
Learn how to use pgTAP to write native unit tests for PostgreSQL. This guide covers testing database schema, functions, and triggers to ensure your data logic remains robust and bug-free.
Read More
Database tutorial - IT technology blog
Posted inDatabase

Dolt Guide: SQL with Git Powers for Versioned Development

May 8, 2026
Dolt brings Git-like versioning to the SQL world. Learn how to branch, diff, and merge your data to prevent accidental loss and streamline collaborative development.
Read More
Database tutorial - IT technology blog
Posted inDatabase

PostgreSQL Materialized Views: Turning 15-Second Queries into 5ms Snapshots

May 4, 2026
Stop making your users wait for slow dashboards. This guide shows you how to cache complex PostgreSQL queries using Materialized Views, including concurrent refresh tricks and automation.
Read More
Database tutorial - IT technology blog
Posted inDatabase

Querying MySQL, MongoDB, and CSV Directly from PostgreSQL using FDW

May 1, 2026
Tired of ETL? Learn how to use PostgreSQL Foreign Data Wrappers (FDW) to query MySQL, MongoDB, and CSV files as if they were local tables. Real-world performance tips included.
Read More
Database tutorial - IT technology blog
Posted inDatabase

PostgreSQL Stored Procedures and Triggers: Stop Leaking Your Business Logic

April 30, 2026
Stop duplicating business logic across microservices. Learn how to use PostgreSQL Stored Procedures and Triggers to centralize your rules and slash API latency.
Read More
Database tutorial - IT technology blog
Posted inDatabase

PostgreSQL JSONB: Schema Flexibility Without the NoSQL Headache

April 27, 2026
PostgreSQL JSONB offers the best of both worlds: relational integrity and NoSQL flexibility. Learn how to implement it, index it for speed, and avoid common production pitfalls.
Read More

Posts pagination

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