LICENSE
README.md
pyproject.toml
indexpilot/__init__.py
indexpilot/__main__.py
indexpilot/cli.py
indexpilot.egg-info/PKG-INFO
indexpilot.egg-info/SOURCES.txt
indexpilot.egg-info/dependency_links.txt
indexpilot.egg-info/entry_points.txt
indexpilot.egg-info/requires.txt
indexpilot.egg-info/top_level.txt
src/__init__.py
src/adapters.py
src/adaptive_safeguards.py
src/algorithm_tracking.py
src/api_auth.py
src/api_server.py
src/approval_workflow.py
src/audit.py
src/auto_indexer.py
src/before_after_validation.py
src/bypass_config.py
src/bypass_status.py
src/composite_index_detection.py
src/concurrent_index_monitoring.py
src/config_loader.py
src/cpu_throttle.py
src/db.py
src/error_handler.py
src/expression.py
src/foreign_key_suggestions.py
src/genome.py
src/graceful_shutdown.py
src/health_check.py
src/index_cleanup.py
src/index_health.py
src/index_lifecycle_advanced.py
src/index_lifecycle_manager.py
src/index_retry.py
src/index_type_selection.py
src/lock_manager.py
src/maintenance.py
src/maintenance_window.py
src/materialized_view_support.py
src/memory_config.py
src/ml_query_interception.py
src/monitoring.py
src/paths.py
src/pattern_detection.py
src/per_tenant_config.py
src/production_cache.py
src/production_config.py
src/query_analyzer.py
src/query_executor.py
src/query_interceptor.py
src/query_pattern_learning.py
src/query_patterns.py
src/query_timeout.py
src/rate_limiter.py
src/redundant_index_detection.py
src/resilience.py
src/rollback.py
src/safeguard_monitoring.py
src/scaled_reporting.py
src/schema_evolution.py
src/sql_parser.py
src/statistics_refresh.py
src/stats.py
src/stock_data_loader.py
src/stock_genome.py
src/storage_budget.py
src/structured_logging.py
src/type_definitions.py
src/validation.py
src/workload_analysis.py
src/workload_dna.py
src/write_performance.py
src/algorithms/__init__.py
src/algorithms/alex.py
src/algorithms/bx_tree.py
src/algorithms/cert.py
src/algorithms/constraint_optimizer.py
src/algorithms/cortex.py
src/algorithms/fractal_tree.py
src/algorithms/idistance.py
src/algorithms/pgm_index.py
src/algorithms/predictive_indexing.py
src/algorithms/qpg.py
src/algorithms/radix_string_spline.py
src/algorithms/xgboost_classifier.py
src/database/__init__.py
src/database/detector.py
src/database/type_detector.py
src/database/adapters/__init__.py
src/database/adapters/base.py
src/database/adapters/postgresql.py
src/schema/__init__.py
src/schema/auto_discovery.py
src/schema/change_detection.py
src/schema/discovery.py
src/schema/initialization.py
src/schema/loader.py
src/schema/validator.py
src/simulation/__init__.py
src/simulation/advanced_simulation.py
src/simulation/simulation_enhancements.py
src/simulation/simulation_verification.py
src/simulation/simulator.py
src/simulation/stock_simulator.py
tests/test_algorithms_math.py
tests/test_api_auth.py
tests/test_audit_algorithms.py
tests/test_auto_indexer.py
tests/test_cli.py
tests/test_config_loader.py
tests/test_db_config.py
tests/test_foreign_key_suggestions.py
tests/test_genome.py
tests/test_index_retry.py
tests/test_legacy_index_safety.py
tests/test_package_surface.py
tests/test_proposed_index_parser.py
tests/test_redundant_index_detection.py
tests/test_schema_mutations.py
tests/test_simulator.py
tests/test_small_sim.py
tests/test_statistics_refresh.py
tests/test_storage_budget.py
tests/test_workload_analysis.py
tests/test_workload_dna.py
tests/test_xgboost_integration.py