Postgres

Mở đầu

Bài viết này là bài note của khóa học PostgreSql. Mình biết một chút về SQL, từng dùng Mysql, Sql Server, Oracle, tuy nhiên mình vẫn xem một kháo PostgreSQL để xem nó có gì.

PostgreSQL

PostgreSql Important Features - Các thuộc tính quan trọng Postgre

SQL: 2011 Standard ACID compliant Support Indexes Views, Triggers, Procedures, Functions MultiVersion Concurrency Control (MVCC) SQL: 2008 Datatypes Native Programming Interface: C/C__, Java, Net, Perl, Python, Ryby, Tcl, ODBC

Limit - Giới hạn

Maximum Database Size: Unlimited Table: 32TB Row: 1.6TB Field 1G Row per table: Unlimited Columns per table 250-1600 depending on column types Indexes per table: Unlimited

Kết thúc