Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Various experiments with PostgreSQL clustering

NotificationsYou must be signed in to change notification settings

postgrespro/postgres_cluster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pg_repack is a PostgreSQL extension which lets you remove bloat fromtables and indexes, and optionally restore the physical order of clusteredindexes. UnlikeCLUSTER andVACUUM FULL it works online, withoutholding an exclusive lock on the processed tables during processing.pg_repack is efficient to boot, with performance comparable to usingCLUSTER directly.

Please check the documentation (in thedoc directory oronline) forinstallation and usage instructions.

All users of pg_reorg 1.1.9 or earlier, and pg_repack 1.2.0-beta1 or earlier,areurged to upgrade to the latest pg_repack version to fix a seriousdata corruptionissue.

What about pg_reorg?

pg_repack is a fork of thepg_reorg project, which has proven hugelysuccessful. Unfortunately new feature development onpg_reorg has slowedor stopped since late 2011.

pg_repack was initially released as a drop-in replacement for pg_reorg,addressing some of the shortcomings of the last pg_reorg version (such assupport for PostgreSQL 9.2 and EXTENSION packaging) and known bugs.

pg_repack 1.2 introduces further new features (parallel index builds,ability to rebuild only indexes) and bugfixes. In some cases its behaviourmay be different from the 1.1.x release so it shouldn't be considered adrop-in replacement: you are advised to check thedocumentation beforeupgrading from previous versions.

About

Various experiments with PostgreSQL clustering

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors38


[8]ページ先頭

©2009-2025 Movatter.jp