积分充值
 首页
前端开发
AngularDartElectronFlutterHTML/CSSJavaScriptReactSvelteTypeScriptVue.js构建工具
后端开发
.NetC#C++C语言DenoffmpegGoIdrisJavaJuliaKotlinLeanMakefilenimNode.jsPascalPHPPythonRISC-VRubyRustSwiftUML其它语言区块链开发测试微服务敏捷开发架构设计汇编语言
数据库
Apache DorisApache HBaseCassandraClickHouseFirebirdGreenplumMongoDBMySQLPieCloudDBPostgreSQLRedisSQLSQLiteTiDBVitess数据库中间件数据库工具数据库设计
系统运维
AndroidDevOpshttpdJenkinsLinuxPrometheusTraefikZabbix存储网络与安全
云计算&大数据
Apache APISIXApache FlinkApache KarafApache KyuubiApache OzonedaprDockerHadoopHarborIstioKubernetesOpenShiftPandasrancherRocketMQServerlessService MeshVirtualBoxVMWare云原生CNCF机器学习边缘计算
综合其他
BlenderGIMPKiCadKritaWeblate产品与服务人工智能亿图数据可视化版本控制笔试面试
文库资料
前端
AngularAnt DesignBabelBootstrapChart.jsCSS3EchartsElectronHighchartsHTML/CSSHTML5JavaScriptJerryScriptJestReactSassTypeScriptVue前端工具小程序
后端
.NETApacheC/C++C#CMakeCrystalDartDenoDjangoDubboErlangFastifyFlaskGinGoGoFrameGuzzleIrisJavaJuliaLispLLVMLuaMatplotlibMicronautnimNode.jsPerlPHPPythonQtRPCRubyRustR语言ScalaShellVlangwasmYewZephirZig算法
移动端
AndroidAPP工具FlutterFramework7HarmonyHippyIoniciOSkotlinNativeObject-CPWAReactSwiftuni-appWeex
数据库
ApacheArangoDBCassandraClickHouseCouchDBCrateDBDB2DocumentDBDorisDragonflyDBEdgeDBetcdFirebirdGaussDBGraphGreenPlumHStreamDBHugeGraphimmudbIndexedDBInfluxDBIoTDBKey-ValueKitDBLevelDBM3DBMatrixOneMilvusMongoDBMySQLNavicatNebulaNewSQLNoSQLOceanBaseOpenTSDBOracleOrientDBPostgreSQLPrestoDBQuestDBRedisRocksDBSequoiaDBServerSkytableSQLSQLiteTiDBTiKVTimescaleDBYugabyteDB关系型数据库数据库数据库ORM数据库中间件数据库工具时序数据库
云计算&大数据
ActiveMQAerakiAgentAlluxioAntreaApacheApache APISIXAPISIXBFEBitBookKeeperChaosChoerodonCiliumCloudStackConsulDaprDataEaseDC/OSDockerDrillDruidElasticJobElasticSearchEnvoyErdaFlinkFluentGrafanaHadoopHarborHelmHudiInLongKafkaKnativeKongKubeCubeKubeEdgeKubeflowKubeOperatorKubernetesKubeSphereKubeVelaKumaKylinLibcloudLinkerdLonghornMeiliSearchMeshNacosNATSOKDOpenOpenEBSOpenKruiseOpenPitrixOpenSearchOpenStackOpenTracingOzonePaddlePaddlePolicyPulsarPyTorchRainbondRancherRediSearchScikit-learnServerlessShardingSphereShenYuSparkStormSupersetXuperChainZadig云原生CNCF人工智能区块链数据挖掘机器学习深度学习算法工程边缘计算
UI&美工&设计
BlenderKritaSketchUI设计
网络&系统&运维
AnsibleApacheAWKCeleryCephCI/CDCurveDevOpsGoCDHAProxyIstioJenkinsJumpServerLinuxMacNginxOpenRestyPrometheusServertraefikTrafficUnixWindowsZabbixZipkin安全防护系统内核网络运维监控
综合其它
文章资讯
 上传文档  发布文章  登录账户
IT文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部数据库(26)数据库中间件(26)

语言

全部中文(简体)(15)英语(9)

格式

全部PDF文档 PDF(26)
 
本次搜索耗时 0.126 秒,为您找到相关结果约 26 个.
  • 全部
  • 数据库
  • 数据库中间件
  • 全部
  • 中文(简体)
  • 英语
  • 全部
  • PDF文档 PDF
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Apache ShardingSphere 5.4.1 Document

    statements of PostgreSQL and openGauss database. When no schema is specified in SQL, default access to‘public’schema. Other schemas need to declare before the table name, and do not support ‘SEARCH_PATH’to the specified data source - "*.*" # Load all single tables # PostgreSQL style - ds_0.public.t_config - ds_1.public.* - ds_2.*.* - "*.*.*" defaultDataSource: ds_0 # The default data source is used when subject to create the ShardingSphereDataSource. Sample public final class ShardingDatabasesAndTablesConfigurationPrecise { @Override public DataSource getDataSource() throws SQLException { return
    0 码力 | 572 页 | 3.73 MB | 1 年前
    3
  • pdf文档 Apache ShardingSphere v5.5.0 document

    statements of PostgreSQL and openGauss database. When no schema is specified in SQL, default access to‘public’schema. Other schemas need to declare before the table name, and do not support ‘SEARCH_PATH’to the specified data source - "*.*" # Load all single tables # PostgreSQL style - ds_0.public.t_config - ds_1.public.* - ds_2.*.* - "*.*.*" defaultDataSource: ds_0 # The default data source is used when HikariConfig; import com.zaxxer.hikari.HikariDataSource; import javax.sql.DataSource; public class ExampleUtils { public DataSource createDataSource() { HikariConfig config = new HikariConfig(); config
    0 码力 | 602 页 | 3.85 MB | 1 年前
    3
  • pdf文档 Apache ShardingSphere 5.2.0 Document

    create the ShardingSphereDataSource. Sample public final class ShardingDatabasesAndTablesConfigurationPrecise implements ExampleConfiguration { @Override public DataSource getDataSource() throws SQLException Set load balancing algorithms 3. Use read‐write splitting data source Configuration Examples public DataSource getDataSource() throws SQLException { ReadwriteSplittingDataSourceRuleConfiguration dataSourceConfig to create ShardingSphereData‐ Source. Sample public final class EncryptDatabasesConfiguration implements ExampleConfiguration { @Override public DataSource getDataSource() { Properties props = new
    0 码力 | 483 页 | 4.27 MB | 1 年前
    3
  • pdf文档 Apache ShardingSphere 5.2.1 Document

    create the ShardingSphereDataSource. Sample public final class ShardingDatabasesAndTablesConfigurationPrecise implements ExampleConfiguration { @Override public DataSource getDataSource() throws SQLException Set load balancing algorithms 3. Use read‐write splitting data source Configuration Examples public DataSource getDataSource() throws SQLException { ReadwriteSplittingDataSourceRuleConfiguration dataSourceConfig to create ShardingSphereData‐ Source. Sample public final class EncryptDatabasesConfiguration implements ExampleConfiguration { @Override public DataSource getDataSource() { Properties props = new
    0 码力 | 523 页 | 4.51 MB | 1 年前
    3
  • pdf文档 Apache ShardingSphere 中文文档 5.4.1

    DAL。支持分页、去重、排序、分组、聚合、表关联等复杂查询。 支持 PostgreSQL 和 openGauss 数据库的 schema DDL 和 DML 语句,当 SQL 中不指定 schema 时,默认 访问 public schema,其他 schema 则需要在表名前显示声明,暂不支持 SEARCH_PATH 修改 schema 搜索路径。 常规查询 • SELECT 主语句 SELECT select_expr 9.1. ShardingSphere-JDBC 75 Apache ShardingSphere document # PostgreSQL 风格 - ds_0.public.t_config - ds_1.public.* - ds_2.*.* - "*.*.*" defaultDataSource: ds_0 # 默认数据源,仅在执行 CREATE TABLE 创建单表时有效。缺失值为空,表 createDataSource 方法,创建 ShardingSphere‐ DataSource。 配置示例 public final class ShardingDatabasesAndTablesConfigurationPrecise { @Override public DataSource getDataSource() throws SQLException { return
    0 码力 | 530 页 | 4.49 MB | 1 年前
    3
  • pdf文档 Apache ShardingSphere v5.5.0 中文文档

    DAL。支持分页、去重、排序、分组、聚合、表关联等复杂查询。 支持 PostgreSQL 和 openGauss 数据库的 schema DDL 和 DML 语句,当 SQL 中不指定 schema 时,默认 访问 public schema,其他 schema 则需要在表名前显示声明,暂不支持 SEARCH_PATH 修改 schema 搜索路径。 常规查询 • SELECT 主语句 SELECT select_expr t_single # 加载指定单表 - ds_1.* # 加载指定数据源中的全部单表 - "*.*" # 加载全部单表 # PostgreSQL 风格 - ds_0.public.t_config - ds_1.public.* - ds_2.*.* - "*.*.*" defaultDataSource: ds_0 # 默认数据源,仅在执行 CREATE TABLE 创建单表时有效。缺失值为空,表 HikariConfig; import com.zaxxer.hikari.HikariDataSource; import javax.sql.DataSource; public class ExampleUtils { public DataSource createDataSource() { HikariConfig config = new HikariConfig(); config
    0 码力 | 557 页 | 4.61 MB | 1 年前
    3
  • pdf文档 Apache ShardingSphere 中文文档 5.3.2

    DAL。支持分页、去重、排序、分组、聚合、表关联等复杂查询。 支持 PostgreSQL 和 openGauss 数据库的 schema DDL 和 DML 语句,当 SQL 中不指定 schema 时,默认 访问 public schema,其他 schema 则需要在表名前显示声明,暂不支持 SEARCH_PATH 修改 schema 搜索路径。 常规查询 • SELECT 主语句 SELECT select_expr 9.1. ShardingSphere-JDBC 75 Apache ShardingSphere document # PostgreSQL 风格 - ds_0.public.t_config - ds_1.public.* - ds_2.*.* - "*.*.*" defaultDataSource: ds_0 # 默认数据源,仅在执行 CREATE TABLE 创建单表时有效。缺失值为空,表 createDataSource 方法,创建 ShardingSphere‐ DataSource。 配置示例 public final class ShardingDatabasesAndTablesConfigurationPrecise { @Override public DataSource getDataSource() throws SQLException { return
    0 码力 | 508 页 | 4.44 MB | 1 年前
    3
  • pdf文档 Apache ShardingSphere 中文文档 5.2.0

    Apache ShardingSphere document, v5.2.0 配置示例 public final class ShardingDatabasesAndTablesConfigurationPrecise implements ExampleConfiguration { @Override public DataSource getDataSource() throws SQLException 设置负载均衡算法 3. 使用读写分离数据源 4.1. ShardingSphere-JDBC 86 Apache ShardingSphere document, v5.2.0 配置示例 public DataSource getDataSource() throws SQLException { ReadwriteSplittingDataSourceRuleConfiguration dataSourceConfig createDataSource 方法,创建 ShardingSphere‐ DataSource。 配置示例 public final class EncryptDatabasesConfiguration implements ExampleConfiguration { @Override public DataSource getDataSource() { Properties props = new
    0 码力 | 449 页 | 5.85 MB | 1 年前
    3
  • pdf文档 Apache ShardingSphere 中文文档 5.0.0-alpha

    cases=false 运行调试模式 • 标 准 测 试 引 擎 运 行 org.apache.shardingsphere.test.integration.engine.it. ${SQL-TYPE}.General${SQL-TYPE}IT 以启动不同 SQL 类型的测试引擎。 • 批量测试引擎运行 org.apache.shardingsphere.test.integration.engine.it t public class TransactionConfiguration { @Bean public PlatformTransactionManager txManager(final DataSource dataSource) { return new DataSourceTransactionManager(dataSource); } @Bean public JdbcTemplate Type(TransactionType.XA) // 支持 TransactionType.LOCAL, TransactionType.XA, TransactionType.BASE public void insert() { jdbcTemplate.execute("INSERT INTO t_order (user_id, status) VALUES (?, ?)", (P
    0 码力 | 301 页 | 3.44 MB | 1 年前
    3
  • pdf文档 Apache ShardingSphere 中文文档 5.0.0

    t public class TransactionConfiguration { @Bean public PlatformTransactionManager txManager(final DataSource dataSource) { return new DataSourceTransactionManager(dataSource); } @Bean public JdbcTemplate Type(TransactionType.XA) // 支持 TransactionType.LOCAL, TransactionType.XA, TransactionType.BASE public void insert() { jdbcTemplate.execute("INSERT INTO t_order (user_id, status) VALUES (?, ?)", (P Type(TransactionType.XA) // 支持 TransactionType.LOCAL, TransactionType.XA, TransactionType.BASE public void insert() { jdbcTemplate.execute("INSERT INTO t_order (user_id, status) VALUES (?, ?)", (P
    0 码力 | 385 页 | 4.26 MB | 1 年前
    3
共 26 条
  • 1
  • 2
  • 3
前往
页
相关搜索词
ApacheShardingSphere5.4Documentv55.0document5.2中文文档5.3alpha
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩