可以在 AWS RDS 上启用 "JIT compilation using LLVM" Postgres 11 功能吗?
Can be "JIT compilation using LLVM" Postgres 11 func enabled on AWS RDS?
如何在我的 AWS RDS PG 11 db 上启用 on/off subj 功能?
PostgreSQL has builtin support to perform JIT compilation using LLVM when PostgreSQL is built with --with-llvm.
我在 aws 文档中找到了答案:
Support for Just-In-Time (JIT) capability – RDS PostgreSQL 11 instances are created with JIT capability, speeding evaluation of expressions. To enable this feature, set jit to ON.
如何在我的 AWS RDS PG 11 db 上启用 on/off subj 功能?
PostgreSQL has builtin support to perform JIT compilation using LLVM when PostgreSQL is built with --with-llvm.
我在 aws 文档中找到了答案:
Support for Just-In-Time (JIT) capability – RDS PostgreSQL 11 instances are created with JIT capability, speeding evaluation of expressions.
To enable this feature, set jit to ON.