Thread Previous • Date Previous • Date Next • Thread Next |
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
Thread Previous • Date Previous • Date Next • Thread Next |