Module1_intro Flashcards
Postgres is based on what database?
ingres database same as SQL Server
in what language is postgres written?
ANSI C
PostgreSQL works on which OS’s?
Windows, Linux , Unix and MAC
what is Multi-Version concurrency control?
Where user can see (old) data when a user is altering data but did not commit yet.
Employs host-based acces control
postgres knows where connections can come from.
Big data store formats
XML, JSON, PLB8, Hstore,non durable storage, full text indexing
Foreign data wrappers
enable read/write integration with other database technologies (database link?)
PostgresSQL connectors
JDBC, .NET, ECPG,LIBPQ, TCL, ODBC, NODE.JS, PYTHON, PErl DBI
Maximum database size
unlimited
Max table size
32TB
Max Row Size
1.6 TB
MAX field size
1 GB
Max rows per table
unlimited
Max columns per table
250-1600 depending on column types
max indexes per table
unlimited and also multiple indexes on 1 column