Documentation Index
Fetch the complete documentation index at: https://planetscale.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Dashboard Configuration
This extension requires activation via the PlanetScale Dashboard before it can be used. It must be enabled through shared libraries and requires a database restart. To enable pg_squeeze:Parameters
squeeze.max_xlock_time
- Type: Integer (milliseconds)
- Default:
0 - Minimum:
0 - Description: The maximum time the processed table may be locked exclusively.
squeeze.worker_autostart
- Type: String
- Default:
postgres - Description: Space-separated list of databases to start background workers for automatically.
squeeze.workers_per_database
- Type: Integer
- Default:
1 - Minimum:
1 - Description: Maximum number of worker processes launched per database. Must be less than or equal to cluster-level max_worker_processes.
Usage
After enabling the extension through the dashboard, you can install it in your database:Only the default role has the permissions necessary to start a squeeze process.

