Hacker News new | ask | show | jobs
by holmberd 3084 days ago
Depends on the data right. I've seen good performance on larger tables after using GIN indexing with records that rarely needs to be updated and simple queries. I'm not a expert in PostgreSQL by any means, but reducing cost and learning something never hurts.
1 comments

I totally agree with you