搜索

排序方式
13 个文档
  • pdf 文档 What is Vitess

    0 码力 | 47 页 | 13.24 MB | 2 年前
    3
    文档介绍了Vitess,一种基于MySQL的云原生数据库,旨在实现大规模高可用性和可扩展性。Vitess通过与Kubernetes结合,提供高效的数据库管理解决方案。文档提到Vitess在处理高并发查询和大规模数据存储方面的优势,并展示了其在多个企业中的实际应用案例。Vitess的架构设计支持无状态存储引擎,能够处理超过100亿次查询和500K峰值QPS,同时保持低延迟。
  • pdf 文档 Pentest-Report Vitess 02.2019

    0 码力 | 9 页 | 155.02 KB | 2 年前
    3
    本报告详细记录了 Cure53 团队在 2019 年 2 月对 Vitess 数据库扩展系统进行的安全评估结果。测试分为两个阶段:手动代码审计和代码辅助渗透测试。测试发现仅三个低影响问题,包括 MySQL 认证的时序攻击漏洞和 SQL 查询中的 PII 泄露问题。报告结论认为 Vitess 系统在安全性和健壮性方面表现出色,攻击面有限,代码结构清晰且文档完善。测试覆盖了所有主要代码库和 Kubernetes 集群的安全性,验证了 Vitess 在现代可扩展环境中的成熟和安全性。
  • pdf 文档 Vitess security audit

    0 码力 | 41 页 | 1.10 MB | 2 年前
    3
    The document presents a security audit conducted by Ada Logics on the Vitess project's VTAdmin component. The audit aimed to formalize a threat model, perform manual code reviews, enhance the fuzzing suite, and assess SLSA compliance. Key findings included two moderate severity vulnerabilities (CVE-2023-29194 and CVE-2023-29195) allowing users to deny access to existing resources. The audit also resulted in the addition of three new fuzzers to improve coverage. The report highlights the importance of secure design practices and ongoing threat modelling for maintaining a robust security posture.
  • pdf 文档 The Vitess 10.0 Documentation

    0 码力 | 455 页 | 3.07 MB | 2 年前
    3
    Vitess是一个用于部署、扩展和管理大规模开源数据库实例的解决方案,支持MySQL和MariaDB。文档详细介绍了Vitess的架构、组件、功能以及与MySQL的兼容性。其中包括Cell的概念,即一组隔离的服务器和网络基础设施;查询执行计划的生成和优化策略;半同步复制的高可用性特性;以及Vitess在云原生环境中的应用。文档还涵盖了Vitess的性能优化、保护机制、监控工具、分片支持以及与其他存储选项的比较。Vitess支持版本10.0到10.3的MariaDB,并通过扩展的SQL功能结合了NoSQL的可扩展性。
  • pdf 文档 2019 Vitess at GoSV

    0 码力 | 20 页 | 1.07 MB | 2 年前
    3
    文档介绍了Vitess,一款用于MySQL的分片中间件,具备高可用性和大规模扩展能力。通过展示其架构和功能,包括分片管理、复制、负载均衡等,文档详细说明了如何利用Vitess扩展数据库系统,以满足大规模应用的需求。
  • pdf 文档 The Vitess 6.0 Documentation

    0 码力 | 210 页 | 846.79 KB | 2 年前
    3
    Vitess 是一个用于部署、扩展和管理大规模开源数据库实例的解决方案,支持 MySQL 和 MariaDB。它结合了 SQL 数据库的结构化查询功能和 NoSQL 数据库的可扩展性。Vitess 提供了性能优化、数据保护、监控、拓扑管理、分片等功能,并支持在 Kubernetes 环境中运行。文档介绍了 Vitess 的架构、与其他数据库的比较、Roadmap 以及如何通过视频和演示进一步了解其功能。
  • pdf 文档 The Vitess 9.0 Documentation

    0 码力 | 417 页 | 2.96 MB | 2 年前
    3
    The document provides an overview of Vitess, an open-source database orchestration system designed to scale MySQL horizontally. It covers core concepts such as Cells, which are groups of servers isolated from failures, and Execution Plans, which optimize query execution by pushing work to MySQL instances. Vitess supports sharding for scalability, query consolidation to handle high QPS spikes, and integrates with MySQL's features like connection pooling and transaction management. It also compares Vitess with vanilla MySQL and NoSQL, highlighting its advantages in query optimization, sharding, and transaction support. The document emphasizes Vitess's suitability for cloud-native deployments and its ability to manage database lifecycle scenarios, including master failover and backups.
  • pdf 文档 The Vitess 7.0 Documentation

    0 码力 | 254 页 | 949.63 KB | 2 年前
    3
    The Vitess documentation provides a comprehensive overview of Vitess, a database solution designed for scaling and managing large clusters of SQL database instances. It covers key concepts such as sharding, VSchema for defining table schemas, cell architecture for isolating failures, and execution plans for query optimization. The document also details Vitess's support for MySQL, MariaDB, and Percona, its performance optimizations, protection mechanisms, and monitoring features. Additionally, it compares Vitess to vanilla MySQL and NoSQL alternatives, highlighting its advantages in scalability, sharding, and database lifecycle management.
  • pdf 文档 The Vitess 5.0 Documentation

    0 码力 | 206 页 | 875.06 KB | 2 年前
    3
    Vitess 是一个用于部署、扩展和管理大规模开源数据库实例的解决方案,支持 MySQL 和 MariaDB。它通过分片和复制技术解决了数据库扩展问题,提供高性能和高可用性。Vitess 与 Kubernetes 集成,适用于云环境,支持动态扩展和故障恢复,优化了数据库性能和管理。
  • pdf 文档 The Vitess 12.0 Documentation

    0 码力 | 534 页 | 3.32 MB | 2 年前
    3
    文档介绍了Vitess 12.0的功能和架构,包括其作为分布式数据库的特性、云原生适配能力、高可用性机制、复制和故障排除方法。内容涵盖Vitess的组件结构、与MySQL的兼容性、在线模式更改的自动化支持、VSchema的使用以及监控和维护策略。文档还提到了Vitess的未来计划,包括改进文档、提高可用性、支持更多MySQL语法以及优化查询规划。
共 13 条
  • 1
  • 2
前往