书栈网 · BookStack 本次搜索耗时 0.016 秒,为您找到 3326 个相关结果.
  • 术语

    术语 Node / 节点 Member / 成员 Cluster / 集群 Peer / 同伴 Proposal / 提议 Client / 客户端 Machine / 机器 (弃用) 术语 这份文档定义etcd文档,命令行和源代码中使用的多个术语。 Node / 节点 Node/节点 是 raft 状态机的一个实例。 它有唯一...
  • Glossary

    Glossary Terms Concepts Glossary Terms It’s helpful to understand a few terms before reading our architecture documentation. Term Definition A AST (Abstract syntax tre...
  • Bulk Writes

    Bulk Writes Updates Atomicity Transaction support Queries Bulk Writes Bulk Writes allow you to write multiple records in a single request The Bulk API allows multiple updat...
  • General Process

    General Upgrade Process Introduction Download the New Version Prepare for the Upgrade Perform the Upgrade Troubleshooting General Upgrade Process Introduction This documen...
  • Glossary

    Glossary Terms Concepts Glossary Terms It’s helpful to understand a few terms before reading our architecture documentation. Term Definition A AST (Abstract syntax tre...
  • getConsensusStatus

    getConsensusStatus 参数 返回值 getConsensusStatus 返回指定群组内的共识状态信息 参数 groupID : unsigned int - 群组ID 返回值 object - 共识状态信息。 当共识机制为PBFT时(PBFT详细设计参考PBFT设计文档 ),字段如下: accountType...
  • Read-only nodes

    Read-only nodes Querying a read-only node Enabling read-only mode Read-only node management Handling failure Read-only nodes Adding read-scalability to your cluster rqlite ...
  • Read-only nodes

    Read-only nodes Querying a read-only node Enabling read-only mode Read-only node management Handling failure Read-only nodes Adding read-scalability to your cluster rqlite ...
  • RocksDB Config

    RocksDB configuration options TiKV uses RocksDB as its underlying storage engine for storing both Raft logs and KV (key-value) pairs. TiKV creates two RocksDB instances on eac...
  • 核心特性

    TiDB 核心特性 水平扩展 高可用 TiDB 核心特性 本文详细介绍 TiDB 的两大核心特性:水平扩展与高可用。 水平扩展 无限水平扩展是 TiDB 的一大特点,这里说的水平扩展包括两方面:计算能力和存储能力。TiDB Server 负责处理 SQL 请求,随着业务的增长,可以简单的添加 TiDB Server 节点,提高整体的处理能力...