Feature #9559
no-op implementations for obsolete record phrase and query options
Start date:
Due date:
% Done:
0%
billable:
No
vendor_id:
GCD
case_num:
version_reported:
version_resolved:
reviewer:
production:
No
env_name:
topics:
History
#1 Updated by Eric Faulhaber over 1 year ago
The TABLE-SCAN record phrase option will be a no-op, since the database's query planner will decide whether or not to perform a table scan, based on available indices, heuristics/statistics, etc.
We just have to make sure the option is dropped during conversion, if it is not already.
#2 Updated by Eric Faulhaber over 1 year ago
- Subject changed from implement TABLE-SCAN record phrase option to no-op implementations for obsolete record phrase and query options
Likewise, the QUERY-TUNING option for queries must be ignored, since query planning is left to the RDBMS implementation.
#3 Updated by Constantin Asofiei about 1 year ago
- Assignee set to Eduard Soltan