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

无数据

分类

全部数据库(17)数据库中间件(17)后端开发(2)综合其他(2)产品与服务(2)Java(1)Go(1)云计算&大数据(1)Kubernetes(1)

语言

全部中文(简体)(15)英语(7)

格式

全部PDF文档 PDF(22)
 
本次搜索耗时 0.112 秒,为您找到相关结果约 22 个.
  • 全部
  • 数据库
  • 数据库中间件
  • 后端开发
  • 综合其他
  • 产品与服务
  • Java
  • Go
  • 云计算&大数据
  • Kubernetes
  • 全部
  • 中文(简体)
  • 英语
  • 全部
  • PDF文档 PDF
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 4 seata-golang 分布式事务框架

    微信号: scottlewis 分布式事务框架 Seata-Golang 刘晓敏 H3C ⽬ 录 Demo 演示 01 Seata 原理 02 Mysql driver 原理 03 Mysql driver 接⼊ 04 TODO & QA 05 分布式事务就是指事务的参与者、⽀持事务的服务器、资源服务器以及事务管理器分别位于不同的分布式系 统的不同节点之上。简单的说,就是 整体机制: • ⼀阶段:业务数据和回滚⽇志记录在同⼀个本地事务中提交,释放本地锁和连接资源。 • ⼆阶段: • 提交异步化,⾮常快速地完成。 • 回滚通过⼀阶段的回滚⽇志进⾏反向补偿。 Seata 原理 AggregationSvc TM OrderSvc RM DB ProductSvc RM DB RootSessionManager AsyncCommittingSessionManager 注册中⼼配置中⼼⽀持 PostgreSQL ⽀持 GRPC ⽀持 https://github.com/opentrx/seata-golang https://github.com/opentrx/mysql https://github.com/opentrx/seata-go-samples https://github.com/apache/dubbo-getty https://github
    0 码力 | 14 页 | 3.23 MB | 1 年前
    3
  • pdf文档 Apache ShardingSphere v5.5.0 document

    . . . . . . . . . . . . . . . . . . . 558 12.5.3 Seata BASE transaction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 558 Init Seata Engine . . . . . . . . . . . . . . . . . . . . . taking SEATA as the flexible transaction. The fol‐ lowing table can be used for comparison to help developers choose the suitable technology. LOCAL XA BASE Business transf ormation None None Seata Server transaction: defaultType: BASE providerType: Seata Build a Seata Server, add relevant configuration files and Seata dependencies, see ShardingSphere In‐ tegrates Seata Flexible Transactions Encryption Background
    0 码力 | 602 页 | 3.85 MB | 1 年前
    3
  • pdf文档 Apache ShardingSphere v5.5.0 中文文档

    514 提交或回滚事务 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 515 12.5.3 Seata 柔性事务 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 515 引擎初始化 . . . . . 它们的最大长处。Apache ShardingSphere 集成了 SEATA 作为柔性事务的使用方案。可通过下表详细对 比它们之间的区别,以帮助开发者进行技术选型。 8.2. 分布式事务 32 Apache ShardingSphere document LOCAL XA BASE 业务改造 无 无 需要 Seata Server 一致性 不支持 支持 最终一致 隔离性 不支持 支持 yaml 配置文件内容如下: transaction: defaultType: BASE providerType: Seata 搭建 Seata Server,添加相关配置文件,和 Seata 依赖,具体步骤参考 ShardingSphere 集成 Seata 柔性事 务 数据加密 背景信息 数据加密 YAML 配置方式具有非凡的可读性,通过 YAML 格式,能够快速地理解加密规则之间的依赖关
    0 码力 | 557 页 | 4.61 MB | 1 年前
    3
  • pdf文档 Apache ShardingSphere 5.0.0-alpha Document

    . 61 XA Transaction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 61 Seata BASE transaction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 62 3.2.5 Principle . 62 XA Transaction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 63 Seata BASE transaction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 64 3.2.6 Use Norms 66 ii XA transaction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 66 Seata BASE transaction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 67 3.3 Replica query
    0 码力 | 311 页 | 2.09 MB | 1 年前
    3
  • pdf文档 Apache ShardingSphere 5.2.0 Document

    . . . . . . . . . . . . . . . . . . . 390 7.5.3 Seata BASE transaction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 390 Init Seata Engine . . . . . . . . . . . . . . . . . . . . . taking SEATA as the flexible transaction. The fol‐ lowing table can be used for comparison to help developers choose the suitable technology. LOCAL XA BASE Business transf ormation None None Seata server other isolation level except RC. To Be Optimized • SQL parsed twice by Apache ShardingSphere and SEATA. 3.2.9 Appendix with SQL operator Unsupported SQL: • RAL and RDL operations of DistSQL are used
    0 码力 | 483 页 | 4.27 MB | 1 年前
    3
  • pdf文档 Apache ShardingSphere 中文文档 5.0.0-alpha

    . . . 56 XA 两阶段事务 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 56 Seata 柔性事务 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 56 3.2.5 实现原理 . . . . . 57 XA 两阶段事务 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 57 Seata 柔性事务 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 58 3.2.6 使用规范 . . . 60 ii XA 两阶段事务 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 60 Seata 柔性事务 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 61 3.3 读写分离 . . .
    0 码力 | 301 页 | 3.44 MB | 1 年前
    3
  • pdf文档 Apache ShardingSphere 5.2.1 Document

    . . . . . . . . . . . . . . . . . . . 417 7.5.3 Seata BASE transaction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 417 Init Seata Engine . . . . . . . . . . . . . . . . . . . . . taking SEATA as the flexible transaction. The fol‐ lowing table can be used for comparison to help developers choose the suitable technology. LOCAL XA BASE Business transf ormation None None Seata server TRANSACTION defaultType: BASE providerType: Seata Build a Seata Server, add relevant configuration files and Seata dependencies, see ShardingSphere In‐ tegrates Seata Flexible Transactions HA Background
    0 码力 | 523 页 | 4.51 MB | 1 年前
    3
  • pdf文档 Apache ShardingSphere 中文文档 5.2.0

    358 提交或回滚事务 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 359 7.5.3 Seata 柔性事务 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 359 引擎初始化 . . . . . 它们的最大长处。Apache ShardingSphere 集成了 SEATA 作为柔性事务的使用方案。可通过下表详细对 比它们之间的区别,以帮助开发者进行技术选型。 3.2. 分布式事务 27 Apache ShardingSphere document, v5.2.0 LOCAL XA BASE 业务改造 无 无 需要 seata server 一致性 不支持 支持 最终一致 隔离性 不支持 undo 快照进行事务回滚; • 支持服务宕机后的,自动恢复提交中的事务。 不支持项 • 不支持除 RC 之外的隔离级别。 待优化项 • Apache ShardingSphere 和 SEATA 重复 SQL 解析。 3.2.9 附录 不支持的 SQL: • 事务中使用 DistSQL 里的 RAL、RDL 操作; • XA 事务中使用 DDL 语句。 3.3 读写分离 3.3
    0 码力 | 449 页 | 5.85 MB | 1 年前
    3
  • pdf文档 Apache ShardingSphere 5.4.1 Document

    . . . . . . . . . . . . . . . . . . . 529 12.5.3 Seata BASE transaction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 529 Init Seata Engine . . . . . . . . . . . . . . . . . . . . . taking SEATA as the flexible transaction. The fol‐ lowing table can be used for comparison to help developers choose the suitable technology. LOCAL XA BASE Business transf ormation None None Seata server transaction: defaultType: BASE providerType: Seata Build a Seata Server, add relevant configuration files and Seata dependencies, see ShardingSphere In‐ tegrates Seata Flexible Transactions Encryption Background
    0 码力 | 572 页 | 3.73 MB | 1 年前
    3
  • pdf文档 Apache ShardingSphere 5.0.0 Document

    . . . . . . . . . . . . . . . . . . . 265 7.2.3 Seata BASE transaction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 265 Init Seata Engine . . . . . . . . . . . . . . . . . . . . . data rollback. SEATA implements SQL reverse operation automatically, so that BASE transaction can be used without the intervention of developers. Apache ShardingSphere integrates SEATA as solution of other isolation level except RC. To Be Optimized • SQL parsed twice by Apache ShardingSphere and SEATA. 4.4 Readwrite-splitting 4.4.1 Background Database throughput has faced the bottleneck with increasing
    0 码力 | 403 页 | 3.15 MB | 1 年前
    3
共 22 条
  • 1
  • 2
  • 3
前往
页
相关搜索词
seatagolang分布布式分布式事务框架ApacheShardingSpherev55.0document中文文档alphaDocument5.25.4
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩