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

无数据

分类

全部数据库(95)PostgreSQL(40)TiDB(18)Greenplum(11)数据库中间件(10)Vitess(8)数据库工具(6)Navicat(6)Redis(2)

语言

全部英语(88)中文(简体)(6)

格式

全部PDF文档 PDF(95)
 
本次搜索耗时 0.393 秒,为您找到相关结果约 95 个.
  • 全部
  • 数据库
  • PostgreSQL
  • TiDB
  • Greenplum
  • 数据库中间件
  • Vitess
  • 数据库工具
  • Navicat
  • Redis
  • 全部
  • 英语
  • 中文(简体)
  • 全部
  • PDF文档 PDF
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 TiDB 2.1.7

    also passes. Finally, TiDB has a theoretical dependence on CLOCK_MONOTONIC_RAW for safety, but we have not yet observed anomalies due to clock skew, possibly due to tooling limitations. PingCAP has published are some wall-clock dependencies in TiDB. Placement Driver, for instance, allocates timestamps based on local wall-clocks, but ensures monotonicity through Raft plus a leader lease. Clock skew between PD shouldn’t result in prolonged un- availability: PD will allocate timestamps in the future if its own clock falls behind what’s committed to Raft. To improve throughput, PD nodes reserve a batch of timestamps
    0 码力 | 9 页 | 141.29 KB | 6 月前
    3
  • pdf文档 携程 Redis 多数据中心 双向同步实践 祝辰

    Types CRDT – Last Write Wins T2 > T1 T2 WINS 时间不一致 两个Redis的系 统时钟不一致 最终保留了第一 次的结果 Vector Clock • 向量表示不同节点 的操作数 • SET KEY=VAL1 (0,0)->(1,0) • SET KEY=VAL2 (1,0)->(1,1) 删除导致数据不一致 • 假设已经存在 保留被删除的记录 内存爆满 随着时间的推移,大量的失效KEY驻留 时间轴 CRDT -- GC 基于节点之间的vector clock的通讯,删除不必要的 失效KEY (1,0) (1,1) (1,1) Vector Clock Vector Clock (1,0) 什么是 CRDT State-based Replication • 交换律 • 结合律 • 幂等性 Op-based
    0 码力 | 33 页 | 2.15 MB | 1 年前
    3
  • pdf文档 Navicat Version 16 Linux User Guide

    12-hour clock (1-12). hh Display the hour as a number with a leading zero using the 12-hour clock (01-12). H Display the hour as a number without a leading zero using the 24-hour clock (0-23) (0-23). HH Display the hour as a number with a leading zero using the 24-hour clock (00-23). m Display the minute as a number without a leading zero (0-59). mm Display the minute as a number with 12-hour clock (1-12). hh Display the hour as a number with a leading zero using the 12-hour clock (01-12). H Display the hour as a number without a leading zero using the 24-hour clock (0-23)
    0 码力 | 321 页 | 6.65 MB | 1 年前
    3
  • pdf文档 Navicat Charts Creator Version 1 User Guide (Windows)

    12-hour clock (1-12). hh Display the hour as a number with a leading zero using the 12-hour clock (01-12). H Display the hour as a number without a leading zero using the 24-hour clock (0-23) (0-23). HH Display the hour as a number with a leading zero using the 24-hour clock (00-23). m Display the minute as a number without a leading zero (0-59). mm Display the minute as a number with
    0 码力 | 112 页 | 1.64 MB | 1 年前
    3
  • pdf文档 Navicat Charts Viewer Version 1 Linux User Guide

    12-hour clock (1-12). hh Display the hour as a number with a leading zero using the 12-hour clock (01-12). H Display the hour as a number without a leading zero using the 24-hour clock (0-23) (0-23). HH Display the hour as a number with a leading zero using the 24-hour clock (00-23). m Display the minute as a number without a leading zero (0-59). mm Display the minute as a number with
    0 码力 | 110 页 | 2.28 MB | 1 年前
    3
  • pdf文档 Navicat Charts Creator Version 1 User Guide (Mac)

    12-hour clock (1-12). hh Display the hour as a number with a leading zero using the 12-hour clock (01-12). H Display the hour as a number without a leading zero using the 24-hour clock (0-23) (0-23). HH Display the hour as a number with a leading zero using the 24-hour clock (00-23). m Display the minute as a number without a leading zero (0-59). mm Display the minute as a number with
    0 码力 | 111 页 | 2.34 MB | 1 年前
    3
  • pdf文档 Navicat Version 16 Windows User Guide

    252 clock (1-12). hh Display the hour as a number with a leading zero using the 12-hour clock (01-12). H Display the hour as a number without a leading zero using the 24-hour clock (0-23) (0-23). HH Display the hour as a number with a leading zero using the 24-hour clock (00-23). m Display the minute as a number without a leading zero (0-59). mm Display the minute as a number with Display the time using the format given by the system global variable. am/pm Use the 12-hour clock for the preceding h or hh specifier, and display 'am' for any hour before noon, and 'pm' for any
    0 码力 | 324 页 | 3.93 MB | 1 年前
    3
  • pdf文档 PostgreSQL 9.3.25 Documentation

    extract(dow from ...)’s day number- ing. • to_char(interval) formats HH and HH12 as shown on a 12-hour clock, i.e. zero hours and 36 hours output as 12, while HH24 outputs the full hour value, which can exceed interval Subtract from current_date (at midnight) age(timestamp ’1957-06-13’) 43 years 8 mons 3 days clock_timestamp() timestamp with time zone Current date and time (changes during statement execution); time (start of current statement); see Section 9.9.4 timeofday() text Current date and time (like clock_timestamp, but as a text string); see Section 9.9.4 transaction_timestamp() timestamp with time
    0 码力 | 3002 页 | 7.47 MB | 1 年前
    3
  • pdf文档 PostgreSQL 9.3 Documentation

    extract(dow from ...)’s day numbering. • to_char(interval) formats HH and HH12 as shown on a 12-hour clock, i.e. zero hours and 36 hours output as 12, while HH24 outputs the full hour value, which can exceed interval Subtract from current_date (at midnight) age(timestamp ’1957-06-13’) 43 years 8 mons 3 days clock_timestamp() timestamp with time zone Current date and time (changes during statement execution); time (start of current statement); see Section 9.9.4 timeofday() text Current date and time (like clock_timestamp, but as a text string); see Section 9.9.4 transaction_timestamp() timestamp with time
    0 码力 | 3183 页 | 7.53 MB | 1 年前
    3
  • pdf文档 PostgreSQL 9.2 Documentation

    extract(dow from ...)’s day number- ing. • to_char(interval) formats HH and HH12 as shown on a 12-hour clock, i.e. zero hours and 36 hours output as 12, while HH24 outputs the full hour value, which can exceed interval Subtract from current_date (at midnight) age(timestamp ’1957-06-13’) 43 years 8 mons 3 days clock_timestamp() timestamp with time zone Current date and time (changes during statement execution); time (start of current statement); see Section 9.9.4 timeofday() text Current date and time (like clock_timestamp, but as a text string); see Section 9.9.4 211 Chapter 9. Functions and Operators Function
    0 码力 | 2829 页 | 7.02 MB | 1 年前
    3
共 95 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 10
前往
页
相关搜索词
TiDB2.1携程Redis数据中心数据中心双向同步实践祝辰NavicatVersion16LinuxUserGuideChartsCreatorWindowsViewerMacPostgreSQL9.325Documentation9.2
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩