awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • fastmonkeys/stellarfastmonkeys 的头像

    fastmonkeys/stellar

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