积分充值
 首页
前端开发
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文库
  • 综合
  • 文档
  • 文章

无数据

分类

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

语言

全部中文(简体)(18)英语(16)

格式

全部PDF文档 PDF(34)
 
本次搜索耗时 1.321 秒,为您找到相关结果约 34 个.
  • 全部
  • 数据库
  • TiDB
  • 全部
  • 中文(简体)
  • 英语
  • 全部
  • PDF文档 PDF
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 TiDB: HBase分布式事务与SQL实现

    talk about SQL How does TiDB map SQL to KV User table RowID(hidden column) name email 1 bob bob@gmail.com Inside TiDB,each table, column has an unique ID How to map SQL to KV Let assume ID of user How to map SQL to KV Example SQL: select name, email from user; Map to Key-Value (TableID : RowID : ColumnID): name := kv.Get( " 1 : 1 : 2 " ) email := kv.Get( " 1 : 1 : 3 " ) How to map SQL to HBase
    0 码力 | 34 页 | 526.15 KB | 1 年前
    3
  • pdf文档 PingCAP TiDB&TiKV Introduction OLTP

    数据库技术发展演进 Google - 大规模分布式计算领域的领跑者 2003 GFS 2004 MapReduce 2006 BigTable 2012 Spanner 2013 F1 BigTable Map Reduce GFS Google 十年前基于内部分布式 处理框架发表的 三篇论文奠定了大数据分析 处理基石;开源社区 以此为基础打造了Hadoop F1 Data Flow Spanner Colossus Colossus Google 内部新一代分布式处理框架,于12/13年发表 相关论文,奠定下一代分布式 NewSQL的理论和工程 实践基石。PingCAP以此为基础打造了TiDB & TiKV HBase Map Reduce HDFS TiDB TiKV NewSQL | TiDB Google Spanner / F1 - The First NewSQL ● 全球级别分布式 / 跨数据中心复制 针对分布式场景的执行计划,优化器 ○ Push-down / MPP ● Online DDL ○ 业务不中断,进行表结构变更 TiDB 逻辑架构 ● 支持关系型的表结构 ● 全局一致索引 ● 通过 Map-Reduce 或 SQL 并发无锁读 TiDB Server TiDB Worker TiDB Worker TiDB Worker TiKV Query Write TiKV ● 开源的 Spanner
    0 码力 | 21 页 | 613.54 KB | 6 月前
    3
  • pdf文档 TiDB v7.5 Documentation

    · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 1142 10.1.1 TiDB Troubleshooting Map · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 1142 10.1.2 TiDB Cluster · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 1883 13.4.1 TiUP Documentation Map · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 1883 13.4.2 TiUP Overview· Manually establish and release database connections. • Manually manage database transactions. • Manually map data rows to data objects. Unless you need to write complex SQL statements, it is recommended to use
    0 码力 | 6020 页 | 106.82 MB | 1 年前
    3
  • pdf文档 TiDB v7.1 Documentation

    · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 1139 10.1.1 TiDB Troubleshooting Map · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 1139 10.1.2 TiDB Cluster · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 1863 13.4.1 TiUP Documentation Map · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 1863 13.4.2 TiUP Overview· is a milestone for TiDB. You can divide a distributed database cluster into multiple logical units, map different database users to corresponding resource groups, and set the quota for each resource group
    0 码力 | 5716 页 | 104.74 MB | 1 年前
    3
  • pdf文档 TiDB v7.6 Documentation

    · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 1157 10.1.1 TiDB Troubleshooting Map · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 1157 10.1.2 TiDB Cluster · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 1902 13.4.1 TiUP Documentation Map · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 1902 13.4.2 TiUP Overview· Manually establish and release database connections. • Manually manage database transactions. • Manually map data rows to data objects. Unless you need to write complex SQL statements, it is recommended to use
    0 码力 | 6123 页 | 107.24 MB | 1 年前
    3
  • pdf文档 TiDB v8.5 Documentation

    · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 1594 10.1.1 TiDB Troubleshooting Map · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 1594 10.1.2 TiDB Cluster · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 2416 13.4.1 TiUP Documentation Map · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 2416 13.4.2 TiUP Overview· Manually establish and release database connections. • Manually manage database transactions. • Manually map data rows to data objects. 158 Unless you need to write complex SQL statements, it is recommended
    0 码力 | 6730 页 | 111.36 MB | 10 月前
    3
  • pdf文档 TiDB v8.1 Documentation

    · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 1157 10.1.1 TiDB Troubleshooting Map · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 1157 10.1.2 TiDB Cluster · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 1919 13.4.1 TiUP Documentation Map · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 1919 13.4.2 TiUP Overview· Manually establish and release database connections. • Manually manage database transactions. • Manually map data rows to data objects. Unless you need to write complex SQL statements, it is recommended to use
    0 码力 | 6321 页 | 107.46 MB | 1 年前
    3
  • pdf文档 TiDB v8.2 Documentation

    · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 1205 10.1.1 TiDB Troubleshooting Map · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 1205 10.1.2 TiDB Cluster · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 1991 13.4.1 TiUP Documentation Map · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 1991 13.4.2 TiUP Overview· Manually establish and release database connections. • Manually manage database transactions. • Manually map data rows to data objects. 128 Unless you need to write complex SQL statements, it is recommended
    0 码力 | 6549 页 | 108.77 MB | 10 月前
    3
  • pdf文档 TiDB v8.3 Documentation

    · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 1210 10.1.1 TiDB Troubleshooting Map · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 1210 10.1.2 TiDB Cluster · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 1999 13.4.1 TiUP Documentation Map · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 1999 13.4.2 TiUP Overview· Manually establish and release database connections. • Manually manage database transactions. • Manually map data rows to data objects. 131 Unless you need to write complex SQL statements, it is recommended
    0 码力 | 6606 页 | 109.48 MB | 10 月前
    3
  • pdf文档 TiDB v8.4 Documentation

    · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 1295 10.1.1 TiDB Troubleshooting Map · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 1295 10.1.2 TiDB Cluster · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 2113 13.4.1 TiUP Documentation Map · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 2113 13.4.2 TiUP Overview· Manually establish and release database connections. • Manually manage database transactions. • Manually map data rows to data objects. 153 Unless you need to write complex SQL statements, it is recommended
    0 码力 | 6705 页 | 110.86 MB | 10 月前
    3
共 34 条
  • 1
  • 2
  • 3
  • 4
前往
页
相关搜索词
TiDBHBase分布布式分布式事务SQL实现PingCAPTiKVIntroductionOLTPv7Documentationv8
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩