Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.7.08
-
Component/s: None
-
Labels:None
-
Rank:0|i002wf:
-
Affects View/s:Query Tool
-
i2b2 Feature/s:Queries
-
i2b2 Sponsored Project/s:i2b2 Core
-
Affects Database/s:All databases
-
Reproduction Notes:Run a query to invoke the GetTermInfo message by the CRC.
-
Developer Notes:
-
Testing Notes:
Description
This is a performance enhancement to change the sql statement from a
"like (c_fullname)" to "= (c_fullname)
"like (c_fullname)" to "= (c_fullname)