![]() | Products |
| Home » Technical Support » ElevateDB Technical Support » Incident Reports » Incident Reports Addressed for Version 2.03 » View Incident Report |
| Reported By: Michael Reisch Reported On: 11/16/2009 For: Version 2.03 Build 6 |
Original query:
SELECT P.*,
pt.GUID_ID AS Protocol_GUID,
pt.CreateDate AS PT_CreateDate
FROM "ProjectCompany" P
LEFT OUTER JOIN "Protocol" pt ON (pt.GUID_ID = 'E08E2E609842E50333C63E618129EEFC')
WHERE P.Project_GUID = '2683A42884994A1397CF69FD3A388623'
Execution plan:
================================================================================
SQL Query (Executed by ElevateDB 2.03 Build 6)
Note: The SQL shown here is generated by ElevateDB and may not be exactly the
same as the SQL that was originally entered. However, none of the differences
alter the execution results in any way.
================================================================================
SELECT ALL
"P"."GUID_ID" AS "GUID_ID",
"P"."GUID_Parent" AS "GUID_Parent",
"P"."Project_GUID" AS "Project_GUID",
"P"."Address_GUID" AS "Address_GUID",
"P"."Contact_GUID" AS "Contact_GUID",
"P"."PPLFile_GUID" AS "PPLFile_GUID",
"P"."RowPos" AS "RowPos",
"P"."Description" AS "Description",
"P"."ObjType" AS "ObjType",
"P"."InstructState" AS "InstructState",
"P"."Source" AS "Source",
"P"."SourceID" AS "SourceID",
"P"."StartDate" AS "StartDate",
"P"."EndDate" AS "EndDate",
"P"."RealStartDate" AS "RealStartDate",
"P"."RealCheckDate" AS "RealCheckDate",
"P"."RealProgress" AS "RealProgress",
"P"."FileName" AS "FileName",
"P"."FilePath" AS "FilePath",
"P"."CreateDate" AS "CreateDate",
"P"."ModifyDate" AS "ModifyDate",
"pt"."GUID_ID" AS "Protocol_GUID",
"pt"."CreateDate" AS "PT_CreateDate"
FROM "ProjectCompany" AS "P", "Protocol" AS "pt"
WHERE "P"."Project_GUID" = '2683A42884994A1397CF69FD3A388623' AND
("pt"."GUID_ID" = 'E08E2E609842E50333C63E618129EEFC')
Source Tables
-------------
ProjectCompany (P): 3168 rows
Protocol (pt): 724 rows
Result Set
----------
The result set was insensitive and read-only
The result set consisted of zero or more rows
Filtering
---------
The following filter condition was applied to the ProjectCompany table:
"P"."Project_GUID" = '2683A42884994A1397CF69FD3A388623' [Index scan
(ProjectCompany.idxProject):, 21 keys, 4096 bytes estimated cost]
The following filter condition was applied to the Protocol table:
("pt"."GUID_ID" = 'E08E2E609842E50333C63E618129EEFC' [Index scan
(Protocol.PrimaryKey):, 1 keys, 4096 bytes estimated cost])
Joins
-----
The driver table was the ProjectCompany (P) table
The optimizer attempted to re-order the joins to a more optimal order
The joins were already in the most optimal order
Result set I/O statistics
-------------------------
Total rows visited: 21
Row buffer manager
Max buffer size: 395264 Buffer size: 32424
Hits: 21 Misses: 0 Hit ratio: 1
Reads: 0 Bytes read: 0
Writes: 0 Bytes written: 0
Index page buffer manager
Max buffer size: 65536 Buffer size: 4096
Hits: 21 Misses: 0 Hit ratio: 1
Reads: 0 Bytes read: 0
Writes: 0 Bytes written: 0
================================================================================
21 row(s) returned in 0 secs
================================================================================This web page was last updated on Wednesday, April 8, 2026 at 04:38 AM | Privacy Policy © 2026 Elevate Software, Inc. All Rights Reserved Questions or comments ? |

