Comment 9 for bug 845948

Revision history for this message
Robert Lyon (robertl-9) wrote : Re: missing primary keys

I believe some of the slowness with the view_access table is due to the lack of a primary key as the db system has to work out indexing itself based on a number of rows.

I'll add a patch to add a primary 'id' column to the view_access table