29回勉強会資料「PostgreSQLのリカバリ超入門」
See also http://www.interdb.jp/pgsql (Coming soon!)
初心者向け。PostgreSQLのWAL、CHECKPOINT、 オンラインバックアップの仕組み解説。
これを見たら、次は→ http://www.slideshare.net/satock/29shikumi-backup
2017/9/7 db tech showcase Tokyo 2017(JPOUG in 15 minutes)にて発表した内容です。
SQL大量発行に伴う処理遅延は、ミッションクリティカルシステムでありがちな性能問題のひとつです。
SQLをまとめて発行したり、処理の多重度を上げることができれば高速化可能です。ですが・・・
AP設計に起因する性能問題のため、開発工程の終盤においては対処が難しいことが多々あります。
そのような状況において、どのような改善手段があるのか、Oracleを例に解説します。
2017/9/7 db tech showcase Tokyo 2017(JPOUG in 15 minutes)にて発表した内容です。
SQL大量発行に伴う処理遅延は、ミッションクリティカルシステムでありがちな性能問題のひとつです。
SQLをまとめて発行したり、処理の多重度を上げることができれば高速化可能です。ですが・・・
AP設計に起因する性能問題のため、開発工程の終盤においては対処が難しいことが多々あります。
そのような状況において、どのような改善手段があるのか、Oracleを例に解説します。
This document summarizes Amazon RDS for PostgreSQL, including:
- New major and minor version releases including 9.5.2 and support for additional extensions
- Changes to default parameters in 9.5 including increased max_connections and maintenance_work_mem
- Details on performing major version upgrades safely using pg_upgrade and testing
- New security features like forcing SSL on all connections and encryption of snapshot sharing
- Performance testing showing little overhead from encryption at rest
- Data migration options using the Database Migration Service
2011年10月19~21日に開催された「INSIGHT OUT 2011」のセッション「PostgreSQLアーキテクチャ入門」の講演資料です。
「INSIGHT OUT 2011」の詳細については、以下を参照ください。
http://www.insight-tec.com/insight-out-2011.html
This document summarizes a presentation about proposed and potential future enhancements to foreign data wrappers in PostgreSQL. Some key points discussed include: inheritance support for foreign tables was committed for version 9.5; join push-down and update push-down were proposed but returned for further work; and future ideas proposed aggregate push-down, more aggressive join push-down, sort push-down, and 2PC support. Many technical challenges around semantics, implementation, and optimization were also discussed.