Columnar engine flags

This page describes the database flags that AlloyDB for PostgreSQL uses to enable and manage features specific to its columnar engine. For a list of all database flags that AlloyDB supports, see Supported database flags.

Flags marked with Instance restarts mean that AlloyDB restarts an instance whenever you set, remove, or modify this flag on that instance. The flag's value persists for the instance until you modify it again.

Enablement

google_columnar_engine.enabled

Type Boolean
Default off
Instance restarts Yes

If on, enables the AlloyDB columnar engine.

Auto-columnarization

google_columnar_engine.enable_auto_columnarization

Type Boolean
Default on