2 مستودعات
Combining multiple table alteration commands into a single operation to minimize database locking.
Distinct from DDL Executions: No candidate covers the specific process of merging multiple DDL statements to reduce overhead.
Explore 2 awesome GitHub repositories matching data & databases · DDL Statement Merging. Refine with filters or upvote what's useful.
Yearning is a MySQL SQL audit platform and database change management system. It provides a governance framework for reviewing, approving, and auditing SQL statements executed against MySQL databases. The platform features an AI-powered SQL optimizer that suggests performance improvements and converts natural language requests into executable SQL code. It manages database changes through an approval-based workflow engine that includes automated rollback generation and rule-based syntax validation. The system covers role-based access control, security compliance with multi-factor authenticati
Combines multiple table alteration commands into a single operation to reduce database overhead and locking time.
Soar is a suite of specialized tools designed for analyzing MySQL performance, advising on indexing, and optimizing SQL syntax. It functions as a performance analyzer, index advisor, and query optimizer to identify bottlenecks and suggest structural improvements for faster execution. The project distinguishes itself through a system for rewriting SQL statements into optimized equivalent versions using custom heuristic rules and patterns. It also features a dedicated index advisor that evaluates query patterns and database metadata to recommend the creation of new indexes. Its broader capabil
Merges multiple table alteration commands into a single operation to minimize database locking.