155 | | starting 0.000125 0.000119 0.000004 |
156 | | checking permissions 0.000004 0.000003 0.000001 |
157 | | checking permissions 0.000002 0.000002 0.000000 |
158 | | checking permissions 0.000003 0.000002 0.000000 |
159 | | Opening tables 0.000018 0.000018 0.000000 |
160 | | init 0.000226 0.000000 0.000226 |
161 | | System lock 0.000008 0.000000 0.000008 |
162 | | optimizing 0.000016 0.000000 0.000016 |
163 | | statistics 0.000067 0.000000 0.000067 |
164 | | preparing 0.000016 0.000000 0.000016 |
165 | | executing 0.000003 0.000000 0.000002 |
| 155 | [...] |
| 280 | With writing a file |
| 281 | |
| 282 | {{{ |
| 283 | ------------------------ Rootify SQL ------------------------- |
| 284 | Reading query from file './crab.sql'. |
| 285 | Connecting to database... |
| 286 | Client Version: 5.7.23 |
| 287 | Server Version: 5.7.23-0ubuntu0.18.04.1 |
| 288 | Compression of databse connection is OFF |
| 289 | Connection to databases is ENCRYPTED (DHE-RSA-AES256-SHA) |
| 290 | Requesting data... |
| 291 | Opening file 'crab.root' [compression=1]... |
| 292 | Writing data to tree 'Result' |
| 293 | Trying to setup 64 branches... |
| 294 | 12 branches skipped due to name starting with @. |
| 295 | Configured 52 branches. |
| 296 | Filling branches... |
| 297 | 13835838 rows fetched. |
| 298 | 6 rows skipped due to NULL field. |
| 299 | 13835832 rows filled into tree. |
| 300 | 2.7 GB written to disk. |
| 301 | File closed. |
| 302 | Execution time: 540.888s (39.1 us/row) |
| 303 | -------------------------------------------------------------- |
| 304 | |
| 305 | |
| 306 | Status Duration CPU User CPU System |
| 307 | -------------------------------------------------------------- |
| 308 | [...] |
| 309 | Sending data 540.059249 473.963838 5.318202 |
| 310 | [...] |
| 311 | -------------------------------------------------------------- |
| 312 | |
| 313 | Bytes_sent 1.7 k |
| 314 | Bytes_received 9 G |
| 315 | }}} |
| 316 | |