1 个仓库
Mathematical models used to estimate the resource consumption and performance impact of database structural changes.
Distinct from Cost Estimators: Closest candidates focus on cloud infrastructure financial costs or shipping fees, not database I/O and page-read simulations.
Explore 1 awesome GitHub repository matching data & databases · Database Cost Models. Refine with filters or upvote what's useful.
SQLAdvisor is a database performance tuner and index recommendation tool designed to reduce query latency. It functions as a query optimizer that analyzes SQL execution patterns to identify missing indexes and provide actionable performance optimization advice. The system focuses on automated index management and database query tuning. It identifies the root causes of slow database responses and recommends the most effective indexes to improve data retrieval speeds. Its capabilities include analyzing SQL parse trees and join patterns, using cost-model and heuristic-based selections to priori
Estimates potential performance gains by simulating reductions in data page reads for proposed indexes.