sql-execution-plan
Oracle execution plans when using the LIKE operator with a DETERMINISTIC function
Now I have a really tricky thing with Oracle execution plans running havoc, when I use a DETERMINISTIC function on the right hand side of the LIKE operator. This is my situation:[详细]
2023-02-17 05:58 分类:问答SQL Server 2008 seems to be picking the PK Index for every query, even if a better one seems to exist
It sounds like a similar situation to what\'s asked here, but I\'m not sure his details are the same as mine.[详细]
2023-02-15 00:39 分类:问答Help with Improving Performance of SQL Server 2008 CTE
I have a SQL Server 2008 CTE which is responsible for returning the Top Review for a location. The CTE is wrapped in a UDF (Table-Valued), and joined on the LocationId field, so i can get the top rev[详细]
2023-02-11 08:51 分类:问答Is there a way to fix Oracle query in shared pool
I have a report engine, performing PreparedStatements on Oracle 11, that is a highly prioritized task.[详细]
2023-02-09 01:42 分类:问答Why does this SQL result in Index Scan instead of an Index Seek?
Can someone please help me tune this SQL query? SELECTa.BuildingID, a.Appl开发者_开发技巧icantID, a.ACH, a.Address, a.Age, a.AgentID, a.AmenityFee, a.ApartmentID, a.Applied, a.AptStatus, a.BikeLocati[详细]
2023-02-07 21:31 分类:问答Sql indexes vs full table scan
While writing complex SQL queries, how do we ensure that we开发者_Go百科 are using proper indexes and avoiding full table scans? I do it by making sure I only join on columns that have indexes(primary[详细]
2023-02-07 10:39 分类:问答SQL Server edition upgrade and cached execution plans
I\'ve just upgraded SQL Server 2008 R2 Express Edition to the SQL Server 2008 R2 Standard edition. The setup tool has performed the upgrade without any problems.[详细]
2023-02-06 05:08 分类:问答Nested loops in MySQL
In this O\'Reilly presentation, there is a paragraph introducing some key concepts for understanding MySQL\'s EXPLAIN:[详细]
2023-02-05 05:23 分类:问答Different query plan to the same query ! [duplicate]
This question already has answers here: Closed 12 years ago. Possible Duplicate: how that happen SP sql server[详细]
2023-02-04 05:15 分类:问答'splain a postgresql EXPLAIN to me
Got this here query: EXPLAIN SELECT persons.id AS id, ppm.first FROM myschema.persons INNER JOIN myotherschema.ppm ON persons.key = ppm.pid[详细]
2023-01-30 04:51 分类:问答