select open change scope Open full search

PG.CENTER connects PostgreSQL documentation, reference, and ecosystem knowledge. Maintained by Pigsty.

Extensions / Features

mv_rewrite

Query rewriting extension that transparently rewrites queries to use lower-cost materialized views.

pgext.cloud · Source code · Documentation · Control file

Overview

Packagepg_fdw_mv_rewrite
Version0.6.2
RepositoryUnspecified
Extension typePreloaded
Requires CREATE EXTENSIONYes
Requires preloadYes
TrustedNo
RelocatableNo
Shared librariesmv_rewrite.0.6.2
Schemamv_rewrite
Stars10
Latest commit2019-07-29
Latest release2018-06-17
Catalogue updated2026-08-30

Related extensions

Requires

plpgsqlPL/pgSQL procedural language

See also

mv_statsTracks creation, alteration, refresh, and reset statistics for materialized views.
kilobasePreloaded pgrx background worker for scheduling and refreshing PostgreSQL materialized views.
pg_stash_adviceStore plan advice by query ID and automatically apply it during PostgreSQL query planning
optpathsPlanner hook extension for adding paths and removing self joins
pargresPrototype parallel query execution module for shared-nothing PostgreSQL clusters
pg_bofhRejects queries without WHERE clauses using a planner hook loaded via shared_preload_libraries.
pathprobePostgreSQL planner path probing extension for planner-aware SQL agents
planinstrPlanner hook for measuring PostgreSQL planning time, intended mainly for debugging.