2011年10月19~21日に開催された「INSIGHT OUT 2011」のセッション「PostgreSQLアーキテクチャ入門」の講演資料です。
「INSIGHT OUT 2011」の詳細については、以下を参照ください。
http://www.insight-tec.com/insight-out-2011.html
2011年10月19~21日に開催された「INSIGHT OUT 2011」のセッション「PostgreSQLアーキテクチャ入門」の講演資料です。
「INSIGHT OUT 2011」の詳細については、以下を参照ください。
http://www.insight-tec.com/insight-out-2011.html
SQL Server 使いのための Azure Synapse Analytics - Spark 入門Daiyu Hatakeyama
Japan SQL Server Users Group - 第35回 SQL Server 2019勉強会 - Azure Synapese Analytics - SQL Pool 入門 のセッション資料です。
Spark の位置づけ。Synapse の中での入門編の使い方。そして、Synapse ならではの価値について触れてます。
Postgres Toolkit is a collection of scripts and utilities that allows database administrators to perform complicated PostgreSQL management tasks with single commands. It focuses on frequent tasks like monitoring performance, checking configuration, and managing backups. The open source toolkit currently contains 13 scripts that work on Linux systems and PostgreSQL versions 9.0 through 9.4. It can be installed with a single curl command and includes utilities like pt-config to manage configuration files and pt-session-profiler to monitor long-running queries.
18. インデックスアクセス
SELECT * FROM customer c WHERE c.c_id=7;
Customer
テーブルからの
ブロック読込×1
Customer_pkey
インデックスの
ブロック読込×3
Copyright 2011 Uptime Technologies LLC, All rights reserved. 18