The document discusses the introduction of a high-level API for creating Linux virtual machines on macOS 11 Big Sur, referred to as virtualization.framework, along with the development of Rust bindings for it called virtualization-rs. It covers the background of virtualization technology, the evolution of macOS virtualization, and performance benchmarks comparing virtualization.framework with traditional technologies like hyperkit. The findings indicate that the performance of virtualization.framework is comparable to that of hyperkit.
2017/9/7 db tech showcase Tokyo 2017(JPOUG in 15 minutes)にて発表した内容です。
SQL大量発行に伴う処理遅延は、ミッションクリティカルシステムでありがちな性能問題のひとつです。
SQLをまとめて発行したり、処理の多重度を上げることができれば高速化可能です。ですが・・・
AP設計に起因する性能問題のため、開発工程の終盤においては対処が難しいことが多々あります。
そのような状況において、どのような改善手段があるのか、Oracleを例に解説します。
The document discusses the introduction of a high-level API for creating Linux virtual machines on macOS 11 Big Sur, referred to as virtualization.framework, along with the development of Rust bindings for it called virtualization-rs. It covers the background of virtualization technology, the evolution of macOS virtualization, and performance benchmarks comparing virtualization.framework with traditional technologies like hyperkit. The findings indicate that the performance of virtualization.framework is comparable to that of hyperkit.
2017/9/7 db tech showcase Tokyo 2017(JPOUG in 15 minutes)にて発表した内容です。
SQL大量発行に伴う処理遅延は、ミッションクリティカルシステムでありがちな性能問題のひとつです。
SQLをまとめて発行したり、処理の多重度を上げることができれば高速化可能です。ですが・・・
AP設計に起因する性能問題のため、開発工程の終盤においては対処が難しいことが多々あります。
そのような状況において、どのような改善手段があるのか、Oracleを例に解説します。
The document discusses PG-Strom, an open source project that uses GPU acceleration for PostgreSQL. PG-Strom allows for automatic generation of GPU code from SQL queries, enabling transparent acceleration of operations like WHERE clauses, JOINs, and GROUP BY through thousands of GPU cores. It introduces PL/CUDA, which allows users to write custom CUDA kernels and integrate them with PostgreSQL for manual optimization of complex algorithms. A case study on k-nearest neighbor similarity search for drug discovery is presented to demonstrate PG-Strom's ability to accelerate computational workloads through GPU processing.
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.
4. パラレル化って?
• definition of Parallel
• (of lines, planes, surfaces, or objects) side by side
and having the same distance continuously between
them: parallel lines never meet | the road runs parallel
to the Ottawa River.
• definition of Concurrent
• existing, happening, or done at the same time: there
are three concurrent art fairs around the city.
出典:アメリカ英英辞典 on OS X Mavericks
4