阅读量:0
COMP9315 19T2 Week 1 Lecture 3_哔哩哔哩_bilibili
COMP9315 Introduction (unsw.edu.au) --88/129
PostgreSQL 47/100
PostgreSQL is a full-featured open-source (O)RDBMS.
- provides a relational engine with:
- efficient implementation of relational operations
- transaction processing (concurrent access)
- backup/recovery (from application/system failure)
- novel query optimisation (genetic algorithm-based)
- replication, JSON, extensible indexing, etc. etc.
- already supports several non-standard data types
- allows users to define their own data types
- supports most of the SQL3 standard
PostgreSQL Online 48/100
Web site: www.postgresql.org
Key developers: Bruce Momjian, Tom Lane, Marc Fournier, ...
Full list of developers: www.postgresql.org/developer/bios
Local copy of source code:
http://www.cse.unsw.edu.au/~cs9315/19T2/postgresql/src.tar.bz2
Index of /~cs9315/24T1/postgresql (unsw.edu.au)
Documentation is available via WebCMS menu