书栈网 · BookStack 本次搜索耗时 0.021 秒,为您找到 2144 个相关结果.
  • 使用 Spring Boot Starter

    使用 Spring Boot Starter 引入 Maven 依赖 配置事务管理器 使用分布式事务 使用 Spring Boot Starter 引入 Maven 依赖 <dependency> <groupId> org.apache.shardingsphere </groupId> <artifactId...
  • Spring 命名空间

    简介 使用步骤 引入 Maven 依赖 配置 Spring Bean 配置项说明 配置示例 使用数据源 简介 ShardingSphere 提供 JDBC 驱动,开发者可以在 Spring 中配置 ShardingSphereDriver 来使用 ShardingSphere。 使用步骤 引入 Maven 依赖 <dependenc...
  • Spring 命名空间

    简介 使用步骤 引入 Maven 依赖 配置 Spring Bean 配置项说明 配置示例 使用数据源 简介 ShardingSphere 提供 JDBC 驱动,开发者可以在 Spring 中配置 ShardingSphereDriver 来使用 ShardingSphere。 使用步骤 引入 Maven 依赖 <dependenc...
  • Execute Engine

    Execute Engine Connection Mode MEMORY_STRICTLY Mode CONNECTION_STRICTLY Mode Automatic Execution Engine Preparation Phrase Execution Phrase Execute Engine ShardingSphere u...
  • Execute Engine

    Execute Engine Connection Mode MEMORY_STRICTLY Mode CONNECTION_STRICTLY Mode Automatic Execution Engine Preparation Phrase Execution Phrase Execute Engine ShardingSphere u...
  • Data Source

    Background Parameters Sample Background ShardingSphere-JDBC Supports all JDBC drivers and database connection pools. In this example, the database driver is MySQL, and the co...
  • Shadow Algorithm

    Shadow Algorithm Background Parameters Column-based shadow algorithm Column value matching shadow algorithm Column-based Regex matching algorithm Hint-based shadow algorithm Si...
  • 强制分片路由

    强制分片路由 实现动机 实现机制 强制分片路由 实现动机 实现机制 实现动机 通过解析SQL语句提取分片键列与值并进行分片是ShardingSphere对SQL零侵入的实现方式。若SQL语句中没有分片条件,则无法进行分片,需要全路由。 在一些应用场景中,分片条件并不存在于SQL,而存在于外部业务逻辑。因此需要提供一种通过外部指定分片结果...
  • 会话管理

    会话管理 相关操作 查看会话 杀掉会话 会话管理 ShardingSphere 支持会话管理,可通过原生数据库的 SQL 查看当前会话或杀掉会话。目前此功能仅限于存储节点为 MySQL 的情况,支持 MySQL SHOW PROCESSLIST 命令和 KILL 命令。 相关操作 查看会话 针对不同关联数据库支持不同的查看会话方法,关联...
  • Rules

    Rules are pluggable part of Apache ShardingSphere. This chapter is a Spring namespace rule configuration manual for ShardingSphere-JDBC.