Last active
March 21, 2021 08:33
-
-
Save mr-pascal/6f9300097646463d14c6678df7223615 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- Without Partition --- | |
--- Job Statistics --- | |
┌─────────┬────────────────────────┬──────────┬─────────┐ | |
│ (index) │ Description │ Value │ Unit │ | |
├─────────┼────────────────────────┼──────────┼─────────┤ | |
│ 0 │ 'Cache hit' │ false │ 'Bool' │ | |
│ 1 │ 'Time taken' │ 221 │ 'ms' │ | |
│ 2 │ 'Partitions processed' │ 0 │ 'Count' │ | |
│ 3 │ 'Rows read' │ 73728 │ 'Count' │ | |
│ 4 │ 'Bytes processed' │ 1572864 │ 'Bytes' │ | |
│ 5 │ 'Bytes billed' │ 10485760 │ 'Bytes' │ | |
└─────────┴────────────────────────┴──────────┴─────────┘ | |
------------------------------- | |
--- With Partition --- | |
--- Job Statistics --- | |
┌─────────┬────────────────────────┬──────────┬─────────┐ | |
│ (index) │ Description │ Value │ Unit │ | |
├─────────┼────────────────────────┼──────────┼─────────┤ | |
│ 0 │ 'Cache hit' │ false │ 'Bool' │ | |
│ 1 │ 'Time taken' │ 179 │ 'ms' │ | |
│ 2 │ 'Partitions processed' │ 1 │ 'Count' │ | |
│ 3 │ 'Rows read' │ 12288 │ 'Count' │ | |
│ 4 │ 'Bytes processed' │ 258048 │ 'Bytes' │ | |
│ 5 │ 'Bytes billed' │ 10485760 │ 'Bytes' │ | |
└─────────┴────────────────────────┴──────────┴─────────┘ | |
------------------------------- |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment