ttHeapInfo
Required Privilege
This procedure requires no privilege.
Syntax
ttHeapInfo('name')Parameters
ttHeapInfo has the parameter:
| Parameter | Type | Description |
|---|---|---|
|
|
|
Name of the heap for which you would like information. If not specified, |
Result Set
ttHeapInfo returns the result:
| Column | Type | Description |
|---|---|---|
|
|
|
Name of the heap for which the heap memory info is being returned. |
|
|
|
The allocated sizes of the heap memory. |
|
|
|
The amount of heap memory in use. |
|
|
|
The maximum amount of heap memory used. |
|
|
|
The number of deferred freed heap memory buffers. |
Examples
CALL ttHeapInfo ('sampledb1');
< PERMANENT_0, 2515656, 2404112, 2582856, 0>
< PERMANENT_1, 1024, 1024, 1024, 0>
...
< INDEX_SNAPSHOT_VALUE_CONFIG_I, 2048, 776, 776, 0>
156 rows found