书栈网 · BookStack 本次搜索耗时 0.020 秒,为您找到 2144 个相关结果.
  • 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...
  • 使用 Java API

    使用 Java API 引入 Maven 依赖 使用分布式事务 使用 Java API 引入 Maven 依赖 使用分布式事务 引入 Maven 依赖 <dependency> <groupId> org.apache.shardingsphere </groupId> <artifactId> shardin...
  • 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...
  • 内置算法

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

    Background Parameters Sample Background Apache ShardingSphere provides a wealth of system configuration properties, which users can configure through global.yaml . Parameter...
  • JDBC Driver

    Background Parameters Driver Class Name URL Configuration Procedure Sample Background ShardingSphere-JDBC provides a JDBC Driver, which can be used only through configurati...
  • Spring Namespace

    Overview Usage Import Maven Dependency Configure Spring Bean Configuration Item Explanation Example Use Data Source Overview ShardingSphere provides a JDBC driver, and dev...
  • 3.1.3. 使用规范

    使用规范 背景 使用规范 背景 虽然ShardingSphere希望能够完全兼容所有的SQL以及单机数据库,但分布式为数据库带来了更加复杂的场景。ShardingSphere希望能够优先解决海量数据OLTP的问题,OLAP的相关支持,会一点一点的逐渐完善。 请进一步阅读ShardingSphere所支持和不支持的SQL 类型以及针对分页 这类...
  • 分页

    分页 分页性能 性能瓶颈 ShardingSphere的优化 分页方案优化 分页子查询 分页 分页性能 性能瓶颈 ShardingSphere的优化 分页方案优化 分页子查询 完全支持MySQL、PostgreSQL和Oracle的分页查询,SQLServer由于分页查询较为复杂,仅部分支持。 分页性能 性能瓶颈 查询...
  • Narayana 事务

    Narayana 事务 背景信息 前提条件 操作步骤 配置示例 配置 Narayana 设置 XA 事务类型 Narayana 事务 背景信息 Apache ShardingSphere 提供 XA 事务,集成了 Narayana 的实现。 前提条件 引入 Maven 依赖 <properties> <narayana...