As most of you have probably discovered there is no nice way to do substring search in PostgreSQL however where’s a will there’s a way. The following post is about overcoming this limit, a… more →
<(-_-)> on PostgreSQLscarydba wrote 2 months ago: I don’t generally do lots of blog aggregation and cross post linking & stuff. It’s j … more →
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 →
scarydba wrote 4 months ago: Recently I’ve been seeing a lot of people with bad execution plans, desperately trying to tune … more →
namwar wrote 1 year ago: In my last article, How SQL Server Index Statistics works – Part 1 I described the concept beh … more →
namwar wrote 1 year ago: In my last article, Selectivity of a Query and how it affects indexing I discussed the selectivity o … more →
Admin wrote 1 year ago: Let’s begin with a brief review of the key points from my previous article. Intuitive tuning i … more →
Admin wrote 1 year ago: Understanding Table I/O performance is critically important to properly diagnosing the health and ef … more →
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 →
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 →
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 →
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 →
kaiv wrote 2 years ago: The following examples explain how postgresql query planner deals with queries that use the current … more →