awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repositorio

Awesome GitHub RepositoriesFilesystem Pointer Swaps

Switching database states by updating symbolic links or directory pointers to point to different data versions.

Distinct from Atomic Table Swaps: Distinct from Atomic Table Swaps: focuses on filesystem-level directory pointer manipulation rather than SQL-level table swapping.

Explore 1 awesome GitHub repository matching data & databases · Filesystem Pointer Swaps. Refine with filters or upvote what's useful.

Awesome Filesystem Pointer Swaps GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • fastmonkeys/stellarAvatar de fastmonkeys

    fastmonkeys/stellar

    3,854Ver en GitHub↗

    Stellar is a command-line utility designed to manage local PostgreSQL database states by capturing and restoring snapshots. It functions as a development tool that enables rapid environment provisioning and state switching, allowing users to maintain consistent database configurations during iterative testing and debugging cycles. The tool operates by interacting directly with the underlying filesystem rather than relying on traditional database dump and restore processes. It utilizes low-level mechanisms such as atomic pointer swapping, binary manipulation, and zero-copy cloning to create po

    Provides near-instantaneous database state switching by updating filesystem pointers to different data versions.

    Python
    Ver en GitHub↗3,854
  1. Home
  2. Data & Databases
  3. Atomic Table Swaps
  4. Filesystem Pointer Swaps