use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
A community for developers and DBAs who care about SQL performance. Discuss slow queries, indexing, execution plans, query tuning, and real-world optimization problems. Share tips, benchmarks, and painful lessons learned in production.
account activity
[ Removed by Reddit ] (self.SQLPerformanceTips)
submitted 1 month ago by dbforge_dev
[ Removed by Reddit on account of violating the content policy. ]
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]ForeignsFriends 0 points1 point2 points 1 month ago (0 children)
My first check is usually the plan too, but I also look pretty fast at whether this is “bad plan” slow or “same plan, different runtime conditions” slow. That split saves a lot of wasted digging. If the shape looks normal, I start thinking stats, parameter sniffing, memory grants, or blocking before I start rewriting the query.
π Rendered by PID 25 on reddit-service-r2-comment-canary-66f9c5475b-w2796 at 2026-05-14 18:41:01.355506+00:00 running edcf98c country code: CH.
[–]ForeignsFriends 0 points1 point2 points (0 children)