Changes between Version 3 and Version 4 of DatabaseBasedAnalysis/Benchmarking


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

--

Legend:

Unmodified
Added
Removed
Modified
  • DatabaseBasedAnalysis/Benchmarking

    v3 v4  
    315315}}}
    316316
     317---
     318
     319{{{
     320SELECT
     321   Events.*
     322FROM
     323   Events
     324WHERE
     325   FileId IN ($LIST) --
     326}}}
     327
     328{{{
     329------------------------ Rootify SQL -------------------------
     330Reading query from file './crab-data-only.sql'.
     331Found 317 list element(s) for ${LIST}
     332Connecting to database...
     333Client Version: 5.7.23
     334Server Version: 5.7.23-0ubuntu0.18.04.1
     335Compression of databse connection is OFF
     336Connection to databases is ENCRYPTED (DHE-RSA-AES256-SHA)
     337Requesting data...
     338Opening file '/dev/null' [compression=1]...
     339Writing data to tree 'Result'
     340Trying to setup 44 branches...
     341Configured 44 branches.
     342Filling branches...
     3432305972 rows fetched.
     3440 rows filled into tree.
     3450 B written to disk.
     346File closed.
     347Execution time: 40.2818s (17.5 us/row)
     348--------------------------------------------------------------
     349
     350
     351Status                        Duration    CPU User  CPU System
     352--------------------------------------------------------------
     353[...]
     354Sending data                 39.723849   27.236133    0.226700
     355[...]
     356--------------------------------------------------------------
     357
     358Bytes_sent       4 k
     359Bytes_received   833 M
     360}}}
     361
     362---
     363
     364{{{
     365SELECT
     366   Events.*
     367FROM
     368   Events
     369LEFT JOIN RunInfo  USING (FileId)
     370WHERE
     371   fSourceKey=5
     372AND
     373   fRunTypeKey=1
     374AND
     375   FileId BETWEEN 131101000 AND 131107000
     376AND
     377   fZenithDistanceMax<35
     378AND
     379   fR750Ref/fR750Cor>0.9
     380}}}
     381
     382{{{
     383------------------------ Rootify SQL -------------------------
     384Reading query from file './crab-data-only.sql'.
     385Found 317 list element(s) for ${LIST}
     386Connecting to database...
     387Client Version: 5.7.23
     388Server Version: 5.7.23-0ubuntu0.18.04.1
     389Compression of databse connection is OFF
     390Connection to databases is ENCRYPTED (DHE-RSA-AES256-SHA)
     391Requesting data...
     392Opening file '/dev/null' [compression=1]...
     393Writing data to tree 'Result'
     394Trying to setup 44 branches...
     395Configured 44 branches.
     396Filling branches...
     3972305972 rows fetched.
     3980 rows filled into tree.
     3990 B written to disk.
     400File closed.
     401Execution time: 40.5847s (17.6 us/row)
     402--------------------------------------------------------------
     403
     404
     405Status                        Duration    CPU User  CPU System
     406--------------------------------------------------------------
     407[...]
     408Sending data                 40.108342   26.946160    0.219184
     409[...]
     410--------------------------------------------------------------
     411
     412Bytes_sent       4 k
     413Bytes_received   833 M
     414}}}