
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…
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

Survey on performance optimization for database systems (2023) researchgate.net/publication/36…
#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…
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]
TIL about Index-Only Scan for databases ✨ Also I'm in love with this website use-the-index-luke.com/sql/clustering…
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).
Learn once, benefit forever. These SQL courses take experienced developers a leap forward. Starting on September 10th! winand.at/en/newsletter/…
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…
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!
United States トレンド
- 1. Flacco 84.1K posts
- 2. Bengals 80.1K posts
- 3. Bengals 80.1K posts
- 4. Tomlin 21.6K posts
- 5. Ramsey 18.9K posts
- 6. Chase 107K posts
- 7. Chase 107K posts
- 8. #WhoDey 6,809 posts
- 9. #TNFonPrime 5,545 posts
- 10. #WhoDidTheBody 1,531 posts
- 11. #clubironmouse 2,278 posts
- 12. #criticalrolespoilers 7,052 posts
- 13. Teryl Austin 2,765 posts
- 14. Cuomo 81.8K posts
- 15. yeonjun 110K posts
- 16. Andrew Berry 3,219 posts
- 17. DK Metcalf 3,948 posts
- 18. Max Scherzer 14.3K posts
- 19. Burrow 9,748 posts
- 20. Ace Frehley 96.8K posts
おすすめツイート
-
MySQL
@MySQL -
Microsoft SQL Server
@SQLServer -
MSSQLTips - Free Daily #SQLServer Tips
@mssqltips -
SQL Daily
@sqldaily -
MySQL Community Team
@mysql_community -
Steve Stedman
@SqlEmt -
OpenJS Foundation
@openjsf -
Planet PostgreSQL
@planetpostgres -
SQLServerGeeks.com
@SQLServerGeeks -
Oracle AI Database
@OracleDatabase -
Grant Fritchey
@GFritchey -
Markus Winand
@MarkusWinand -
Apache NetBeans
@netbeans -
Kevin Kline
@kekline -
php-net
@php_net
Something went wrong.
Something went wrong.