Find Jobs
Hire Freelancers

Oracle DBA required to investigate performance anomolies in similar SQL

£10-15 GBP / hour

Suljettu
Julkaistu lähes 6 vuotta sitten

£10-15 GBP / hour

We have two SQL statements that run at radically different speeds. It seems to be based on whether a column is placed in the WHERE or in the SELECT list. We would like this investigated and explained. Remote access to our test server can be arranged. The following statement runs slowly - 2.125 seconds: SELECT COUNT(*) FROM SBC WHERE [login to view URL] = 1 AND [login to view URL] = 40088609 AND [login to view URL] = 798120609; Despite it using the new index completely (including PLACED): CREATE INDEX "BTS"."SBC_PLACEDTARGETSPOTS" ON "BTS"."SALES_BREAKS_COMMS" ("CONTITEMPRGDETTARGETID", "CONTITEMPRGDETID", "PLACED") TABLESPACE "BTS_INDEXES"; Yet this statement, with the PLACED in the SELECT list and NOT the WHERE clause, runs quickly (0.238 seconds): SELECT [login to view URL] FROM SBC WHERE [login to view URL] = 40088611 AND [login to view URL] = 798120611; Note: The IDs in the SQLs are changed to prevent Oracle caching the results. Quick tests: PLACED, CONTITEMPRGDETID and CONTITEMPRGDETTARGETID in the WHERE - slow PLACED and CONTITEMPRGDETID but no CONTITEMPRGDETTARGETID in the WHERE - fast CONTITEMPRGDETID and CONTITEMPRGDETID in the WHERE, PLACED in the SELECT list - fast CONTITEMPRGDETID and CONTITEMPRGDETID in the WHERE, COUNT(*) in the SELECT list, no direct references to PLACED - fast PLACED and CONTITEMPRGDETID in the WHERE, COUNT(*) in the SELECT list - fast
Projektin tunnus (ID): 16926631

Tietoa projektista

19 ehdotukset
Etäprojekti
Aktiivinen 6 vuotta sitten

Haluatko ansaita rahaa?

Freelancerin tarjouskilpailun edut

Aseta budjettisi ja aikataulu
Saa maksu työstäsi
Kuvaile ehdotustasi
Rekisteröinti ja töihin tarjoaminen on ilmaista
19 freelancerit tarjoavat keskimäärin £22 GBP/tunti tätä projektia
Käyttäjän avatar
Hello, I can help with you in your project Oracle DBA required to investigate performance anomolies in similar SQL . I have more than 5 years of experience in Database Administration, Database Development, Oracle, SQL. We have worked on several similar projects before! We have worked on 300+ Projects. Please check the profile reviews. I can deliver your job with in your deadline. Please ping me for more discussion. I can assure the 100% job satisfaction. Thanks,
£12 GBP 40 päivässä
5,0 (24 arvostelua)
5,9
5,9
Käyttäjän avatar
A proposal has not yet been provided
£14 GBP 20 päivässä
5,0 (6 arvostelua)
3,9
3,9
Käyttäjän avatar
Greetings. I`m ready to investigate performance anomolies in similar SQL. As for me, I'm a professional system admin with 10+ years of experience. My main specialization is LAMP stack of technologies (Linux, Apache, MySQL, PHP) but also I have experience with Python, Node.js and .NET stack of technologies too. I have a deep experience with different PHP Frameworks such as Zend Framework, Symfony, Laravel, Yii, CodeIgniter, CakePHP as well as different open source solutions e.g. Magento Ecommerce platform, WordPress, Drupal, etc. I was working as a senior system admin at hosting services provider where managed and configured more than 300 various Linux/Windows servers. I can help you too. Please, send me the list of your requirements!
£13 GBP 40 päivässä
5,0 (4 arvostelua)
3,8
3,8
Käyttäjän avatar
Hi, my name is Mustapha, I'm the DBA of a big company in Morocco. For your project, i have everything that's necessary to find the solution to your problem
£14 GBP 40 päivässä
0,0 (0 arvostelua)
0,0
0,0
Käyttäjän avatar
Hi, It looks like the INDEX is the cause. I'm happy to take a look at it. Will need to further investigate what's happening. Please send me a message if you'd me to take it further.
£15 GBP 20 päivässä
0,0 (0 arvostelua)
0,0
0,0
Käyttäjän avatar
I worked on query optimization with several DBMSs, including Oracle. I held trainings on query performance and included this topic in my book "Mastering MariaDB". I will need to connect to the database to check the table structure, how the queries are executed and why. I will explain the current behaviour and how to avoid it. A special promise, reserved to customers that don't know me yet: no reward required if I will not be able to find the cause.
£48 GBP 3 päivässä
0,0 (0 arvostelua)
0,0
0,0
Käyttäjän avatar
I've 5 years of experience working with Oracle Database. During that period I've optimized oodles of queries and scripts for the companies I've worked in. I feel, that experience will definitely come in handy while providing the solution to you.
£11 GBP 40 päivässä
0,0 (0 arvostelua)
0,0
0,0
Käyttäjän avatar
I think it so easy to solve this issue. You can use a subquery statement Relevant Skills and Experience I'm a DBA
£13 GBP 15 päivässä
0,0 (0 arvostelua)
0,0
0,0
Käyttäjän avatar
A proposal has not yet been provided
£12 GBP 3 päivässä
0,0 (0 arvostelua)
0,0
0,0
Käyttäjän avatar
I have 12 years experience as Oracle DBA. I have real time experience in tuning database & SQL query slowness.
£11 GBP 20 päivässä
0,0 (0 arvostelua)
0,0
0,0
Käyttäjän avatar
I have an experience of more than 8 years in Software company and was working on Oracle as a DBA. I tuned the whole package which was running for 28hours and set it to 4 minutes. So, I have a good knowledge of tuning too.
£11 GBP 40 päivässä
0,0 (0 arvostelua)
0,0
0,0
Käyttäjän avatar
I worked on performance tunning for more than 5 years in different MNCs. I can assure you to deliver project on time with good quality of work. Looking forward for your further discussion for this project.
£11 GBP 30 päivässä
0,0 (0 arvostelua)
0,0
0,0
Käyttäjän avatar
Interesting situation. I'd like to take a look. PS I believe that I can solve this problem and it will cost you 1-2 hours of work = 10-20 euro.
£10 GBP 40 päivässä
0,0 (0 arvostelua)
0,0
0,0
Käyttäjän avatar
Hello, These days Oracle performance tuning is hard, especially with the Optimizer Automation in 12.2, 12.2 and 18c. Have you done explain plans for the 2 querys? What else is going on at the same time? I'd look at v$sql, v$sqlarea and v$sql_plan to give you reasons why they differ so much. Also a 10046 trace. Do you flush the data buffers between running the SQL's? High hourly rate but not many hours needed to work this out. Regards, Frank
£55 GBP 5 päivässä
0,0 (0 arvostelua)
0,0
0,0
Käyttäjän avatar
Hi, My name is Helen Wei. I am from Sydney Australia. I am now working for a Fortune 500 corporation as a senior DBA. I have over 20 years of professional DBA experience. I have got Oracle 11g and 12c OCM certification, which is the highest certification in the DBA world. In the recent 8 years I have been focused on database performance tuning and sql tuning. I have solved hundreds of performance issues for our clients all over the world in the energy and mine industry. This kind of sql performance tuning is my daily routine job and I am sure that I can solve it for you easily. To do this, I will investigate the base tables involved, the data distribution, statistics, index, execution plan and statistics, etc, find out the root cause and get the problem fixed. And, if it is allowed to rewrite the sql, it’ll be great. Contact me please, you’ll never suffer from database performance problem. Best regards, Helen
£111 GBP 4 päivässä
0,0 (0 arvostelua)
0,0
0,0
Käyttäjän avatar
Oracle DBA with 7+ years exp
£10 GBP 5 päivässä
0,0 (0 arvostelua)
0,0
0,0
Käyttäjän avatar
My self oracle dba with 7yrs of exp in billing systems
£16 GBP 10 päivässä
0,0 (0 arvostelua)
0,0
0,0
Käyttäjän avatar
I will show you how to fix this with one email. I will only charge you $200.00 once you are happy and sorted. Trying to get my first bid here. Thank you for your consideration.
£13 GBP 40 päivässä
0,0 (0 arvostelua)
0,0
0,0

Tietoja asiakkaasta

Maan UNITED KINGDOM lippu
Aberdulais, United Kingdom
5,0
2
Maksutapa vahvistettu
Liittynyt helmik. 25, 2016

Asiakkaan vahvistus

Kiitos! Olemme lähettäneet sinulle sähköpostitse linkin, jolla voit lunastaa ilmaisen krediittisi.
Jotain meni pieleen lähetettäessä sähköpostiasi. Yritä uudelleen.
Rekisteröitynyttä käyttäjää Ilmoitettua työtä yhteensä
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Ladataan esikatselua
Lupa myönnetty Geolocation.
Kirjautumisistuntosi on vanhentunut ja sinut on kirjattu ulos. Kirjaudu uudelleen sisään.