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