We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

Formal Metadata

Title
repcloud
Subtitle
A repacker for PostgreSQL in cloud
Title of Series
Number of Parts
490
Author
License
CC Attribution 2.0 Belgium:
You are free to use, adapt and copy, distribute and transmit the work or content in adapted or unchanged form for any legal purpose as long as the work is attributed to the author in the manner specified by the author or licensor.
Identifiers
Publisher
Release Date
Language

Content Metadata

Subject Area
Genre
Abstract
repcloud is a tool for repacking postgresql databases in cloud written in python3. repcloud is a tool for repacking postgresql databases hosted in cloud. as pgrepack is a far better approach for repacking tables online, there are situations where is not possible to install the extension on a postgresql if it's hosted in cloud (e.g. Heroku). Hence comes repcloud which can help in rebuilding the tables on line with the use of simple SQL and some postgreSQL magic. The author will explain how the project started, the functionalities and the limitations.