INSPECT_MEMORY

Learn how to use the INSPECT_MEMORY meta function in PlaidCloud Lakehouse. Returns memory usage information for the current node - with syntax and examples.

Returns memory usage information for the current node.

Analyze Syntax

func.inspect_memory()

Analyze Examples

func.inspect_memory()

┌───────────────┐
 (memory info)  
└───────────────┘

SQL Syntax

INSPECT_MEMORY()

SQL Examples

SELECT * FROM TABLE(INSPECT_MEMORY());

┌──────────────────┐
 (memory details)  
└──────────────────┘