Speeding up Postgres Queries by 200x with Analyze

from blog Jaz's Blog, | ↗ original
I’ve been working on a growing series of services that archive, analyze, and represent data from a social network. Part of this process involves archiving every post on a social network, running Computer Vision models on every image posted to the network, and running sentiment analysis on the text of every post on the network. Exposition: Custom...