Lost your password?

Blogs about: Query Tuning

Featured Blog

Gila Monster on Estimated vs. Actual Row Counts

scarydba wrote 2 months ago: I don’t generally do lots of blog aggregation and cross post linking & stuff. It’s j … more →

Tags: TSql, SQL Server 2008, SQL Server 2005, Execution Plans, Performance Tuning, estimated row count, actual row count

LaRock on Monitoring

scarydba wrote 2 months ago: Since I just spent a bit more than half of my 24 Hours of PASS presentation on tuning queries talkin … more →

Tags: TSql, SQL Server 2008, SQL Server 2005, Performance Tuning, Performance Monitoring, pass summit 2009, 24 hours of PASS

Execution Plan Compile Termination14 comments

scarydba wrote 4 months ago: Recently I’ve been seeing a lot of people with bad execution plans, desperately trying to tune … more →

Tags: TSql, SQL Server 2008, SQL Server 2005, SQLServerPedia Syndication, tuning, Execution Plans, Performance, Performance Tuning

How SQL Server Index Statistics works - Part 2

namwar wrote 1 year ago: In my last article, How SQL Server Index Statistics works – Part 1 I described the concept beh … more →

Tags: Information, SQL Server 2005, TSql, tuning, Optimizat

How SQL Server Index Statistics works - Part 11 comment

namwar wrote 1 year ago: In my last article, Selectivity of a Query and how it affects indexing I discussed the selectivity o … more →

Tags: Performance, TSql, tuning, Index statistics, QUERY OPTIMIZATION, SQL Server

DB2 for z/OS SQL Query Tuning

Admin wrote 1 year ago: Let’s begin with a brief review of the key points from my previous article. Intuitive tuning i … more →

Tags: DB2, IBM, Utilities, zOS

DB2 LUW Performance: Table Read I/O and Overflows

Admin wrote 1 year ago: Understanding Table I/O performance is critically important to properly diagnosing the health and ef … more →

Tags: DB2, I/O Performance, Performance, query performance, Read, TBROVP, TBRRTX

PostgreSQL substring search34 comments

kaiv wrote 1 year ago: As most of you have probably discovered there is no nice way to do substring search in PostgreSQL ho … more →

Tags: PostgreSQL, SQL, TipsTricks

Worst Performing Queries5 comments

furrukhbaig wrote 2 years ago: I have been looking for a easy way to find worst performing queries without runing Profiler and I co … more →

Tags: SQL Server 2005, Performance, Indexes, TSql, DMV's, Performance Tuning, DMV, worst performing query, query performance

Decreasing the index size on wide columns9 comments

kaiv wrote 2 years ago: If you have indexes on columns that are quite large but are not used for range scans (greater than, … more →

Tags: Data Mining, PostgreSQL, SQL, TipsTricks

Faster insert for multiple rows

kaiv wrote 2 years ago: As you all probably know the fastest way to get data into the database is the COPY statement, but th … more →

Tags: PostgreSQL, SQL, TipsTricks

NOW() vs 'NOW'

kaiv wrote 2 years ago: The following examples explain how postgresql query planner deals with queries that use the current … more →

Tags: PostgreSQL, SQL


Have your say. Start a blog.

See our free features →

Related Tags
All →

Follow this tag via RSS