7 个仓库
Utilities and configurations designed to improve database query performance and storage efficiency.
Distinguishing note: Focuses specifically on database-level performance tuning and schema optimization rather than general application-level performance monitoring.
Explore 7 awesome GitHub repositories matching data & databases · Database Optimization Tools. Refine with filters or upvote what's useful.
ClickHouse is a high-performance, columnar analytical database designed for real-time query execution and large-scale data aggregation. It functions as a distributed data warehouse capable of processing petabytes of information, while also providing an embedded engine that integrates directly into applications for native query capabilities without external dependencies. The system is built to handle high-throughput ingestion and complex analytical workloads, delivering millisecond-level latency for interactive dashboards and operational monitoring. The platform distinguishes itself through ad
Configures primary keys on frequently filtered columns to accelerate data retrieval and optimize query execution times.
Nextcloud 是一个自托管平台,专为私有云存储、文件同步和协作团队工作区而设计。它提供了一套全面的工具,用于文档编辑、日历和联系人等群件服务以及安全的数据管理,同时确保用户保持对其基础设施和数据主权的完全控制。 该平台以去中心化的联邦架构著称,允许独立的服务器实例在网络中安全地共享数据并进行协作。它具有高度模块化的插件生态系统,使管理员能够通过中央注册表动态加载、激活和管理第三方应用程序。这种可扩展性由事件驱动的工作流引擎和后台作业处理支持,可自动执行重复性任务并集成外部服务,无需人工干预。 除了核心存储和协作功能外,该系统还包括用于管理用户账户、系统健康状况和监管合规性的强大管理功能。它提供广泛的命令行工具用于服务器维护、配置和性能监控,并支持集成机器学习服务以处理诸如语言翻译和语音转文字转换等任务。 该软件作为自托管环境部署在 Linux 上,需要标准的 Web 服务器、数据库和运行时配置才能运行。
Manages database settings including replication and partitioning to optimize performance for large-scale deployments.
Anki is a cross-platform flashcard management system designed to optimize long-term memory retention through spaced-repetition learning. It functions as a digital learning assistant that uses active recall practice and automated scheduling algorithms to determine the ideal timing for card reviews based on individual performance history. The core system relies on a local relational database to ensure data persistence and portability, while supporting complex study workflows through flexible note-type schema modeling and template-driven content rendering. The platform distinguishes itself throu
Provides utilities for verifying database integrity, rebuilding internal structures, and optimizing collection performance.
This project provides a framework for managing multi-agent systems, designed to automate complex software development, infrastructure, and business workflows. It functions as a multi-agent workflow orchestrator that routes tasks to domain-specific workers while maintaining state persistence and infrastructure automation. By leveraging large language models, the system decomposes high-level objectives into actionable plans, ensuring that complex operations are executed with consistency and reliability. The framework distinguishes itself through its hierarchical agent registry and policy-driven
Refines table design, indexing strategies, and partitioning to improve query execution speed and reduce storage bloat.
Kanboard 是一个自托管的看板项目管理工具和生产力套件,专为跟踪软件任务和团队协作而设计。它提供了一个通过看板、列和卡片管理工作流的可视化系统。 该项目具有可扩展的插件框架和用于编程任务与项目管理的综合 API。它包括通过 LDAP 集成进行的专门身份管理,允许从目录服务器同步用户帐户和组权限。 该系统涵盖了广泛的功能,包括事件驱动的工作流自动化、详细的项目分析(如燃尽图和周期时间测量)以及细粒度的基于角色的访问控制。它还支持集成时间跟踪、子任务分解以及包括双因素身份验证和反向代理支持在内的多种身份验证方法。 该应用程序兼容 MySQL 和 PostgreSQL 以进行持久数据存储,并可使用 Docker Compose 部署。
Optimizes data access speeds through appropriate database engine and hardware selection.
Bullet is an Active Record performance monitor and query profiler for Ruby on Rails applications. It serves as a diagnostic utility to identify inefficient database access patterns, flag redundant requests, and suggest eager loading strategies to improve response times. The tool specifically detects N+1 queries, missing counter caches, and unused eager loading. It monitors these patterns across both standard web requests and background jobs, identifying records that are fetched but never accessed to reduce memory usage and query overhead. Analysis is supported by a system that intercepts dat
Flags redundant database requests and suggests eager loading strategies to improve response times.
Buildbot is a Python-based continuous integration framework and distributed build orchestrator. It functions as a build automation engine that coordinates the retrieval of source code, the execution of build steps, and the reporting of results through a central controller and a network of remote worker agents. The system is distinguished by a plugin-based extensibility architecture and a master-worker distribution model. It allows for dynamic build modification at runtime and supports a pluggable database backend for persisting system state and historical build data. The project covers a bro
Executes engine-specific optimization commands to maintain the efficiency and performance of the state database.