ProcessInfoLogCommunity

The ProcessInfoLogCommunity table captures the system properties, JVM arguments, memory and memory pool info, and other initial conditions of processes on startup. Its information is intended primarily for debugging purposes.

Columns

Column NameColumn TypeDescription
DateStringThe date on which the process was started. This is the partitioning column.
AuthenticatedUserStringThe authenticated user that owns the worker
EffectiveUserStringThe effective user that owns the worker
IdStringThe randomly generated process info ID. This will be globally unique.
TypeStringThe generic type.
KeyStringThe generic key.
ValueStringThe generic value.

If the use of this table is required, Deephaven support will provide further details.