Comment on Understanding database indexes in PostgreSQLparentComments−cl0ckt0wer3yI've seen a lot of performance gain when services don't cache correctly and are constantly going into small tables to get a record. Just be mindful of the write slowdowns it can cause.
Comments
I've seen a lot of performance gain when services don't cache correctly and are constantly going into small tables to get a record. Just be mindful of the write slowdowns it can cause.