Visualize Notebook Execution at a Glance with Run Stats
We’ve released a new Run Stats feature that shows you the overall execution status of your Notebook when you run “Run all”. You can now see dependency order, execution times, whether cache or in-memory processing was used, and even the total execution time and Total Bytes for the entire Notebook—all in one place.
Dependency Visualization
Understand the order in which SQL Blocks are executed, including any dependencies.
Even complex Notebooks with many interdependent blocks are easier to track.
Execution Times
Each block’s runtime is displayed in a bar format for quick comparison.
Easily identify bottlenecks that might slow down your workflow.
Cache / In-memory processing
Check if queries used caches.
See if smaller data sets were processed in-memory.
Helps with optimizing queries and reducing costs.
Total Time & Total Bytes
The feature also provides overall execution time and Total Bytes for the Notebook.
This overview supports performance tuning and cost estimation.
Use the new Run Stats feature to optimize Notebook performance and keep track of execution costs. We’ll continue updating the platform to help you work faster and smarter—stay tuned!
We welcome your feedback—let us know what you think!