Buscar x

Resultados encontrados para "x".

Logo Postgresql Icon
Logo Postgresql Icon

PostgreSQL

14.2
0star
5 avaliações
125
Downloads
Classificação do conteúdo
Classificação Livre
288.8 MB
Size
14.02.2022
Update
14.2
Version
+0 Avaliações - Seja o primeiro a avaliar o produto!

description

Publisher
Sistema de banco de dados relacional robusto
s, stored procedures, triggers, etc. It includes the majority of data types specified in standard SQL92 and SQL99, like INTEGER, NUMERIC, BOOLEAN, CHAR, VARCHAR, DATE, INTERVAL, and TIMESTAMP. Other interesting features included in PostgreSQL include: -High concurrency, which avoids having to block a table when you're working in it -Online/hot backups -Asynchronous replication -Nested transactions -Query optimization If it's data that interests you, then you should know that there is no maximum size of a database in PostgreSQL; that the size of a table can be up to 32 TB, a row 1.6 TB, and a field 1 GB. The number of rows in a table is unlimited, but not columns, which have a max be between 250 and 1600 per table. The maximum indexes per table is also unlimited.