High Concurrency of Thread Pools

Availability

This feature is available since openGauss 1.0.0.

Introduction

The thread pooling technology is used to support stable running of databases at high concurrency.

Benefits

The overall system throughput is stable in case of a large number of concurrent requests.

Description

The overall design idea of the thread pool technology is to pool thread resources and reuse them among different connections. After the system is started, a fixed number of working threads are started based on the current number of cores or user configuration. A working thread serves one or more connection sessions. In this way, the session and thread are decoupled. The number of worker threads is fixed. Therefore, frequent thread switchover does not occur in case of high concurrency. The database layer schedules and manages sessions.

Enhancements

Dynamic scale-in and scale-out of the thread pool is supported.

Constraints

None.

Dependencies

None.

Feedback
编组 3备份
    openGauss 2024-07-26 00:59:28
    cancel