Changes between Version 4 and Version 5 of DatabaseBasedAnalysis/Benchmarking


Ignore:
Timestamp:
08/04/18 16:27:13 (6 years ago)
Author:
tbretz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DatabaseBasedAnalysis/Benchmarking

    v4 v5  
    413413Bytes_received   833 M
    414414}}}
     415
     416---
     417
     418{{{
     419SELECT
     420   Events.*,
     421   Position.X,
     422   Position.Y
     423FROM
     424   Events
     425LEFT JOIN RunInfo  USING (FileId)
     426LEFT JOIN Position USING (FileId, EvtNumber)
     427WHERE
     428   fSourceKey=5
     429AND
     430   fRunTypeKey=1
     431AND
     432   FileId BETWEEN 131101000 AND 131107000
     433AND
     434   fZenithDistanceMax<35
     435AND
     436   fR750Ref/fR750Cor>0.9
     437}}}
     438
     439{{{
     440------------------------ Rootify SQL -------------------------
     441Reading query from file './crab-data-only.sql'.
     442Found 317 list element(s) for ${LIST}
     443Connecting to database...
     444Client Version: 5.7.23
     445Server Version: 5.7.23-0ubuntu0.18.04.1
     446Compression of databse connection is OFF
     447Connection to databases is ENCRYPTED (DHE-RSA-AES256-SHA)
     448Requesting data...
     449Opening file '/dev/null' [compression=1]...
     450Writing data to tree 'Result'
     451Trying to setup 46 branches...
     452Configured 46 branches.
     453Filling branches...
     4542305972 rows fetched.
     4550 rows filled into tree.
     4560 B written to disk.
     457File closed.
     458Execution time: 41.8071s (18.1 us/row)
     459--------------------------------------------------------------
     460
     461
     462Status                        Duration    CPU User  CPU System
     463--------------------------------------------------------------
     464[...]
     465Sending data                 41.283198   30.585062    0.342441
     466[...]
     467--------------------------------------------------------------
     468
     469Bytes_sent       4 k
     470Bytes_received   872 M
     471}}}