Session management

This article explains how sessions are managed in Exasol.

Exasol can handle about 10,000 sessions per node. The sessions can be either active or inactive. A session is defined as active if it matches at least one of the following conditions:

Each active session occupies one active slot. The number of active slots globally (not per node) is limited to 100 by default. When transitioning from an inactive to an active session, the session may wait for an active slot to become available. The status QUEUED will in this case be displayed for all the waiting sessions in the STATUS column of EXA_ALL_SESSIONS table.

Reaching the active session limit is not necessarily a cause for concern. Additional sessions are queued until an active slot is available and are then executed.