../
|
parser/
|
|
DBSApi.java
|
1.180
(14 years ago)
by afaq:
server side changes to listRuns api
|
DBSApiAlgoLogic.java
|
1.24
(14 years ago)
by afaq:
moved the debugging calls under if DEBUG switch, there were cals that were still consuming time, though were not producing debug message. Change make most calls 20-30% faster now
|
DBSApiAnaDSLogic.java
|
1.55
(14 years ago)
by afaq:
moved the debugging calls under if DEBUG switch, there were cals that were still consuming time, though were not producing debug message. Change make most calls 20-30% faster now
|
DBSApiBlockLogic.java
|
1.84
(14 years ago)
by afaq:
fixed a typo
|
DBSApiDQLogic.java
|
1.28
(14 years ago)
by afaq:
moved the debugging calls under if DEBUG switch, there were cals that were still consuming time, though were not producing debug message. Change make most calls 20-30% faster now
|
DBSApiData.java
|
1.9
(14 years ago)
by afaq:
moved the debugging calls under if DEBUG switch, there were cals that were still consuming time, though were not producing debug message. Change make most calls 20-30% faster now
|
DBSApiExecuteQuery.java
|
1.10
(14 years ago)
by afaq:
moved the debugging calls under if DEBUG switch, there were cals that were still consuming time, though were not producing debug message. Change make most calls 20-30% faster now
|
DBSApiFileLogic.java
|
1.143
(14 years ago)
by dsr:
in InsertFiles, support both status and file_status, with status taking priority. This fixes a problem where file_status is used in the insertion APIs but status in the list APIs, losing file status information on dataset migration. Supporting both appears to be the only backwards-compatible fix.
|
DBSApiLogic.java
|
1.175
(14 years ago)
by afaq:
made changes to insert file, using reuseable prepared statements, instead of creating them over and over again, gives a 10 to 15 pct boost
|
DBSApiLumiLogic.java
|
1.3
(14 years ago)
by afaq:
moved the debugging calls under if DEBUG switch, there were cals that were still consuming time, though were not producing debug message. Change make most calls 20-30% faster now
|
DBSApiPersonLogic.java
|
1.17
(14 years ago)
by afaq:
moved the debugging calls under if DEBUG switch, there were cals that were still consuming time, though were not producing debug message. Change make most calls 20-30% faster now
|
DBSApiPrimDSLogic.java
|
1.28
(14 years ago)
by afaq:
moved the debugging calls under if DEBUG switch, there were cals that were still consuming time, though were not producing debug message. Change make most calls 20-30% faster now
|
DBSApiProcDSLogic.java
|
1.97
(13 years ago)
by dsr:
remove CLOB parameterset.content from select (necessary for distinct to work), and remove block.dataset from select and join (it can be derived more efficiently now that a ProcDS is a unique path). Problematic query that was taking ~an hour now takes under a minute
|
DBSApiProcQuality.java
|
1.4
(14 years ago)
by afaq:
moved the debugging calls under if DEBUG switch, there were cals that were still consuming time, though were not producing debug message. Change make most calls 20-30% faster now
|
DBSApiRecycleBin.java
|
1.6
(14 years ago)
by afaq:
moved the debugging calls under if DEBUG switch, there were cals that were still consuming time, though were not producing debug message. Change make most calls 20-30% faster now
|
DBSApiTransferLogic.java
|
1.62
(14 years ago)
by afaq:
change in the transfer logic, for listRuns API
|
DBSApiViewsLogic.java
|
1.10
(14 years ago)
by afaq:
moved the debugging calls under if DEBUG switch, there were cals that were still consuming time, though were not producing debug message. Change make most calls 20-30% faster now
|
QueryThread.java
|
1.5
(15 years ago)
by sekhri:
Fixed some output going into log from execute query. Added total execution time in logs for every query
|