书栈网 · BookStack 本次搜索耗时 0.013 秒,为您找到 1391 个相关结果.
  • Region 性能调优

    Region 性能调优 概述 使用 region-split-size 调整 Region 大小 使用 bucket 增加并发 Region 性能调优 本文介绍了如何通过调整 Region 大小等方法对 Region 进行性能调优以及如何在大 Region 下使用 bucket 进行并发查询优化。 概述 TiKV 自动将底层数据进行分片 ,...
  • Using Transactions

    1349 2019-11-10 《Quarkus v1.0 Document》
    Using Transactions in Quarkus Setting it up Starting and stopping transactions: defining your boundaries Declarative approach Transaction Configuration Reactive extensions API ...
  • Automatic restart

    Automatic restart JRebel Spring-boot-devtools and Live Reload HotswapAgent Automatic restart There are several tools which can speed up the development process. Using JRebel ...
  • Automatic restart

    Automatic restart JRebel Spring-boot-devtools and Live Reload HotswapAgent Automatic restart There are several tools which can speed up the development process. Using JRebel...
  • 8.4. 组件作为联合标识符(Components as composite identifiers)

    8.4. 组件作为联合标识符(Components as composite identifiers) 8.4. 组件作为联合标识符(Components as composite identifiers) 你可以使用一个组件作为一个实体类的标识符。 你的组件类必须满足以下要求: 它必须实现java.io.Serializable 接口 它必...
  • 1.3.4. 值类型的集合

    1.3.4. 值类型的集合 1.3.4. 值类型的集合 我们把一个值类型对象的集合加入Person 实体中。我们希望保存email地址,所以使用String 类型,而且这次的集合类型又是Set : private Set emailAddresses = new HashSet (); public Set getEm...
  • 4.0.0-beta.2

    TiDB 4.0.0 Beta.2 Release Notes 兼容性变化 新功能 Bug 修复 TiDB 4.0.0 Beta.2 Release Notes 发版日期:2020 年 3 月 18 日 TiDB 版本:4.0.0-beta.2 TiDB Ansible 版本:4.0.0-beta.2 兼容性变化 Tools TiDB...
  • 4.0.0-beta.2

    TiDB 4.0.0 Beta.2 Release Notes 兼容性变化 新功能 Bug 修复 TiDB 4.0.0 Beta.2 Release Notes 发版日期:2020 年 3 月 18 日 TiDB 版本:4.0.0-beta.2 TiDB Ansible 版本:4.0.0-beta.2 兼容性变化 Tools TiDB ...
  • 4.0.0-beta.2

    TiDB 4.0.0 Beta.2 Release Notes 兼容性变化 新功能 Bug 修复 TiDB 4.0.0 Beta.2 Release Notes 发版日期:2020 年 3 月 18 日 TiDB 版本:4.0.0-beta.2 TiDB Ansible 版本:4.0.0-beta.2 兼容性变化 Tools TiDB ...
  • 16.2. 命名SQL查询

    16.2. 命名SQL查询 16.2. 命名SQL查询 可以在映射文档中定义查询的名字,然后就可以象调用一个命名的HQL查询一样直接调用命名SQL查询.在这种情况下,我们不 需要调用addEntity() 方法. <sql-query name = "persons" > <return alias = "person" ...