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