![]() | Products |
| Home » Technical Support » ElevateDB Technical Support » Incident Reports » Incident Reports Addressed for Version 2.31 » View Incident Report |
| Reported By: Wolfgang Klein Reported On: 5/4/2020 For: Version 2.31 Build 12 |
Slow:
================================================================================
SQL Query (Executed by EDB 2.31 Build 12)
Note: The SQL shown here is generated by EDB 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
LIST('(' + QUOTEDSTR("ProbenIDNr") + ')') AS "LIST of Expression"
FROM "VProbenTX"
WHERE ("Text" >= '20190919') AND ("Text" < '20190920')
Source Tables
-------------
VProbenTX: 2064037 rows
Result Set
----------
The result set was insensitive and read-only
The result set consisted of one row
Filtering
---------
The following filter condition was applied to the VProbenTX table:
("Text" >= '20190919')
Index scan (IWMMText.TEXT): 60 keys, 8KB estimated cost
AND
("Text" < '20190920')
Row scan with one or more index scans eliminated due to cost (IWMMText): 60
rows, 66,56KB estimated cost
================================================================================
1 row(s) returned in 6,688 secs
================================================================================
Fast:
Execution-Plan:
================================================================================
SQL Query (Executed by EDB 2.31 Build 12)
Note: The SQL shown here is generated by EDB 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
LIST('(' + QUOTEDSTR("ProbenIDNr") + ')') AS "LIST of Expression"
FROM "VProbenTX"
WHERE ("Text" BETWEEN '20190919' AND '20190920') AND ("Text" <> '20190920')
Source Tables
-------------
VProbenTX: 2064037 rows
Result Set
----------
The result set was insensitive and read-only
The result set consisted of one row
Filtering
---------
The following filter condition was applied to the VProbenTX table:
("Text" BETWEEN '20190919' AND '20190920')
Index scan (IWMMText.TEXT): 123 keys, 24KB estimated cost
AND
("Text" <> '20190920')
Row scan with one or more index scans eliminated due to cost (IWMMText): 123
rows, 136,45KB estimated cost
================================================================================
1 row(s) returned in 0 secs
================================================================================This web page was last updated on Wednesday, October 22, 2025 at 04:21 PM | Privacy Policy © 2026 Elevate Software, Inc. All Rights Reserved Questions or comments ? |

