View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000685 | JEDI VCS | Server | public | 2003-02-13 12:59 | 2005-06-13 16:41 |
Reporter | dors | Assigned To | THuber | ||
Priority | none | Severity | tweak | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | |||||
Target Version | Fixed in Version | 2.40 Stable (Server) | |||
Summary | 0000685: Speedup GET_SHARED_MODULES | ||||
Description | SvrOBJModules.pas procedure TServerObjectGET_SHARED_MODULES.Execute; SQL.Add('FROM pjmodule'); SQL.Add('GROUP BY moduleid'); {$IFDEF ORACLESRV} SQL.Add('having count(*) > 1'); {$ENDIF} Before: >1000 Ticks Now: 200 Ticks | ||||
Additional Information | This probably not only works for the Oracle server, but for others as well. Question is: which one? Comments are welcome! | ||||
Tags | No tags attached. | ||||
Fix in JVCS version | |||||
Releasedocumentation | |||||