pgslice
Partitioner
A tool for easy Postgres partitioning with minimal app changes and no downtime.
Postgres partitioning as easy as pie
1k stars
22 watching
67 forks
Language: Ruby
last commit: 9 days ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
pgpartman/pg_partman | An extension to create and manage table partition sets in PostgreSQL | 2,098 |
ankane/dexter | Automates indexing of slow queries in PostgreSQL databases | 1,901 |
juliendelplanque/postgresqlparser | A tool that parses and analyzes PostgreSQL source code | 7 |
kwent/pgbouncerhero | A graphical user interface for managing multiple PostgreSQL servers with PGBouncer | 251 |
dimitri/pgcopydb | Automates copying of databases between Postgres servers with parallel processing and streaming capabilities. | 1,192 |
gregs1104/pgtune | A tool that configures PostgreSQL to optimize its performance based on system resources and workload characteristics. | 1,053 |
pganalyze/libpg_query | A C library that parses and analyzes PostgreSQL queries to extract internal parse trees | 1,210 |
antonlindstrom/pgstore | A session store backend for the gorilla/sessions package using PostgreSQL as the underlying storage | 92 |
le0pard/pgtune | A tool to optimize PostgreSQL performance based on hardware characteristics | 2,209 |
karlseguin/pg.zig | A native PostgreSQL client driver written in Zig | 249 |
sastraxi/pgsh | Tools for managing a PostgreSQL database like a version control system | 568 |
pglombardo/passwordpusher | A tool for securely sharing sensitive information with automatic expiration and deletion, featuring encryption, audit logs, and customizable options. | 2,092 |
datawan-labs/pg | A client-side PostgreSQL app with a query playground and ERD schema generator for learning and development purposes | 349 |
unmaintainedprojects/pls | Preserves localStorage in a database | 9 |
royaltm/ruby-em-pg-client | An asynchronous PostgreSQL client library for Ruby that provides a connection interface with EventMachine support. | 59 |