SQL Performance Tips
@SQLPerfTips
Tips to get best SQL performance. Covering all major SQL databases. http://sql-performance-explained.com is my book.
You might like
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 Trends
- 1. CarPlay 3,314 posts
- 2. Osimhen 68.9K posts
- 3. Cynthia 99.4K posts
- 4. Megyn Kelly 17.1K posts
- 5. Senator Fetterman 9,510 posts
- 6. Padres 27.8K posts
- 7. Katie Couric 7,152 posts
- 8. Black Mirror 4,175 posts
- 9. #WorldKindnessDay 15.1K posts
- 10. Gabon 109K posts
- 11. Vine 16.3K posts
- 12. Woody Johnson N/A
- 13. #LoveDesignEP7 204K posts
- 14. RIN AOKBAB BEGIN AGAIN 203K posts
- 15. #NGAGAB 14.7K posts
- 16. Bonhoeffer 3,765 posts
- 17. Sheel N/A
- 18. Massie 98.4K posts
- 19. ariana 85K posts
- 20. Clinton 134K posts
You might like
-
MySQL
@MySQL -
Microsoft SQL Server
@SQLServer -
SQLServerCentral
@SQLServerCentrl -
Modern SQL
@ModernSQL -
SQL Daily
@sqldaily -
MySQL Community Team
@mysql_community -
Steve Stedman
@SqlEmt -
OpenJS Foundation
@openjsf -
Planet PostgreSQL
@planetpostgres -
SQLServerGeeks.com
@SQLServerGeeks -
Oracle AI Database
@OracleDatabase -
PHP Classes of Objects and Global Code Scripts
@phpclasses -
Grant Fritchey
@GFritchey -
Markus Winand
@MarkusWinand -
Apache NetBeans
@netbeans
Something went wrong.
Something went wrong.