[model-gateway] Add PostgreSQL support to binding (#13766)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Co-authored-by: Simo Lin <linsimo.mark@gmail.com> Co-authored-by: Chang Su <chang.s.su@oracle.com>
This commit is contained in:
co-authored by
gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Simo Lin
Chang Su
parent
9dab534b35
commit
5e70880e64
@@ -275,6 +275,7 @@ PD deployments can specify `--prefill-selector` and `--decode-selector` plus the
|
||||
| `memory` (default) | In-memory storage for quick prototyping. | `--history-backend memory` |
|
||||
| `none` | No persistence; APIs operate but store nothing. | `--history-backend none` |
|
||||
| `oracle` | Oracle Autonomous Database-backed storage (pooled connections). | `--history-backend oracle` |
|
||||
| `postgres` | PostgreSQL Database-backed storage (pooled connections). | `--history-backend postgres` |
|
||||
|
||||
Oracle configuration (choose DSN *or* TNS alias):
|
||||
Install the Oracle Instant Client and set `LD_LIBRARY_PATH` accordingly.
|
||||
|
||||
Reference in New Issue
Block a user