Skip to content

Instantly share code, notes, and snippets.

@mr-pascal
Last active March 21, 2021 08:33
Show Gist options
  • Save mr-pascal/6f9300097646463d14c6678df7223615 to your computer and use it in GitHub Desktop.
Save mr-pascal/6f9300097646463d14c6678df7223615 to your computer and use it in GitHub Desktop.
--- 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