书栈网 · BookStack 本次搜索耗时 0.012 秒,为您找到 2144 个相关结果.
  • Spring 命名空间

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

    数据加密 处理流程详解 整体架构 加密规则 加密处理过程 解决方案详解 新上线业务 已上线业务改造 中间件加密服务优势 加密算法解析 EncryptAlgorithm 数据加密 处理流程详解 Apache ShardingSphere 通过对用户输入的 SQL 进行解析,并依据用户提供的加密规则对 SQL 进行改写,从而实现对原文...
  • Session Management

    Session Management Usage View Session Kill Session Session Management ShardingSphere supports session management. You can view the current session or kill the session through...
  • 3.7. Data Migration

    Background Challenges Goal Application Scenarios Related References Background In a scenario where the business continues to develop and the amount of data and concurrency r...
  • 使用 Java API

    使用 Java API 引入 Maven 依赖 使用分布式事务 使用 Java API 引入 Maven 依赖 <dependency> <groupId> org.apache.shardingsphere </groupId> <artifactId> shardingsphere-jdbc-core </ar...
  • 3.2. Mode

    Background Memory mode Standalone mode Cluster mode Background In order to meet the different needs of users for quick test startup, stand-alone running and cluster running, ...
  • 3.3.4. 应用性能监控集成

    应用性能监控集成 背景 使用方法 使用OpenTracing协议 使用SkyWalking自动探针 效果展示 应用架构 拓扑图展示 跟踪数据展示 异常情况展示 应用性能监控集成 背景 使用方法 使用OpenTracing协议 使用SkyWalking自动探针 效果展示 应用架构 拓扑图展示 跟踪数据展示 异常情况...
  • 会话管理

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

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