阿里云 AnalyticDB for PostgreSQL
- 打造更简单易用的Cloud SQL Data WarehouseMPP水平扩展架构,PB级数据查询秒级响应;向量化计算,及列存储智能索引,领先传统数据库引擎性能 3x; 新一代SQL优化器,实现复杂分析语句免调优 • 支持多模分析 通过PostGIS 插件支持 地理信息数据分析;MADlib 库内置100+ 机器学习算法库,实现数据智能探索;高性 能向量检索算法,支持视频/图像检索 以图搜图 AnalyticDB for PostgreSQL 产品架构 协调节点 批量同步 1 3 4 2 云化在线数仓 : 简化、敏捷、一栈式构筑数据仓库 • 一键实现 十分钟 集群创建部署 • 图形化实例管理及自动监控报警 实例SQL安全审计 实例实时监控 实例配置信息 • 云上多种生态工具配套: DTS数据传输 QuickBI DataV 数据集成 阿里云数据工 具服务 阿里云第三方 服务 … … Kettel 客户案例 – 阿里妈妈数据银行广告业务 服务的平台,商家通过分析用户的购买行为等数据,以 提升商家的运营效率和效果,将蕴藏在数据中的价值挖 掘出来,持续催化品牌和消费者关系。 金融客户案例 – 某金融信息平台 国内知名的某互联网金融信息服务平 台,致力为个人、企业、金融机构提供 金融资产交易信息服务,打造综合性互 联网金融服务平台。 AnalyticDB for PostgreSQL 集 群实例 BI 分析 RDS RDS RDS0 码力 | 22 页 | 2.98 MB | 1 年前3
PostgreSQL WAL日志解析与应用Postgres Conference China 2016 中国用户大会 Functions of WAL • XLogInsert 插入一条XLOG记录,记录有特殊的RMID标识和附带信息 字节,记录的主体包括数据块和数据链。 返回XLOG指针(指 向记录尾的),可以用做已经存入日志的数据页的LSN,根据 LSN,XLOG在修改实际数据之前先写日志(也就是WAL)。 • XLogFlush Postgres Conference China 2016 中国用户大会 Logminter • 利用多版本特性,尽可能恢复数据。 • 打开pg_log,查找误操作信息,进行还原。 • 利用pg_xlogdump查看wal日志信息,确定时 间点,然后恢复。 2016Postgres中国用户大会 Postgres Conference China 2016 中国用户大会 Thanks0 码力 | 16 页 | 705.31 KB | 1 年前3
实现PostgreSQL逻辑复制实战Logo 2016Postgres中国用户大会 Postgres Conference China 2016 中国用户大会 简介 逻辑复制的功能是从PG的WAL日志中,读取数 据库更新信息,然后“翻译”(Decode)成逻 辑的形式,可发送到远程从库做数据同步。 PG WAL Other DB 2016Postgres中国用户大会 Postgres Conference0 码力 | 17 页 | 1.90 MB | 1 年前3
postgresql操作手册表示普通账号,=#表示管理员账号 db_test=> #提示符=>前的db_test表示当前数据库名 用户信息保存在postgres库下面的名为pg_catalg的schema下的pg_user表里: ★第5章、使用客户端连接 ①命令行客户端连接pg数据库 # psql -h 10.990 码力 | 17 页 | 445.84 KB | 1 年前3
PostgreSQL 8.2 Documentation..................402 25.4.2. Built-in Trace Points.......................................................................................402 25.4.3. Using Trace Points................................ ..........................................................403 25.4.4. Defining Trace Points......................................................................................404 26. Monitoring Disk ..............................................................................398 25-3. Built-in Trace Points...........................................................................................0 码力 | 1748 页 | 13.12 MB | 1 年前3
PostgreSQL 8.2 Documentation..................402 25.4.2. Built-in Trace Points.......................................................................................402 25.4.3. Using Trace Points................................ ..........................................................403 25.4.4. Defining Trace Points......................................................................................404 26. Monitoring Disk ..............................................................................398 25-3. Built-in Trace Points...........................................................................................0 码力 | 1762 页 | 5.43 MB | 1 年前3
PostgreSQL 8.3 Documentation..................486 26.4.2. Built-in Trace Points.......................................................................................486 26.4.3. Using Trace Points................................ ..........................................................487 26.4.4. Defining Trace Points......................................................................................488 27. Monitoring Disk debugger to trace down misbehavior in authentication. This parameter can only be set in the postgresql.conf file or on the server command line. 408 Chapter 18. Server Configuration trace_notify (boolean)0 码力 | 2143 页 | 4.58 MB | 1 年前3
PostgreSQL 8.3 Documentation.....................458 26.4.2. Built-in Trace Points................................................................................458 26.4.3. Using Trace Points.................................... ...............................................458 26.4.4. Defining Trace Points...............................................................................459 27. Monitoring Disk Usage........... server process with a debugger to trace down misbehavior in authentication. This parameter can only be set in the postgresql.conf file or on the server command line. trace_notify (boolean) Generates a great0 码力 | 2015 页 | 4.54 MB | 1 年前3
PostgreSQL 8.4 Documentationserver process with a debugger to trace down misbehavior in authentication. This parameter can only be set in the postgresql.conf file or on the server command line. trace_notify (boolean) Generates a great client or server log, respectively. trace_sort (boolean) If on, emit information about resource usage during sort operations. This parameter is only available if the TRACE_SORT macro was defined when PostgreSQL PostgreSQL was compiled. (However, TRACE_SORT is currently defined by default.) 421 Chapter 18. Server Configuration trace_locks (boolean) If on, emit information about lock usage. Information dumped0 码力 | 2224 页 | 5.05 MB | 1 年前3
PostgreSQL 8.4 Documentationserver process with a debugger to trace down misbehavior in authentication. This parameter can only be set in the postgresql.conf file or on the server command line. trace_notify (boolean) Generates a great client or server log, respectively. trace_sort (boolean) If on, emit information about resource usage during sort operations. This parameter is only available if the TRACE_SORT macro was defined when PostgreSQL PostgreSQL was compiled. (However, TRACE_SORT is currently defined by default.) trace_locks (boolean) If on, emit information about lock usage. Information dumped includes the type of lock operation, the0 码力 | 2371 页 | 5.09 MB | 1 年前3
共 44 条
- 1
- 2
- 3
- 4
- 5













