书栈网 · BookStack 本次搜索耗时 0.024 秒,为您找到 534 个相关结果.
  • etcd versus other key-value stores

    Use cases Comparison chart ZooKeeper Consul NewSQL (Cloud Spanner, CockroachDB, TiDB) Using etcd for metadata Using etcd for distributed coordination The name “etcd” origin...
  • Overview

    Troubleshooting Overview Troubleshooting Overview If you run into issues with CockroachDB, there are a few initial steps you can always take: Check your logs for errors rel...
  • Installation

    Installation TypeScript configuration Installation Install the npm package: npm install typeorm --save You need to install reflect-metadata shim: npm install reflect-...
  • Troubleshoot Query Behavior

    Troubleshoot SQL Behavior SELECT statement performance issues Query is always slow Query is sometimes slow Cancelling running queries Low throughput Single hot node INSERT/UP...
  • Common Table Expressions

    Common Table Expressions Synopsis Parameters Overview Nested WITH clauses Data modifying statements Known limitations Referring to a CTE by name more than once See also ...
  • 五节点高可用部署方案

    一、高可用分级 二、设计初衷 三、高可用升级思路 四、服务层级的划分 五、部署结构图 六、架构优缺点 七、操作流程 一、高可用分级 我们以用户应用不受影响为标准,将云帮的高可用分为三个等级: 第一级 : 随机计算节点宕机,用户的应用不受影响,或只受到一小段时间的影响。 第二级 : 管理节点全部宕机,用户的应用不受影响。 第三级 : 云...
  • Database binding

    Database binding Database binding The database object has the Database.bind() method. It is used for attaching declared entities to a specific database. If you want to play wi...
  • v3.6

    v3.6 版本更新日志(2018.06.19) 应用控制台 底层服务 插件 云帮安装程序 解决的BUG v3.6 版本更新日志(2018.06.19) 应用控制台 支持应用组的完整备份和恢复 对运行的业务系统状态进行整体,全面快照,一旦出现无法解决的问题可快速回滚到备份时刻。 支持应用组跨数据中心,跨租户迁移。 支持内部...
  • v3.6

    v3.6 版本更新日志(2018.06.19) 应用控制台 底层服务 插件 云帮安装程序 解决的BUG v3.6 版本更新日志(2018.06.19) 应用控制台 支持应用组的完整备份和恢复 对运行的业务系统状态进行整体,全面快照,一旦出现无法解决的问题可快速回滚到备份时刻。 支持应用组跨数据中心,跨租户迁移。 支持内部应用...
  • Cost-Based Optimizer

    Cost-Based Optimizer How is cost calculated? View query plan Types of statements supported by the cost-based optimizer Table statistics Controlling automatic statistics Query ...