书栈网 · BookStack 本次搜索耗时 0.009 秒,为您找到 2144 个相关结果.
  • 配置手册

    配置是 ShardingSphere-JDBC 中唯一与应用开发者交互的模块,通过它可以快速清晰的理解 ShardingSphere-JDBC 所提供的功能。 本章节是 ShardingSphere-JDBC 的配置参考手册,需要时可当做字典查阅。 ShardingSphere-JDBC 提供了 4 种配置方式,用于不同的使用场景。 通过配置,应用开发...
  • 强制分片路由

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

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

    Integration Test Module Test Performance Test Sysbench Test Apache ShardingSphere provides test engines for integration, module and performance. Integration Test Provide poi...
  • 使用 Spring Boot Starter

    使用 Spring Boot Starter 引入 Maven 依赖 配置事务管理器 使用分布式事务 使用 Spring Boot Starter 引入 Maven 依赖 配置事务管理器 使用分布式事务 引入 Maven 依赖 <dependency> <groupId> org.apache.shardingspher...
  • 4.6. HA

    Background Challenges Goal Background High availability is the most basic requirement of modern systems. As the cornerstone of the system, the database is also essential for h...
  • 分页

    分页 分页性能 性能瓶颈 ShardingSphere 的优化 分页方案优化 分页子查询 分页 完全支持 MySQL、PostgreSQL 和 Oracle 的分页查询,SQLServer 由于分页查询较为复杂,仅部分支持。 分页性能 性能瓶颈 查询偏移量过大的分页会导致数据库获取数据性能低下,以 MySQL 为例: SELECT ...
  • 2. Quick Start

    In shortest time, this chapter provides users with a simplest quick start with Apache ShardingSphere. Example Codes: https://github.com/apache/shardingsphere/tree/master/examples...
  • 分布式事务

    通过 Apache ShardingSphere 使用分布式事务,与本地事务并无区别。 除了透明化分布式事务的使用之外,Apache ShardingSphere 还能够在每次数据库访问时切换分布式事务类型。 支持的事务类型包括:本地事务、XA 事务和柔性事务。可在创建数据库连接之前设置,缺省为 Apache ShardingSphere 启动时的默认事务...
  • Use Java API

    Use Java API Import Maven Dependency Use Distributed Transaction Use Java API Import Maven Dependency <dependency> <groupId> org.apache.shardingsphere </groupId> ...