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

无数据

分类

全部数据库(269)数据库工具(74)PostgreSQL(43)TiDB(38)phpMyAdmin(35)DBeaver(31)数据库中间件(28)Firebird(20)Greenplum(19)ClickHouse(12)

语言

全部英语(195)中文(简体)(59)俄语(4)英语(4)德语(2)中文(简体)(1)

格式

全部PDF文档 PDF(248)其他文档 其他(17)PPT文档 PPT(3)DOC文档 DOC(1)
 
本次搜索耗时 0.154 秒,为您找到相关结果约 269 个.
  • 全部
  • 数据库
  • 数据库工具
  • PostgreSQL
  • TiDB
  • phpMyAdmin
  • DBeaver
  • 数据库中间件
  • Firebird
  • Greenplum
  • ClickHouse
  • 全部
  • 英语
  • 中文(简体)
  • 俄语
  • 英语
  • 德语
  • 中文(简体)
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • PPT文档 PPT
  • DOC文档 DOC
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Apache Cassandra static column 介绍与实战

    Apache Cassandra static column 介绍与实战 Spark大数据博客 - https://www.iteblog.com Apache Cassandra static column 介绍与实战 假设我们有这样的场景:我们想在 Cassandra 中使用一张表记录用户基本信息(比如 email、密 码等)以及用户状态更新。我们知道,用户的基本信息一般很少会变动,但是状态会经常变化, ,Cassandra 引入了 static column。同一个 partition key 中被声明为 static 的列只有一个值的,也就是只存储一份。 如果想及时了 解Spark、Hadoop或者Hbase相关的文章,欢迎关注微信公共帐号:iteblog_hadoop 定义 static column 在表中将某个列定义为 STATIC 很简单,只需要在列的最后面加上 STATIC 关键字,具体如下: "email" text STATIC, "encrypted_password" blob STATIC, "body" text, PRIMARY KEY ("username", "id") ); iteblog_users_with_status_updates 表中我们将 email 和 encrypted_password 两个字段设置为 STATIC 了,这意味着同一个 username
    0 码力 | 5 页 | 0 Bytes | 1 年前
    3
  • pdf文档 The Vitess 7.0 Documentation

    . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 68 A Vindex maps column values to keyspace IDs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . to move any records in other shards. The keyspace ID itself is computed using a function of some column in your data, such as the user ID. Vitess allows you to choose from a variety of functions (vindexes) VSchema allows you to associate table columns to sequence tables. If no value is specified for such a column, then VTGate will know to use the sequence table to generate a new value for it. VStream VStream
    0 码力 | 254 页 | 949.63 KB | 1 年前
    3
  • pdf文档 The Vitess 9.0 Documentation

    . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 120 A Vindex maps column values to keyspace IDs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 394 Column List . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . to move any records in other shards. The keyspace ID itself is computed using a function of some column in your data, such as the user ID. Vitess allows you to choose from a variety of functions (vindexes)
    0 码力 | 417 页 | 2.96 MB | 1 年前
    3
  • pdf文档 The Vitess 11.0 Documentation

    . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 141 A Vindex maps column values to keyspace IDs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 458 Multi-Column Vindexes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 459 Column List . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
    0 码力 | 481 页 | 3.14 MB | 1 年前
    3
  • pdf文档 The Vitess 8.0 Documentation

    . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 88 A Vindex maps column values to keyspace IDs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . vindex. We will create 4 shards (-40, 40-80, 80-c0, c0-). The location will be denoted by a country column. Schema We will create 2 tables in this example. CREATE TABLE customer ( id int NOT NULL, fullname "customer": { "column_vindexes": [ { "columns": ["id", "country"], "name": "region_vdx" }, 14 This vindex uses a byte mapping of countries provided in a JSON file and combines that with the id column in the
    0 码力 | 331 页 | 1.35 MB | 1 年前
    3
  • pdf文档 The Vitess 10.0 Documentation

    . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 131 A Vindex maps column values to keyspace IDs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 431 Column List . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . to move any records in other shards. The keyspace ID itself is computed using a function of some column in your data, such as the user ID. Vitess allows you to choose from a variety of functions (vindexes)
    0 码力 | 455 页 | 3.07 MB | 1 年前
    3
  • pdf文档 Apache ShardingSphere 5.2.0 Document

    . . . . . . . . . . . . . . . . . . . . 46 Logic column . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 46 Cipher column . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 46 Query assistant column . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 46 Plain column . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 49 Hint based shadow algorithm . . . . . . . . . . . . . . . . . . . . . . . . . . . . 49 Column based shadow algorithm . . . . . . . . . . . . . . . . . . . . . . . . . . 49 3.10 Observability
    0 码力 | 483 页 | 4.27 MB | 1 年前
    3
  • pdf文档 Apache ShardingSphere 5.1.1 Document

    . . . . . . . . . . . . . . . . . . . . 59 Logic Column . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 59 Cipher Column . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 59 Query Assistant Column . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 59 Plain Column . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 254 Identifier Rewrite . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 254 Column Derivation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 256 Pagination Revision
    0 码力 | 458 页 | 3.43 MB | 1 年前
    3
  • pdf文档 Apache ShardingSphere 5.2.1 Document

    . . . . . . . . . . . . . . . . . . . . 45 Logic column . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 45 Cipher column . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 46 Query assistant column . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 46 Plain column . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 48 Hint based shadow algorithm . . . . . . . . . . . . . . . . . . . . . . . . . . . . 48 Column based shadow algorithm . . . . . . . . . . . . . . . . . . . . . . . . . . 48 3.10 Observability
    0 码力 | 523 页 | 4.51 MB | 1 年前
    3
  • pdf文档 The Vitess 12.0 Documentation

    . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 165 A Vindex maps column values to keyspace IDs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . -output-mode text -sql “SELECT FROM users; SELECT FROM users WHERE id IN (10, 17, 42, 1000);” . . . 511 Column List . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . to move any records in other shards. The keyspace ID itself is computed using a function of some column in your data, such as the user ID. Vitess allows you to choose from a variety of functions (vindexes)
    0 码力 | 534 页 | 3.32 MB | 1 年前
    3
共 269 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 27
前往
页
相关搜索词
ApacheCassandrastaticcolumn介绍实战TheVitess7.0Documentation9.011.08.010.0DocumentationShardingSphere5.2Document5.112.0
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩