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: 2 months 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,139 |
ankane/dexter | Automates indexing of slow queries in PostgreSQL databases | 1,911 |
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 | 253 |
dimitri/pgcopydb | Automates copying of databases between Postgres servers with parallel processing and streaming capabilities. | 1,216 |
gregs1104/pgtune | A tool that configures PostgreSQL to optimize its performance based on system resources and workload characteristics. | 1,054 |
pganalyze/libpg_query | A C library that parses and analyzes PostgreSQL queries to extract internal parse trees | 1,216 |
antonlindstrom/pgstore | A session store backend for the gorilla/sessions package using PostgreSQL as the underlying storage | 94 |
le0pard/pgtune | A tool to optimize PostgreSQL performance based on hardware characteristics | 2,245 |
karlseguin/pg.zig | A native PostgreSQL client driver written in Zig | 259 |
sastraxi/pgsh | Tools for managing a PostgreSQL database like a version control system | 569 |
pglombardo/passwordpusher | A tool for securely sharing sensitive information with automatic expiration and deletion, featuring encryption, audit logs, and customizable options. | 2,146 |
datawan-labs/pg | A client-side PostgreSQL app with a query playground and ERD schema generator for learning and development purposes | 355 |
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 |