While it makes sense to use postgres for a queue where latency isn't a big issue, I've always thought that the latency needs of many kinds of caches are such that postgres wouldn't suffice, and that's why people use (say) redis or memcached.
But do you think postgres latency is actually going to be fine for many things people use redis or memcached for?
But do you think postgres latency is actually going to be fine for many things people use redis or memcached for?