Forum OpenACS Development: Response to Query optimization

Collapse
Posted by Don Baccus on
What happens if you do declare an index on user_id, even though the table's volatile?  It will slow inserts and updates but should make selects go much faster.

Anyway, I'm glad that exists is fast when you've tested with an index!