勉強日記

チラ裏

OSS-DB試験勉強 - 黒本ch1 一般知識

一般知識


PostgreSQLのライセンス

https://www.postgresql.org/about/licence/

Portions Copyright © 1996-2020, The PostgreSQL Global Development Group

Portions Copyright © 1994, The Regents of the University of California

Permission to use, copy, modify, and distribute this software and its documentation for any purpose, without fee, and without a written agreement is hereby granted, provided that the above copyright notice and this paragraph and the following two paragraphs appear in all copies.

IN NO EVENT SHALL THE UNIVERSITY OF CALIFORNIA BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF CALIFORNIA HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

THE UNIVERSITY OF CALIFORNIA SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS ON AN "AS IS" BASIS, AND THE UNIVERSITY OF CALIFORNIA HAS NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.

なんでGPLじゃないの

  • 自分たちのライセンスを変えられたくないから
    • 【補】GPLは伝染する

他のライセンスでリリースする予定

  • 未定
  • 永久にFOSSとする方針ではある

リレーショナルモデル

https://www.postgresql.org/docs/6.5/sql22234.htm

言葉の対応

リレーショナルモデル PostgreSQL
リレーション
属性 列、カラム、フィールド
タプル 行、レコード
ドメイン データ型

PostgreSQLの特徴

SQLコマンド大別

  • DDL
    • CREATE TABLEとか
  • DML
    • SELECTとか
  • DCL

PostgreSQLがサポートしている/していない機能

https://www.postgresql.org/about/featurematrix/

クエリキャッシュはなさげ

Tablespace

https://www.postgresql.org/docs/current/sql-createtablespace.html

A tablespace allows superusers to define an alternative location on the file system where the data files containing database objects (such as tables and indexes) can reside.

A user with appropriate privileges can pass tablespace_name to CREATE DATABASE, CREATE TABLE, CREATE INDEX or ADD CONSTRAINT to have the data files for these objects stored within the specified tablespace.

  • ファイルシステム上にテーブルスペースを作っておく
  • データベースオブジェクトを作る際、配置するテーブルスペースを指定できる
    • データベース
    • テーブル
    • インデックス
    • ...

RDBに関する歴史

http://www.kogures.com/hitoshi/history/db-nenpyo/index.html

  • SEQUEL: IBM, SQLの前身
  • Ingres: Michael Stonebraker, Postgresの前身
    • Post + Ingres

英語

  • perpetuity
    • 永久