AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
Using Postgres for Replaying Live Sessions
The data comes in over the wire. I have a, some collection system running on the user's browser. That information's getting sent over the wire and you throw that data into Postgres. Once we kind of like get that information coming over the wire, then we decide to like store it into S3. Also another big reason, Jeff, why we like to keep things in Postgres is that we also support live sessions. So for us, it's like a perfect compromise between something like intermediary and something that's like long term storage.