Skip to content

track_activity_query_size setting in PostgreSQL

Some long queries are truncated to 1024 chars (default in postgresql) in pg_stat_activity. Increasing this setting will give us full query.

https://gitlab.com/gitlab-com/operations/issues/332

https://www.postgresql.org/docs/9.2/static/runtime-config-statistics.html#GUC-TRACK-ACTIVITY-QUERY-SIZE

Merge request reports

Loading