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

无数据

分类

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

语言

全部英语(12)中文(简体)(6)

格式

全部PDF文档 PDF(18)
 
本次搜索耗时 0.442 秒,为您找到相关结果约 18 个.
  • 全部
  • 数据库
  • Greenplum
  • 全部
  • 英语
  • 中文(简体)
  • 全部
  • PDF文档 PDF
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Greenplum数据仓库UDW - UCloud中立云计算服务商

    实际可⽤总容量略⼩于节点个数*节点磁盘⼤⼩/2,请根据实际数据⼤⼩选择合适的节点。 3.设置数据仓库信息 必选项有数据仓库名称、DB管理员⽤⼾名、管理员密码。可选项有默认DB,默认DB的名称为dev,你可以选择除了“test”、“postgres”、“template”、“template0”、“template1” 、 “default”之外的其他名称。 DB管理员⽤⼾名不能为“postgres”。端⼝固定为 python-psycopg2 ⽰例1. 连接UDW testconn.py #!/usr/bin/python import psycopg2 conn = psycopg2.connect(database="dev", user="username", password="password", host="hostIP", port="port") print "Opened database successfully" ⽰例2. 创建⼀个表 createTable.py #!/usr/bin/python import psycopg2 conn = psycopg2.connect(database="dev", user="username", password="password", host="hostIP", port="port") print "Opened database successfully"
    0 码力 | 206 页 | 5.35 MB | 1 年前
    3
  • pdf文档 Greenplum 编译安装和调试

    ---------------------------------------- PostgreSQL 8.3.23 (Greenplum Database 5.4.1+dev.56.gcdfadd9 build dev) ... postgres=# SELECT * FROM gp_segment_configuration ; dbid | content | role | preferred_role ​-​b ​1​ ​-​C ​-​1​ ​-​z ​0​ ​-m 2.2.5 启动Segment出错 如果启动 segment 时出错,并且看不到具体错误信息(通常由于错误信息被重定向到 /dev/null 了),则可以尝试手动启动 segment。 手动启动segment的命令参加下面,需要根据自己的环境修改某些路径或者参数: export​ LD_LIBRARY_PATH​ 如上图所示,可以通过 IDE 很直观的看到正在执行的代码片段,以及函数中变量的值。对于学习 和调试Greenplum非常有帮助。 5. 问题讨论 如果遇到问题无法解决,优先建议到 gpdb-dev 邮件列表讨论,或者在github上面报告Issues (​https://github.com/greenplum-db/gpdb/issues​). 欢迎加入 Greenplum 中文社区, https://greenplum
    0 码力 | 15 页 | 2.07 MB | 1 年前
    3
  • pdf文档 Greenplum机器学习⼯具集和案例

    Apache SOLR Text PostGIS GeoSpatial Custom Apps BI / Reporting Machine Learning AI IT Dev Business Analysts Data Scientists On-Premises Public Clouds Private Clouds Fully ● CREATE OR REPLACE FUNCTION r_norm(n integer, mean float8, std_dev float8) RETURNS float8[ ] AS $$ x<-rnorm(n,mean,std_dev) return(x) $$ LANGUAGE 'plr'; ● CREATE TABLE test_norm_var
    0 码力 | 58 页 | 1.97 MB | 1 年前
    3
  • pdf文档 VMware Greenplum 6 Documentation

    install -y perl 6. Mount the ISO containing the VMware Tools binary. $ mkdir -p /mnt/cdrom $ mount /dev/cdrom /mnt/cdrom 7. Extract the installation file. $ cd /tmp $ tar -xzvf /mnt/cdrom/VMwareTools* virtual machine data drive: $ mkdir -p /gpdata $ mkfs.xfs /dev/sdb $ mount -t xfs -o rw,noatime,nodev,inode64 /dev/sdb /gpdata/ $ df -kh $ echo /dev/sdb /gpdata/ xfs rw,nodev,noatime,inode64 0 0 >> /etc/fstab Update the file content: # Configure readahead for the `/dev/sdb` to 16384 512-byte sectors, i.e. 8MiB /sbin/blockdev --setra 16384 /dev/sdb # Configure gp-virtual-internal network settings with MTU
    0 码力 | 2374 页 | 44.90 MB | 1 年前
    3
  • pdf文档 VMware Tanzu Greenplum v6.23 Documentation

    install -y perl 6. Mount the ISO containing the VMware Tools binary. $ mkdir -p /mnt/cdrom $ mount /dev/cdrom /mnt/cdrom 7. Extract the installation file. $ cd /tmp $ tar -xzvf /mnt/cdrom/VMwareTools* virtual machine data drive: $ mkdir -p /gpdata $ mkfs.xfs /dev/sdb $ mount -t xfs -o rw,noatime,nodev,inode64 /dev/sdb /gpdata/ $ df -kh $ echo /dev/sdb /gpdata/ xfs rw,nodev,noatime,inode64 0 0 >> /etc/fstab Update the file content: # Configure readahead for the `/dev/sdb` to 16384 512-byte sectors, i.e. 8MiB /sbin/blockdev --setra 16384 /dev/sdb # Configure gp-virtual-internal network settings with MTU
    0 码力 | 2298 页 | 40.94 MB | 1 年前
    3
  • pdf文档 VMware Tanzu Greenplum 6 Documentation

    install -y perl 6. Mount the ISO containing the VMware Tools binary. $ mkdir -p /mnt/cdrom $ mount /dev/cdrom /mnt/cdrom 7. Extract the installation file. $ cd /tmp VMware Tanzu Greenplum 6 Documentation virtual machine data drive: $ mkdir -p /gpdata $ mkfs.xfs /dev/sdb $ mount -t xfs -o rw,noatime,nodev,inode64 /dev/sdb /gpdata/ $ df -kh $ echo /dev/sdb /gpdata/ xfs rw,nodev,noatime,inode64 0 0 >> /etc/fstab Update the file content: # Configure readahead for the `/dev/sdb` to 16384 512-byte sectors, i.e. 8MiB /sbin/blockdev --setra 16384 /dev/sdb # Configure gp-virtual-internal network settings with
    0 码力 | 2311 页 | 17.58 MB | 1 年前
    3
  • pdf文档 Greenplum Database 管理员指南 6.2.1

    目前的例子,我们选择用 gpfdist 协议,例如,我们在 192.168.88.66 机器上 启动 gpfdist 服务。 $ nohup gpfdist -p 8080 -d /../ >/dev/null 2>&1 & 此处说明一下,gpfdist 不允许直接在/目录上启动服务,因此可以通过/../的 方式间接的从/上启动服务。 2、 创建一张可写外部表,表结构与需要交换分区的分区表保持一致(使用 如果不需要gpfdist的输出, 可以这样启动gpfdist服务: $ nohup gpfdist -p 8080 -d /../ >/dev/null 2>&1 & $ nohup gpfdist -p 8081 -d /../ >/dev/null 2>&1 & 正如上面的例子,可以在相同的目录上启动多个gpfdist服务,只要监听端口不 同即可。这样就可以为不同的外部表 Raid 1 2 /dev/sda 2048MB /boot 操作系统 剩余尺寸 / Greenplum Database 管理员指南 V6.2.1 版权所有:Esena(陈淼 +86 18616691889) 编写:陈淼 - 271 - 盘 Raid 5 X+1+1 /dev/sdb 内存尺寸 swap SWAP /dev/sdc 剩余尺寸 /data
    0 码力 | 416 页 | 6.08 MB | 1 年前
    3
  • pdf文档 VMware Tanzu Greenplum v6.21 Documentation

    install -y perl 6. Mount the ISO containing the VMware Tools binary. $ mkdir -p /mnt/cdrom $ mount /dev/cdrom /mnt/cdrom 7. Extract the installation file. $ cd /tmp $ tar -xzvf /mnt/cdrom/VMwareTools* virtual machine data drive: $ mkdir -p /gpdata $ mkfs.xfs /dev/sdb $ mount -t xfs -o rw,noatime,nodev,inode64 /dev/sdb /gpdata/ $ df -kh $ echo /dev/sdb /gpdata/ xfs rw,nodev,noatime,inode64 0 0 >> /etc/fstab Update the file content: # Configure readahead for the `/dev/sdb` to 16384 512-byte sectors, i.e. 8MiB /sbin/blockdev --setra 16384 /dev/sdb # Configure gp-virtual-internal network settings with MTU
    0 码力 | 2025 页 | 33.54 MB | 1 年前
    3
  • pdf文档 VMware Greenplum v6.18 Documentation

    be set in the /etc/fstab file. This example entry from an fstab file specifies the XFS options. /dev/data /data xfs nodev,noatime,inode64 0 0 VMware Greenplum v6.18 Documentation VMware, Inc. 245 Disk /sbin/blockdev --getra /dev/sdb To set blockdev (read-ahead) on a device: # sudo /sbin/blockdev --setra For example: # sudo /sbin/blockdev --setra 16384 /dev/sdb See the manual page to the rc.local file to set the read-ahead value for the disk sdb. /sbin/blockdev --setra 16384 /dev/sdb On systems that use systemd, you must also set the execute permissions on the rc.local file to
    0 码力 | 1959 页 | 19.73 MB | 1 年前
    3
  • pdf文档 VMware Greenplum v6.19 Documentation

    be set in the /etc/fstab file. This example entry from an fstab file specifies the XFS options. /dev/data /data xfs nodev,noatime,inode64 0 0 VMware Greenplum v6.19 Documentation VMware, Inc. 252 Disk /sbin/blockdev --getra /dev/sdb To set blockdev (read-ahead) on a device: # sudo /sbin/blockdev --setra For example: # sudo /sbin/blockdev --setra 16384 /dev/sdb See the manual page to the rc.local file to set the read-ahead value for the disk sdb. /sbin/blockdev --setra 16384 /dev/sdb On systems that use systemd, you must also set the execute permissions on the rc.local file to
    0 码力 | 1972 页 | 20.05 MB | 1 年前
    3
共 18 条
  • 1
  • 2
前往
页
相关搜索词
Greenplum数据仓库数据仓库UDWUCloud中立计算服务服务商编译安装调试机器学习案例VMwareDocumentationTanzuv623Database管理管理员指南211819
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩