Is there a performance trade-off between column indexes and record inserts?<br /><br /> I know that in MS Access there
issuch a trade-off. This being indexes make SQL queries perform faster at the cost of record insert speed. Put another
way,the more column indexes in a table, the slower a record insert in that table performs.<br /><br /> Is there a
similartrade-off in PostgreSQL?