This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/datafusion.git
The following commit(s) were added to refs/heads/asf-site by this push:
new fd7ebe3e23 Publish built docs triggered by
4ecccde0877ad859451e791bdc47f928e0783057
fd7ebe3e23 is described below
commit fd7ebe3e23c889922e98eeb8d51f1748f3ce8d7e
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Oct 27 04:46:16 2025 +0000
Publish built docs triggered by 4ecccde0877ad859451e791bdc47f928e0783057
---
_sources/user-guide/metrics.md.txt | 9 +++++----
searchindex.js | 2 +-
user-guide/metrics.html | 3 +++
3 files changed, 9 insertions(+), 5 deletions(-)
diff --git a/_sources/user-guide/metrics.md.txt
b/_sources/user-guide/metrics.md.txt
index f2634b9015..1fb2f4a5c7 100644
--- a/_sources/user-guide/metrics.md.txt
+++ b/_sources/user-guide/metrics.md.txt
@@ -27,10 +27,11 @@ DataFusion operators expose runtime metrics so you can
understand where time is
`BaselineMetrics` are available in most physical operators to capture common
measurements.
-| Metric | Description |
-| --------------- | ------------------------------------------------------ |
-| elapsed_compute | CPU time the operator actively spends processing work. |
-| output_rows | Total number of rows the operator produces. |
+| Metric | Description
|
+| --------------- |
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
+| elapsed_compute | CPU time the operator actively spends processing work.
|
+| output_rows | Total number of rows the operator produces.
|
+| output_bytes | Memory usage of all output batches. Note: This value may
be overestimated. If multiple output `RecordBatch` instances share underlying
memory buffers, their sizes will be counted multiple times. |
## Operator-specific Metrics
diff --git a/searchindex.js b/searchindex.js
index 364a6e2f43..e8eb535ac4 100644
--- a/searchindex.js
+++ b/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"alltitles":{"!=":[[59,"op-neq"]],"!~":[[59,"op-re-not-match"]],"!~*":[[59,"op-re-not-match-i"]],"!~~":[[59,"id19"]],"!~~*":[[59,"id20"]],"#":[[59,"op-bit-xor"]],"%":[[59,"op-modulo"]],"&":[[59,"op-bit-and"]],"(relation,
name) tuples in logical fields and logical columns are
unique":[[13,"relation-name-tuples-in-logical-fields-and-logical-columns-are-unique"]],"*":[[59,"op-multiply"]],"+":[[59,"op-plus"]],"-":[[59,"op-minus"]],"/":[[59,"op-divide"]],"<":[[59,"op-lt"]],"<
[...]
\ No newline at end of file
+Search.setIndex({"alltitles":{"!=":[[59,"op-neq"]],"!~":[[59,"op-re-not-match"]],"!~*":[[59,"op-re-not-match-i"]],"!~~":[[59,"id19"]],"!~~*":[[59,"id20"]],"#":[[59,"op-bit-xor"]],"%":[[59,"op-modulo"]],"&":[[59,"op-bit-and"]],"(relation,
name) tuples in logical fields and logical columns are
unique":[[13,"relation-name-tuples-in-logical-fields-and-logical-columns-are-unique"]],"*":[[59,"op-multiply"]],"+":[[59,"op-plus"]],"-":[[59,"op-minus"]],"/":[[59,"op-divide"]],"<":[[59,"op-lt"]],"<
[...]
\ No newline at end of file
diff --git a/user-guide/metrics.html b/user-guide/metrics.html
index 92f4c4d648..11d8d6b32a 100644
--- a/user-guide/metrics.html
+++ b/user-guide/metrics.html
@@ -735,6 +735,9 @@
<tr class="row-odd"><td><p>output_rows</p></td>
<td><p>Total number of rows the operator produces.</p></td>
</tr>
+<tr class="row-even"><td><p>output_bytes</p></td>
+<td><p>Memory usage of all output batches. Note: This value may be
overestimated. If multiple output <code class="docutils literal
notranslate"><span class="pre">RecordBatch</span></code> instances share
underlying memory buffers, their sizes will be counted multiple times.</p></td>
+</tr>
</tbody>
</table>
</div>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]