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

无数据

分类

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

语言

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

格式

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

    采取列存储和压缩的追加表,分布键为id,根据time分区,时间间隔为1天。完整的建表语句如下所⽰: create table t_unetanalysis_data ( id serial,uuid varchar(64) DEFAULT NULL, item_id int DEFAULT NULL, time int DEFAULT NULL, data varchar(4000) DEFAULT range(time) ( START (1469980800) END (1488297600) EVERY (86400) ); 其中,id 为记录序号,通过 serial(序列)实现⾃增;uuid 存储⽤⼾组织 ID 或者⽤⼾的 IP;item_id 为代表某种分析项的 id(分析项如IP流量、TCP包量、TCP重传率等);time为时间戳; data为数据。 样本数据如下图所⽰: UDW 2012-2021 UCloud 优刻得 184/206 根据查询需要创建索引如下: create index t_unetanalysis_data_uuid_itemid_time on t_unetanalysis_data(uuid, item_id, time); 数据导⼊ 数据导⼊ 为了加快数据插⼊UDW的速度,强烈建议⽤copy的⽅式将数据导⼊。⽰例代码如下图所⽰: UDW
    0 码力 | 206 页 | 5.35 MB | 1 年前
    3
  • pdf文档 Pivotal Greenplum 5.0 - 开源MPP 数据库的不二之选

    Dispatcher • GPORCA is Default Optimizer • JSON Type & Functions • Improved XML Type/Functions • UUID Type • Anonymous Code Blocks (Do statement) • UDF default and Variadic parameters • DBLink
    0 码力 | 18 页 | 913.39 KB | 1 年前
    3
  • pdf文档 Greenplum 5.0 and Roadmap

    2 to PG 8.3 (2017 time frame) – JSON/JSONB – Full Text Search – Improved XML Type/Functions – UUID Type – Raster PostGIS – Anonymous Code Blocks – PostgreSQL based Analyze (faster) – Extension
    0 码力 | 27 页 | 2.66 MB | 1 年前
    3
  • pdf文档 Pivotal Greenplum 5: 新一代数据平台

    Pivotal Greenplum 5 支持多种新的内置数据类型,并针对现有数据类型进行了改进。新增的类型包括符合 RFC 4122 和 ISO/IEC 9834-8:2005 标准的通用惟一标识符 (UUID)。JSON 类型可用于存储和处理不限长度的可变 JSON 数据,新 增了用于查询和解析 JSON 记录的内置函数。与 JSON 类似,HSTORE 可用于在数据库中存储和查询半结构化数据。 Greenplum
    0 码力 | 9 页 | 690.33 KB | 1 年前
    3
  • pdf文档 VMware Greenplum 7 Documentation

    TIMESTAMP9_LTZ 1684 TIMESTAMP9_NTZ Examples 1684 Valid input for TIMESTAMP9_NTZ 1684 Limitations 1685 uuid-ossp 1685 Installing and Registering the Module 1685 VMware Greenplum 7 Documentation VMware by pageinspect pg_trgm pgcrypto pgvector postgres_fdw postgresql-hll sslinfo tablefunc timestamp9 uuid-ossp For additional information about the modules supplied with Greenplum Database, refer to Additional time_minmax_ops time without time zone < <= = >= > timetz_minmax_ops time with time zone < <= = >= > uuid_minmax_ops uuid < <= = >= > Creating and Managing Views Views enable you to save frequently used or complex
    0 码力 | 2221 页 | 14.19 MB | 1 年前
    3
  • pdf文档 VMware Greenplum 6 Documentation

    TIMESTAMP9_LTZ 1865 TIMESTAMP9_NTZ Examples 1865 Valid input for TIMESTAMP9_NTZ 1865 Limitations 1866 uuid-ossp 1866 Installing and Registering the Module 1866 Module Documentation 1866 Character Set Support by Broadcom 173 timestamp9, which provides an efficient nanosecond-precision timestamp data type. uuid-ossp, which provides functions to generate universally unique identifiers (UUIDs). Version 6.23 only) pageinspect pg_trgm pgcrypto postgres_fdw postgresql-hll sslinfo tablefunc timestamp9 uuid-ossp For additional information about the modules supplied with Greenplum Database, refer to Additional
    0 码力 | 2445 页 | 18.05 MB | 1 年前
    3
  • pdf文档 VMware Greenplum 6 Documentation

    TIMESTAMP9_LTZ 1831 TIMESTAMP9_NTZ Examples 1831 Valid input for TIMESTAMP9_NTZ 1831 Limitations 1832 uuid-ossp 1832 VMware Greenplum 6 Documentation VMware, Inc 100 Installing and Registering the Module tree-like structure. timestamp9, which provides an efficient nanosecond-precision timestamp data type. uuid-ossp, which provides functions to generate universally unique identifiers (UUIDs). Version 6.23 only) pageinspect pg_trgm pgcrypto postgres_fdw postgresql-hll sslinfo tablefunc timestamp9 uuid-ossp For additional information about the modules supplied with Greenplum Database, refer to Additional
    0 码力 | 2374 页 | 44.90 MB | 1 年前
    3
  • pdf文档 VMware Tanzu Greenplum v6.23 Documentation

    Registering the Module 1772 Module Documentation 1772 Additional Documentation 1772 Limitations 1773 uuid-ossp 1773 Installing and Registering the Module 1773 Module Documentation 1773 Character Set Support tree-like structure. timestamp9, which provides an efficient nanosecond-precision timestamp data type. uuid-ossp, which provides functions to generate universally unique identifiers (UUIDs). Version 6.23 Greenplum only) pageinspect pg_trgm pgcrypto postgres_fdw postgresql-hll sslinfo timestamp9 uuid-ossp For additional information about the modules supplied with Greenplum Database, refer to Additional
    0 码力 | 2298 页 | 40.94 MB | 1 年前
    3
  • pdf文档 VMware Greenplum v6.25 Documentation

    TIMESTAMP9_LTZ 1824 TIMESTAMP9_NTZ Examples 1825 Valid input for TIMESTAMP9_NTZ 1825 Limitations 1825 uuid-ossp 1825 Installing and Registering the Module 1825 Module Documentation 1826 Character Set Support tree-like structure. timestamp9, which provides an efficient nanosecond-precision timestamp data type. uuid-ossp, which provides functions to generate universally unique identifiers (UUIDs). Version 6.23 only) pageinspect pg_trgm pgcrypto postgres_fdw postgresql-hll sslinfo tablefunc timestamp9 uuid-ossp For additional information about the modules supplied with Greenplum Database, refer to Additional
    0 码力 | 2400 页 | 18.02 MB | 1 年前
    3
  • pdf文档 VMware Greenplum v6.18 Documentation

    (p) ] with time zone timestamptz 8 bytes 4713 BC - 294,277 AD both date and time, with time zone uuid 16 bytes Universally Unique Identifiers according to RFC 4122, ISO/IEC 9834-8:2005 xml1 1
    0 码力 | 1959 页 | 19.73 MB | 1 年前
    3
共 15 条
  • 1
  • 2
前往
页
相关搜索词
Greenplum数据仓库数据仓库UDWUCloud中立计算服务服务商Pivotal5.0开源MPP据库数据库不二之选andRoadmap一代新一代平台VMwareDocumentationTanzuv6232518
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩