Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Bikonja23868yRelated question; how do you measure performance when the same SQL query sometimes finishes in <10ms and other times takes more than 30 seconds? Same query, same data, same virtual server (although the host has a bunch of virtual machines, but this one is used by myself only).
-
Bikonja23868yWelp, I'm an idiot... Didn't notice a job running in the background that puts locks on the tables... Come on weekend, can you please hasten your arrival this week? I really need you...
-
iAmNaN71318yIt's always a good feeling. I did the same thing today. I took an Oracle select query that was joining six different tables and returned a 96% optimization by adding two indexes. It feels really good.
Related Rants
-
vortexman10034Optimized my program fron running 74 minutes to running 0.005 seconds. I call that a successful day.
-
FMashiro14Yesterday I managed to optimize a query... Went from 43 seconds to 0.0702 seconds. For some reason mysql deci...
-
rantsauce8I once optimized a web page that performed 621 SQL queries and loaded in 21 seconds in a production app.
That moment when you optimize something from taking ~10 minutes to ~17 seconds and are unsure if you managed to actually optimize that much or did you create a bug that doesn't return half the data...
Please let it be the former.
undefined
optimization
schrödinger's optimization