awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

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

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • fastmonkeys/stellarAvatar de fastmonkeys

    fastmonkeys/stellar

    3,854Voir sur 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
    Voir sur GitHub↗3,854
  1. Home
  2. Data & Databases
  3. Atomic Table Swaps
  4. Filesystem Pointer Swaps