7 ms·
Mostly persistence and scaling. I assume you're using a jsonb column, and going horizontal?
by devbug 10y ago
Mostly persistence and scaling.
I assume you're using a jsonb column, and going horizontal?
- poorman 10y agoHonestly, we haven't needed to scale horizontally. The Postgres column is a jsonb, although probably not necessary since we don't need to query the serialized model. If our reads ever start to slow down, the plan is to just add a follower to read from.
- devbug 10y agoWoops. I was referring to the prediction tier.