SQLPerfTips's profile picture. Tips to get best SQL performance.
Covering all major SQL databases.
http://sql-performance-explained.com is my book.

SQL Performance Tips

@SQLPerfTips

Tips to get best SQL performance. Covering all major SQL databases. http://sql-performance-explained.com is my book.

固定されたツイート

SQL Performance Explained — A Book For Developers It focuses on what developers need to know. Just 200 pages…yet covering all major databases. sql-performance-explained.com


For this WHERE, what index to create? WHERE subsidiary_id = 42 AND last_name LIKE '%INA%' Is (subsidiary_id) enough or should it be (subsidiary_id, last_name)? use-the-index-luke.com/sql/clustering…


SQL Performance Tips さんがリポスト

My favorite change is that MariaDB got an improved "WHERE year(...) = ?" rewriting. use-the-index-luke.com/blog/2024-12/d… In picture: the green check mark used to be yellow, with the "a" footnote: Unconditionally rewritten—even if only a matching function-based index exists

MarkusWinand's tweet image. My favorite change is that MariaDB got an improved "WHERE year(...) = ?" rewriting. use-the-index-luke.com/blog/2024-12/d…

In  picture: the green check mark used to be yellow, with the "a" footnote:  Unconditionally rewritten—even if only a matching function-based  index exists

SQL Performance Tips さんがリポスト

Survey on performance optimization for database systems (2023) researchgate.net/publication/36…


SQL Performance Tips さんがリポスト

#DoYouKnow? If your index is getting too big in size, you can index only a subset of the values using Partial Indexes. Read more here - use-the-index-luke.com/sql/where-clau… #Databases #SQL


Improved RCSI Ghost Cleanup in SQL Server 2022 — by Paul White As always, Paul provides deep insight into the SQL Server implementation. sql.kiwi/2024/12/improv…


SQL Performance Tips さんがリポスト

At about this time of the day, I run my open-to-everyone trainings. The last training this year is "SQL Performance Explained", for which I have one spot left. It starts Dec 2nd and is delivered in seven 2-hour long in-person sessions each Mon/Wed/Fri. winand.at/sql-training/o…


SQL Best Practices Every Java Engineer Must Know foojay.io/today/sql-best… [IMHO: not just Java Engineers]


SQL Performance Tips さんがリポスト

TIL about Index-Only Scan for databases ✨ Also I'm in love with this website use-the-index-luke.com/sql/clustering…


SQL Performance Tips さんがリポスト

In the meanwhile enjoy a discount for SQL Performance Explained if you don't have it yet: 15YrsAnniversary Only valid when purchasing directly from me (not on Amazon, ...): sql-performance-explained.com (but valid for all languages — see language selection at the top).


SQL Performance Tips さんがリポスト

Learn once, benefit forever. These SQL courses take experienced developers a leap forward. Starting on September 10th! winand.at/en/newsletter/…


SQL Performance Tips さんがリポスト

The WITH clause is useful to write readable SQL. modern-sql.com/use-case/liter…


There is currently some fuzz about the performance of subqueries vs with clause. Here is my take on it: modern-sql.com/feature/with/p…


SQL Performance Tips さんがリポスト

Have finished reading the "SQL performance explained" book from @MarkusWinand (creator of the use-the-index-luke.com). Have already known about indexes and B-trees, but the book helped to understand how they affect SQL operations under the hood. Highly recommend!


Loading...

Something went wrong.


Something went wrong.