2 مستودعات
In-memory storage of database structures to accelerate routing decisions and identify sharded tables.
Distinct from Database Schema Managers: Specifically concerns the caching of schemas for routing efficiency, not the overall management or versioning of database structures.
Explore 2 awesome GitHub repositories matching data & databases · Schema Caches. Refine with filters or upvote what's useful.
TablePro is a cross-platform database management client designed for browsing, querying, and administering both SQL and NoSQL databases. It functions as a unified workspace that integrates a code-centric SQL editor with schema visualization tools, allowing developers to manage complex data models and execute queries across diverse database engines. The application distinguishes itself through an agentic AI integration layer that connects language models directly to database tools, enabling automated query generation, optimization, and error fixing with configurable approval gates. It features
Caches database structure information in memory with automatic background refreshes to ensure fast autocomplete and lookup performance.
pgdog is a PostgreSQL sharding proxy, distributed SQL router, and connection pooler. It is designed to enable horizontal data distribution by splitting tables and indices across multiple independent servers to scale storage and processing capacity. The project distinguishes itself through online resharding capabilities, using logical replication to move data between shards without application downtime. It supports multiple routing strategies, including hash, list, and range-based query routing, and manages distributed atomic transactions using a two-phase commit process to ensure consistency
Caches database schemas in memory to automatically identify sharded tables and accelerate routing decisions.