← Back to team overview

dhis2-devs team mailing list archive

postgres 9.2

 

Postgres 9.2 is out with improvements like

- index-only scans (not reading from table if all data is in index,
means we can e.g. make indexes covering the whole data mart to speed
up queries)

- new JSON data type

- improved master-slave replication

- linear scalability to 64 cores

http://wiki.postgresql.org/wiki/What%27s_new_in_PostgreSQL_9.2


Follow ups