Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Re: SQL or table design optimation



Hi,

Sean Davis schrieb:
You might also tell us what columns are indexed and be sure that you have
done a vacuum analyze recently on the tables.
About indexed columns:

There are indexes on
person(pers_id), contact(id), contact(pers_id) and one on contact(kind,
type).
Vacuum analyze was done quite before doing that testing. I'll send the explain output later, thanks so long.

Regards,
Verena



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group