|
-
Feb 17th, 2011, 10:03 AM
#1
Thread Starter
Fanatic Member
SQL Expert for tuning
Guys,
I've had a database application developed offshore and am now having serious performance issues after 3 months of live data input.
I have an urgent and immediate need for a commercially experienced, talented and highly technical SQL analyst that can pull apart stored procs that are at the moment returning results in 10 seconds with only 50k records! Obviously they arent simple SP's, but performance still sucks. With a new project coming in a few months data is likely to increase x50.
I'm looking for a day rate contractor, UK based, ideally south or south-west who is available ... ummm... now!
PM for details
Thanks!
Bob
"I dislike 7 am. If 7 am were a person, I would punch 7 am in the biscuits." - Paul Ryan, DailyRamblings
-
Mar 10th, 2011, 03:40 AM
#2
Re: SQL Expert for tuning
SQL tuning takes time... I would suggest a two pronged approach. On one side is a dedicated DBA, you are better off finalizing appropriate database settings as well as hardware side before resorting to individual SQL tuning. Finalize the environment wherein the SQL executes... otherwise, individual SQL tuning efforts may become obsolete requiring you to re-tune the queries... x2 overall effort.
Also if data will increase by x50 then again DBA should take that into account and suggest appropriate architecture (table partitioning... parallel execution... etc). There's also other way of tackling the problem... data retention policy, e.g. why have it grow x50 if you only need recent data.
Also do some computation... individual SQL tuning takes time, you have to make sure that one tuning strategy will not cause other queries to suddenly perform badly. It might be cheaper to just buy additional resources than employ additional people, e.g. you might just need additional memory so pages are cached reducing disk I/O, as well as operating system paging, to improve performance of system.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|