Top
Enterprise Postgres 17 SP1 Knowledge DataManagement FeatureUser's Guide

3.6.3 Checking the Scheduler for Vectorization Processing

You can confirm that the scheduler for vectorization is running in the pg_stat_activity view.

SELECT * FROM pg_stat_activity WHERE backend_type LIKE '%pgx_vectorizer%';