Stop Using != deleted_at: Database Soft Delete Performance Guide
In the world of massive applications, "deleting" data is rarely simple. We almost never actually…
Find easy-to-follow guides on database SQL, NoSQL, PostgreSQL, and MySQL. Learn how to make databases that are fast and work well. Get tips to improve your skills.

In the world of massive applications, "deleting" data is rarely simple. We almost never actually…
In the modern world of software development, data is growing at an unprecedented rate. Traditional…
When working with MySQL, it’s common to have columns stored as strings (VARCHAR, CHAR, TEXT).But…
Last week, I ran into a serious performance issue while working on a bulk insert…
Using Redis efficiently can protect your app, lower costs, and enhance performance. This guide covers…
Which SQL UPDATE query performs better: one using GROUP BY or a self-join? This in-depth…
My current query: SELECT eod.date, SUM(eod.stable_price) AS sumStablePrice FROM item_eod eod WHERE eod.date >= CURRENT_DATE…
Explore the differences between SQL’s LIKE operator and Full-Text Search. Learn their syntax, performance, use…
Master essential database concepts like indexing, query optimization, caching, partitioning, failover, and recovery strategies with…
Unlock the core concepts and advanced techniques of database management tailored for senior engineers. This…