---
title: 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 Name         | Column Type | Description                                                                                                                       |
| ------------------- | ----------- | --------------------------------------------------------------------------------------------------------------------------------- |
| `Date`              | String      | The date on which the process was started. This is the partitioning column.                                                       |
| `AuthenticatedUser` | String      | The authenticated user (e.g., the user who logged in via password, SAML, etc.) that owns the worker.                              |
| `EffectiveUser`     | String      | The effective user (e.g., the "operate as" user if the authenticated user is using the "operate as" option) that owns the worker. |
| `Id`                | String      | The randomly generated process info ID. This will be globally unique.                                                             |
| `Type`              | String      | The generic type.                                                                                                                 |
| `Key`               | String      | The generic key.                                                                                                                  |
| `Value`             | String      | The generic value.                                                                                                                |

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

## Related documentation

- [Internal tables overview](./internal-tables.md)
- [`AuditEventLog`](./audit-event-log.md)
- [`PersistentQueryConfigurationLog`](./persistent-query-configuration-log.md)
- [`PersistentQueryStateLog`](./persistent-query-state-log.md)
- [`ProcessEventLogIndex`](./process-event-log-index.md)
- [`ProcessEventLog`](./process-event-log.md)
- [`ProcessMetrics`](./process-metrics.md)
- [`QueryOperationPerformanceLogCoreV2Index`](./query-operation-performance-log-index.md)
- [`QueryOperationPerformanceLogCoreV2`](./query-operation-performance-log.md)
- [`QueryPerformanceLogCoreV2`](./query-performance-log.md)
- [`QueryUserAssignmentLog`](./query-user-assignment-log.md)
- [`ResourceUtilization`](./resource-utilization.md)
- [`ServerStateLogIndex`](./server-state-log-index.md)
- [`ServerStateLog`](./server-state-log.md)
- [`UpdatePerformanceLogCoreV2Index`](./update-performance-log-core-index.md)
- [`UpdatePerformanceLogCoreV2`](./update-performance-log-core.md)
- [`WorkspaceDataSnapshot`](./workspace-data-snapshot.md)
- [`WorkspaceData`](./workspace-data.md)
