积分充值
 首页
前端开发
AngularDartElectronFlutterHTML/CSSJavaScriptReactSvelteTypeScriptVue.js构建工具
后端开发
.NetC#C++C语言DenoffmpegGoIdrisJavaJuliaKotlinLeanMakefilenimNode.jsPascalPHPPythonRISC-VRubyRustSwiftUML其它语言区块链开发测试微服务敏捷开发架构设计汇编语言
数据库
Apache DorisApache HBaseCassandraClickHouseFirebirdGreenplumMongoDBMySQLPieCloudDBPostgreSQLRedisSQLSQLiteTiDBVitess数据库中间件数据库工具数据库设计
系统运维
AndroidDevOpshttpdJenkinsLinuxPrometheusTraefikZabbix存储网络与安全
云计算&大数据
Apache APISIXApache FlinkApache KarafApache KyuubiApache OzonedaprDockerHadoopHarborIstioKubernetesOpenShiftPandasrancherRocketMQServerlessService MeshVirtualBoxVMWare云原生CNCF机器学习边缘计算
综合其他
BlenderGIMPKiCadKritaWeblate产品与服务人工智能亿图数据可视化版本控制笔试面试
文库资料
前端
AngularAnt DesignBabelBootstrapChart.jsCSS3EchartsElectronHighchartsHTML/CSSHTML5JavaScriptJerryScriptJestReactSassTypeScriptVue前端工具小程序
后端
.NETApacheC/C++C#CMakeCrystalDartDenoDjangoDubboErlangFastifyFlaskGinGoGoFrameGuzzleIrisJavaJuliaLispLLVMLuaMatplotlibMicronautnimNode.jsPerlPHPPythonQtRPCRubyRustR语言ScalaShellVlangwasmYewZephirZig算法
移动端
AndroidAPP工具FlutterFramework7HarmonyHippyIoniciOSkotlinNativeObject-CPWAReactSwiftuni-appWeex
数据库
ApacheArangoDBCassandraClickHouseCouchDBCrateDBDB2DocumentDBDorisDragonflyDBEdgeDBetcdFirebirdGaussDBGraphGreenPlumHStreamDBHugeGraphimmudbIndexedDBInfluxDBIoTDBKey-ValueKitDBLevelDBM3DBMatrixOneMilvusMongoDBMySQLNavicatNebulaNewSQLNoSQLOceanBaseOpenTSDBOracleOrientDBPostgreSQLPrestoDBQuestDBRedisRocksDBSequoiaDBServerSkytableSQLSQLiteTiDBTiKVTimescaleDBYugabyteDB关系型数据库数据库数据库ORM数据库中间件数据库工具时序数据库
云计算&大数据
ActiveMQAerakiAgentAlluxioAntreaApacheApache APISIXAPISIXBFEBitBookKeeperChaosChoerodonCiliumCloudStackConsulDaprDataEaseDC/OSDockerDrillDruidElasticJobElasticSearchEnvoyErdaFlinkFluentGrafanaHadoopHarborHelmHudiInLongKafkaKnativeKongKubeCubeKubeEdgeKubeflowKubeOperatorKubernetesKubeSphereKubeVelaKumaKylinLibcloudLinkerdLonghornMeiliSearchMeshNacosNATSOKDOpenOpenEBSOpenKruiseOpenPitrixOpenSearchOpenStackOpenTracingOzonePaddlePaddlePolicyPulsarPyTorchRainbondRancherRediSearchScikit-learnServerlessShardingSphereShenYuSparkStormSupersetXuperChainZadig云原生CNCF人工智能区块链数据挖掘机器学习深度学习算法工程边缘计算
UI&美工&设计
BlenderKritaSketchUI设计
网络&系统&运维
AnsibleApacheAWKCeleryCephCI/CDCurveDevOpsGoCDHAProxyIstioJenkinsJumpServerLinuxMacNginxOpenRestyPrometheusServertraefikTrafficUnixWindowsZabbixZipkin安全防护系统内核网络运维监控
综合其它
文章资讯
 上传文档  发布文章  登录账户
IT文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部数据库(27)TiDB(27)

语言

全部英语(13)中文(简体)(13)日语(1)

格式

全部PDF文档 PDF(27)
 
本次搜索耗时 0.660 秒,为您找到相关结果约 27 个.
  • 全部
  • 数据库
  • TiDB
  • 全部
  • 英语
  • 中文(简体)
  • 日语
  • 全部
  • PDF文档 PDF
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 TiDB 开源分布式关系型数据库

    做了调度策略的增强,实现 TiDB 集群的各个 Pod 在多机房之间的打散和调度, 提升了 业务的云上容灾能力。 新架构使得运维管控层变薄, 大部分的运维功能下沉到 Operator 来实现, DBA 日常操作的运维工作让 RD 自助进行TiDB 集群的管理变得容易, 且自动容错能力非常强, 遇到 TiKV 或者 PD 节点宕机, K8S 集群自动 扩容出新的 Pod 来接蔡, 不需要 DBA 手动干预,节省大量运维成本。
    0 码力 | 58 页 | 9.51 MB | 1 年前
    3
  • pdf文档 RDBMSとNoSQLのメリットを併せ持つクラウドネイティブなNewSQLデータベース 「TiDB」をKubernetesで動かしてみよう!

    StatefulSet を使って tidb や tikv のコンポー ネントを作成します StatefulSet は Pod を指定された数だけシーケンシャルに作成します (mypod-0, mypod-1 ,,, mypod-N) Pod が増える時は Pod の名前の末尾の数字が増えていき、Pod が減る時 は末尾の数字が大きいものから減っていきます Open Source Conference StatefulSet を使う つまり、通常の StatefulSet だとこういう状態にすることはできません mypod-0 mypod-4 mypod-2 mypod-3 特定の番号の Pod (今回の例だと 1 ) だけ欠番にして通常通り運用したい・・・ そんな願いを叶えてくれるのが Advanced StatefulSet になります ... Open Source Conference Open Source Conference 2022 Online/Spring 58 Advanced StatefulSet を使う Advanced StatefulSet は消したい Pod を annotation で記述します mypod-0 mypod-1 mypod-2 mypod-3 mypod-0 mypod-1 mypod-2 mypod-3 mypod-1 を消したい!
    0 码力 | 71 页 | 6.65 MB | 1 年前
    3
  • pdf文档 02 TiDB Operator 架构与实现 付业成

    com - Kubernetes has pod, deployment, statefulset, etc. - But it does not know how to operate a TiDB cluster... Kubernetes Pattern - Declarative Model PingCAP.com - Kubernetes has pod, deployment, statefulset PingCAP.com Scheduler Extender kube-scheduler kube-scheduler tidb-scheduler other Pod other Pod other Pod PD Pod TiKV Pod TiDB Pod PingCAP.com Scheduler Extender 3 TiKV ❌ Node-A Node-B Node-C TiKV TiKV
    0 码力 | 47 页 | 1.73 MB | 6 月前
    3
  • pdf文档 1.2 Go in TiDB

    unmarshalling • Fields without pointers cause less time in the garbage collector. • Used by etcd/docker/k8s/tidb • Benchmark Monitor the Memory Usage • Monitor the memory usage of the server is easy • runtime
    0 码力 | 27 页 | 935.47 KB | 6 月前
    3
  • pdf文档 TiDB v6.5 Documentation

    on Kubernetes as an independent Pod #1447 @SabaPing TiDB v6.5.0 (and later) and TiDB Operator v1.4.0 (and later) support deploying TiDB Dashboard as an independent Pod on Kubernetes. Using TiDB Operator Operator, you can access the IP address of this Pod to start TiDB Dashboard. Independently deploying TiDB Dashboard provides the following benefits: • The compute work of TiDB Dashboard does not pose pressure pvc ${pvc_name} --wait=false 2. Delete the TiKV Pod and wait for newly created TiKV Pods to join the cluster. kubectl delete -n ${namespace} pod ${pod_name} 8.11 Replicate Data Between Primary and Secondary
    0 码力 | 5282 页 | 99.69 MB | 1 年前
    3
  • pdf文档 TiDB v6.5 中文手册

    TiDB Dashboard 在 Kubernetes 环境支持独立 Pod 部署 #1447 @SabaPing TiDB v6.5.0 且 TiDB Operator v1.4.0 之后,在 Kubernetes 上支持将 TiDB Dashboard 作为独立的 Pod 部署。在 TiDB Operator 环境,可直接访问该 Pod 的 IP 来打开 TiDB Dashboard。 独立部署 kubectl delete -n ${namespace} pvc ${pvc_name} --wait=false 2. 删除 TiKV Pod,并等待新创建的 TiKV Pod 加入集群。 kubectl delete -n ${namespace} pod ${pod_name} 8.11 搭建双集群主从复制 本文档介绍如何配置一个 TiDB 集群以及该集群的 TiDB 或 MySQL 从集群,并将增量数据实时从主集群同步到从 PD 组件中,无需独立部署。 注意: TiDB v6.5.0 且 TiDB Operator v1.4.0 之后,在 Kubernetes 上支持将 TiDB Dashboard 作为独立的 Pod 部 署。具体信息,参考 TiDB Operator 部署独立的 TiDB Dashboard。 图 489: 界面 TiDB Dashboard 在 GitHub 上开源。 以下列出了 TiDB
    0 码力 | 4049 页 | 94.00 MB | 1 年前
    3
  • pdf文档 TiDB v7.1 Documentation

    pvc ${pvc_name} --wait=false 2. Delete the TiKV Pod and wait for newly created TiKV Pods to join the cluster. kubectl delete -n ${namespace} pod ${pod_name} 8.12 Replicate Data Between Primary and Secondary optimize the cluster behavior: • TiDB: Takes the TiDB node offline by cordoning it and deleting the TiDB pod. This assumes that the node pool of the TiDB instance is set to auto-scale and dedicated to TiDB. Other (and later) and TiDB Operator v1.4.0 (and later) support de- ploying TiDB Dashboard as an independent Pod on Kubernetes. For details, see Deploy TiDB Dashboard independently in TiDB Operator. 4426 Figure
    0 码力 | 5716 页 | 104.74 MB | 1 年前
    3
  • pdf文档 TiDB v7.6 Documentation

    pvc ${pvc_name} --wait=false 2. Delete the TiKV Pod and wait for newly created TiKV Pods to join the cluster. kubectl delete -n ${namespace} pod ${pod_name} 8.12 Replicate Data Between Primary and Secondary optimize the cluster behavior: • TiDB: Takes the TiDB node offline by cordoning it and deleting the TiDB pod. This assumes that the node pool of the TiDB instance is set to auto-scale and dedicated to TiDB. Other (and later) and TiDB Operator v1.4.0 (and later) support de- ploying TiDB Dashboard as an independent Pod on Kubernetes. For details, see Deploy TiDB Dashboard independently in TiDB Operator. Figure 558:
    0 码力 | 6123 页 | 107.24 MB | 1 年前
    3
  • pdf文档 TiDB v7.5 Documentation

    pvc ${pvc_name} --wait=false 2. Delete the TiKV Pod and wait for newly created TiKV Pods to join the cluster. kubectl delete -n ${namespace} pod ${pod_name} 8.12 Replicate Data Between Primary and Secondary optimize the cluster behavior: • TiDB: Takes the TiDB node offline by cordoning it and deleting the TiDB pod. This assumes that the node pool of the TiDB instance is set to auto-scale and dedicated to TiDB. Other (and later) and TiDB Operator v1.4.0 (and later) support de- ploying TiDB Dashboard as an independent Pod on Kubernetes. For details, see Deploy TiDB Dashboard independently in TiDB Operator. Figure 525:
    0 码力 | 6020 页 | 106.82 MB | 1 年前
    3
  • pdf文档 TiDB v7.1 中文手册

    kubectl delete -n ${namespace} pvc ${pvc_name} --wait=false 2. 删除 TiKV Pod,并等待新创建的 TiKV Pod 加入集群。 kubectl delete -n ${namespace} pod ${pod_name} 8.12 搭建双集群主从复制 本文档介绍如何配置一个 TiDB 集群以及该集群的 TiDB 或 MySQL 从集群,并将增量数据实时从主集群同步到从 PD 组件中,无需独立部署。 注意: TiDB v6.5.0 且 TiDB Operator v1.4.0 之后,在 Kubernetes 上支持将 TiDB Dashboard 作为独立的 Pod 部 署。具体信息,参考 TiDB Operator 部署独立的 TiDB Dashboard。 3491 图 507: 界面 TiDB Dashboard 在 GitHub 上开源。 以下列出了 Dashboard 就会原生集成。 注意: TiDB v6.5.0 且 TiDB Operator v1.4.0 之后,在 Kubernetes 上支持将 TiDB Dashboard 作为独立的 Pod 部 署。具体信息,参考 TiDB Operator 部署独立的 TiDB Dashboard。 3493 请参阅下列文档了解如何部署标准 TiDB 集群: • 快速试用 TiDB 集群 •
    0 码力 | 4369 页 | 98.92 MB | 1 年前
    3
共 27 条
  • 1
  • 2
  • 3
前往
页
相关搜索词
TiDB开源分布布式分布式关系数据据库数据库RDBMSNoSQLNewSQLKubernetes02Operator架构实现付业成1.2Goinv6Documentation中文手册v7
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩