积分充值
 首页
前端开发
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文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部数据库(14)Greenplum(14)

语言

全部英语(11)中文(简体)(3)

格式

全部PDF文档 PDF(14)
 
本次搜索耗时 0.678 秒,为您找到相关结果约 14 个.
  • 全部
  • 数据库
  • Greenplum
  • 全部
  • 英语
  • 中文(简体)
  • 全部
  • PDF文档 PDF
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Greenplum分布式事务和两阶段提交协议

    8> <COMMIT T1> Redo log(记录新值) (No-Steal / No-Force) 恢复时,从前往后,对提交的事务 的日志做redo操作。 日志 <COMMIT T1> Undo+Redo 恢复时,从前往后对提交事务做 redo操作,从后往前对未提交事务 做undo操作 。 日志 <COMMIT T1> 假设 A=8, B=10, C =12 T1: A → 10 T2: B → 8; C → 10 17 Buffer Pool and Log Buffer 2. A transaction is not considered to be committed until all of its log records(including its commit record) have been written to stable storage. 第一点:Steal policy。更新non-volatile storage中的页面时,必须记录undo
    0 码力 | 42 页 | 2.12 MB | 1 年前
    3
  • pdf文档 Greenplum数据仓库UDW - UCloud中立云计算服务商

    executeUpdate(sql); 快速上⼿ Greenplum数据仓库 UDW Copyright © 2012-2021 UCloud 优刻得 18/206 stmt.close(); c.commit(); c.close(); } catch (Exception e) { e.printStackTrace(); System.err.println(e.getClass().getName()+": UCloud 优刻得 26/206 ADDRESS CHAR(50), SALARY REAL);''') print "Table created successfully" conn.commit() conn.close() ⽰例3. 插⼊记录 insert.py #!/usr/bin/python import psycopg2 conn = psycopg2.connect(database="dev" INTO COMPANY (ID,NAME,AGE,ADDRESS,SALARY) \ VALUES (2, 'Allen', 25, 'Texas', 15000.00 )"); conn.commit() print "Records created successfully"; conn.close() ⽰例4. 查询 select.py #!/usr/bin/python 快速上⼿
    0 码力 | 206 页 | 5.35 MB | 1 年前
    3
  • pdf文档 VMware Greenplum 7 Documentation

    Synopsis 1197 Description 1198 Parameters 1199 Notes 1200 Examples 1200 Compatibility 1201 COMMIT 1201 Synopsis 1201 Description 1202 Parameters 1202 Notes 1202 Examples 1202 Compatibility transaction management. The CREATE PROCEDURE command provides functionality to execute commands like COMMIT or ROLLBACK inside the procedural code. VMware Greenplum Streaming Server (GPSS) version 1.10.1 that is not enclosed in a transaction is treated as a single-statement transaction—the BEGIN and COMMIT are added implicitly. This is similar to autocommit in some database systems. When a transaction
    0 码力 | 2221 页 | 14.19 MB | 1 年前
    3
  • pdf文档 VMware Greenplum v6.19 Documentation

    ALTER VIEW 1072 ANALYZE 1072 BEGIN 1073 CHECKPOINT 1073 CLOSE 1073 CLUSTER 1073 COMMENT 1073 COMMIT 1074 COPY 1074 CREATE AGGREGATE 1075 CREATE CAST 1076 CREATE COLLATION 1076 CREATE CONVERSION Synopsis 1195 Description 1195 Parameters 1196 Notes 1197 Examples 1197 Compatibility 1198 COMMIT 1198 COMMIT 0 Synopsis 1198 Description 1198 Parameters 1198 Notes 1198 Examples 1198 Compatibility 13107 : Resolves an issue where disk space for a dropped relation was not freed on transaction commit; Greenplum Database now truncates the files. 13105 : Resolves a file descriptor leak on AO segment
    0 码力 | 1972 页 | 20.05 MB | 1 年前
    3
  • pdf文档 VMware Greenplum 6 Documentation

    ALTER VIEW 1320 ANALYZE 1320 BEGIN 1321 CHECKPOINT 1321 CLOSE 1321 CLUSTER 1321 COMMENT 1321 COMMIT 1322 COPY 1322 CREATE AGGREGATE 1322 CREATE CAST 1324 VMware Greenplum 6 Documentation VMware Synopsis 1445 Description 1446 Parameters 1446 Notes 1447 Examples 1447 Compatibility 1448 COMMIT 1448 Synopsis 1449 Description 1449 Parameters 1449 Notes 1449 Examples 1449 Compatibility commands to child tables during pg_restore, which must run in utility mode. n/a : Reverts a problematic commit that enclosed a check for interrupts (CFI) in a try-catch statement. (Resolved by PR-13568.) n/a
    0 码力 | 2445 页 | 18.05 MB | 1 年前
    3
  • pdf文档 VMware Greenplum 6 Documentation

    ALTER VIEW 1303 ANALYZE 1303 BEGIN 1303 CHECKPOINT 1304 CLOSE 1304 CLUSTER 1304 COMMENT 1304 COMMIT 1305 COPY 1305 CREATE AGGREGATE 1305 CREATE CAST 1306 CREATE COLLATION 1307 CREATE CONVERSION VMware Greenplum 6 Documentation VMware, Inc 69 Notes 1428 Examples 1428 Compatibility 1429 COMMIT 1429 Synopsis 1429 Description 1429 Parameters 1429 Notes 1429 Examples 1429 Compatibility commands to child tables during pg_restore, which must run in utility mode. n/a Reverts a problematic commit that enclosed a check for interrupts (CFI) in a try-catch statement. (Resolved by PR-13568.) n/a
    0 码力 | 2374 页 | 44.90 MB | 1 年前
    3
  • pdf文档 VMware Greenplum v6.25 Documentation

    ALTER VIEW 1288 ANALYZE 1288 BEGIN 1289 CHECKPOINT 1289 CLOSE 1289 CLUSTER 1289 COMMENT 1289 COMMIT 1290 COPY 1290 CREATE AGGREGATE 1290 CREATE CAST 1292 CREATE COLLATION 1292 CREATE CONVERSION Synopsis 1412 Description 1413 Parameters 1413 Notes 1414 Examples 1414 Compatibility 1415 COMMIT 1415 Synopsis 1416 Description 1416 Parameters 1416 Notes 1416 Examples 1416 Compatibility commands to child tables during pg_restore, which must run in utility mode. n/a : Reverts a problematic commit that enclosed a check for interrupts (CFI) in a try-catch statement. (Resolved by PR-13568.) n/a
    0 码力 | 2400 页 | 18.02 MB | 1 年前
    3
  • pdf文档 VMware Greenplum v6.18 Documentation

    ALTER VIEW 1063 ANALYZE 1063 BEGIN 1064 CHECKPOINT 1064 CLOSE 1064 CLUSTER 1064 COMMENT 1064 COMMIT 1065 COPY 1065 CREATE AGGREGATE 1066 CREATE CAST 1067 CREATE COLLATION 1067 CREATE CONVERSION Synopsis 1186 Description 1186 Parameters 1187 Notes 1188 Examples 1188 Compatibility 1189 COMMIT 1189 COMMIT 0 Synopsis 1189 Description 1189 Parameters 1189 Notes 1189 Examples 1189 Compatibility Resolved a problem that could cause a transaction to incorrectly use single-phase commit instead of two-phase commit. 275569338 - Query Dispatcher : Resolved a problem that could cause the error, ERROR:
    0 码力 | 1959 页 | 19.73 MB | 1 年前
    3
  • pdf文档 VMware Tanzu Greenplum v6.23 Documentation

    ALTER VIEW 1263 ANALYZE 1263 BEGIN 1263 CHECKPOINT 1264 CLOSE 1264 CLUSTER 1264 COMMENT 1264 COMMIT 1265 COPY 1265 VMware Tanzu Greenplum 6 Documentation VMware, Inc 58 CREATE AGGREGATE 1265 CREATE Synopsis 1384 Description 1385 Parameters 1385 Notes 1386 Examples 1386 Compatibility 1387 COMMIT 1387 Synopsis 1387 Description 1387 Parameters 1388 Notes 1388 Examples 1388 Compatibility commands to child tables during pg_restore, which must run in utility mode. n/a Reverts a problematic commit that enclosed a check for interrupts (CFI) in a try-catch statement. (Resolved by PR-13568.) n/a
    0 码力 | 2298 页 | 40.94 MB | 1 年前
    3
  • pdf文档 VMware Tanzu Greenplum 6 Documentation

    ALTER VIEW 1258 ANALYZE 1258 BEGIN 1259 CHECKPOINT 1259 CLOSE 1259 CLUSTER 1259 COMMENT 1259 COMMIT 1260 COPY 1260 CREATE AGGREGATE 1260 CREATE CAST 1262 CREATE COLLATION 1262 CREATE CONVERSION Synopsis 1380 Description 1380 Parameters 1381 Notes 1382 Examples 1382 Compatibility 1383 COMMIT 1383 Synopsis 1383 Description 1383 Parameters 1383 Notes 1383 Examples 1383 Compatibility commands to child tables during pg_restore, which must run in utility mode. n/a : Reverts a problematic commit that enclosed a check for interrupts (CFI) in a try-catch statement. (Resolved by PR-13568.) n/a
    0 码力 | 2311 页 | 17.58 MB | 1 年前
    3
共 14 条
  • 1
  • 2
前往
页
相关搜索词
Greenplum分布布式分布式事务阶段提交协议数据仓库数据仓库UDWUCloud中立计算服务服务商VMwareDocumentationv6192518Tanzu23
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩