SQLPerfTips Profile Banner
SQL Performance Tips Profile
SQL Performance Tips

@SQLPerfTips

Followers
54K
Following
269
Media
166
Statuses
5K

Tips to get best SQL performance. Covering all major SQL databases. https://t.co/pPX9UrXm8p is my book.

Vienna, Austria
Joined April 2011
Don't wanna be here? Send us removal request.
@SQLPerfTips
SQL Performance Tips
7 years
SQL Performance Explained — A Book For Developers.It focuses on what developers need to know. Just 200 pages…yet covering all major databases.
8
59
147
@SQLPerfTips
SQL Performance Tips
7 months
RT @MarkusWinand: Survey on performance optimization for database systems (2023).
0
5
0
@SQLPerfTips
SQL Performance Tips
7 months
RT @_backslashzero: #DoYouKnow? If your index is getting too big in size, you can index only a subset of the values using Partial Indexes.….
0
2
0
@SQLPerfTips
SQL Performance Tips
7 months
Improved RCSI Ghost Cleanup in SQL Server 2022.— by Paul White. As always, Paul provides deep insight into the SQL Server implementation.
0
0
7
@SQLPerfTips
SQL Performance Tips
8 months
Farm to TABLE: Local(e) Providers. The Doom That Came To PostgreSQL: When Collations Change.
0
0
1
@SQLPerfTips
SQL Performance Tips
8 months
If you are not sure what collations are about, please read the entire series by Christophe Pettus:. “Gentlemen, this is a 🏈”: Glyphs, Encodings, Collations, and Locales. Speaking in Tongues: PostgreSQL and Character Encodings.
1
0
3
@SQLPerfTips
SQL Performance Tips
8 months
As sort-based indexes (such as B-Tree) also use collations to establish their row order, the speed of the collation affects the index build time, but not so much the search time as the number of comparisons for a search is very limited.
1
0
0
@SQLPerfTips
SQL Performance Tips
8 months
Collations are a wonderful feature. They solve problems way beyond case-insensitive search: ignoring accents and "numeric" sorting ('10' > '2') are just two more examples. However, they do have a performance impact as shown by this micro-benchmark:.
2
7
23
@SQLPerfTips
SQL Performance Tips
8 months
RT @MarkusWinand: At about this time of the day, I run my open-to-everyone trainings. The last training this year is "SQL Performance Expl….
0
3
0
@SQLPerfTips
SQL Performance Tips
9 months
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)? .
3
0
13
@SQLPerfTips
SQL Performance Tips
9 months
SQL Best Practices Every Java Engineer Must Know. [IMHO: not just Java Engineers].
0
3
11
@SQLPerfTips
SQL Performance Tips
9 months
RT @AmelieBenoit33: TIL about Index-Only Scan for databases ✨. Also I'm in love with this website
0
1
0
@SQLPerfTips
SQL Performance Tips
11 months
RT @MarkusWinand: In the meanwhile enjoy a discount for SQL Performance Explained if you don't have it yet: 15YrsAnniversary. Only valid wh….
0
5
0
@SQLPerfTips
SQL Performance Tips
11 months
RT @MarkusWinand: Learn once, benefit forever. These SQL courses take experienced developers a leap forward. Starting on September 10th!….
0
8
0
@SQLPerfTips
SQL Performance Tips
1 year
RT @ModernSQL: The WITH clause is useful to write readable SQL.
0
9
0
@SQLPerfTips
SQL Performance Tips
1 year
There is currently some fuzz about the performance of subqueries vs with clause. Here is my take on it:.
0
7
39
@SQLPerfTips
SQL Performance Tips
1 year
This and much more is explained on Use The Index, Luke!.
0
0
6
@SQLPerfTips
SQL Performance Tips
1 year
What every developer should know about SQL performance. - Index/Query (mis)match.- The first power of indexing: finding data quickly.- The second power of indexing: clustering data.- The third power of indexing: sorting data.
2
9
52
@SQLPerfTips
SQL Performance Tips
1 year
RT @kotovr: Have finished reading the "SQL performance explained" book from @MarkusWinand (creator of the . Have a….
0
3
0
@SQLPerfTips
SQL Performance Tips
1 year
RT @MarkusWinand: Just announced new training dates. There are still seats left in my next performance training in April. The remaining co….
0
4
0
@SQLPerfTips
SQL Performance Tips
1 year
RT @SQLPerfTips: The Oracle DB maintains some information either on block or on row level ([NO]ROWDEPENDENCIES). .
0
1
0