书栈网 · BookStack 本次搜索耗时 0.013 秒,为您找到 2144 个相关结果.
  • 6. FAQ

    1. 如果SQL在ShardingSphere中执行不正确,该如何调试? 2. 阅读源码时为什么会出现编译错误? 3. 使用Spring命名空间时找不到xsd? 4. Cloud not resolve placeholder … in string value …异常的解决方法? 5. inline表达式返回结果为何出现浮点数? 6. 如果只有部...
  • Use Spring Boot Starter

    Use Spring Boot Starter Import Maven Dependency Configure Transaction Manager Use Distributed Transaction Use Spring Boot Starter Import Maven Dependency Configure Transact...
  • 2. 快速入门

    本章节以尽量短的时间,为使用者提供最简单的 Apache ShardingSphere 的快速入门。 示例代码:https://github.com/apache/shardingsphere/tree/master/examples
  • 3.6. 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...
  • 3.6. 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...
  • JDBC 驱动

    背景信息 参数解释 驱动类名称 URL 配置 操作步骤 配置示例 背景信息 ShardingSphere-JDBC 提供了 JDBC 驱动,可以仅通过配置变更即可使用,无需改写代码。 参数解释 驱动类名称 org.apache.shardingsphere.driver.ShardingSphereDriver URL 配置 以...
  • Data Source

    Example Any data source configured as spring bean can be cooperated with spring namespace. Example In this example, the database driver is MySQL, and connection pool is HikariC...
  • 内置算法

    简介 使用方式 简介 Apache ShardingSphere 通过 SPI 方式允许开发者扩展算法; 与此同时,Apache ShardingSphere 也提供了大量的内置算法以便于开发者使用。 使用方式 内置算法均通过 type 和 props 进行配置,其中 type 由算法定义在 SPI 中,props 用于传递算法的个性化参数配置。...
  • Usage

    Pre-work Create Logic Database Resource Operation Rule Operation Notice This chapter will introduce how to use DistSQL to manage resources and rules in a distributed database...
  • 3.6. 数据迁移

    背景 挑战 目标 应用场景 相关参考 背景 当业务持续发展,数据量和并发量达到一定程度,传统单体数据库可能面临性能、可扩展性、可用性等问题; 业界曾提出 NoSQL 解决方案,通过数据分片和水平扩容解决以上问题,但是 NoSQL 数据库通常不支持事务和 SQL; ShardingSphere 也支持数据分片和水平扩容,可以解决以上问题,同时...