For questions about making database queries run faster.
I run EXEC sp_who2 78 and I get the following results: How can I find why its status is suspended? …
sql sql-server optimization query-optimization sql-tuningOracle Version: 11.1.0.7.0 We are having higher IO Wait in one of our Oracle RAC instance One SQL is having high …
performance oracle11g sql-tuning iowaitI'm using SQL Server Profiler to figure out what process are consuming SQL process and I found that the event …
sql sql-server sql-server-2008 database-tuning sql-tuningThis is a simple query: select * from customers When I write this query in PL/SQL Developer and press F5, …
oracle plsqldeveloper sql-tuningCould you guys please review the following query to an Oracle DB and point out what's wrong: SELECT t1.name …
sql oracle sqlperformance sql-tuningAccording to this page in the manual, indexes don't need to be maintained. However, we are running with a PostgresQL …
performance postgresql indexing sql-tuningI have a query that looks like below and the tables A,T,S have around 1 million rows whereas P …
performance oracle sql-tuning inline-view