AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
Impatiently Waiting for Gigabytes of Data to Be Transferred?
We have a database table where we store all the delivered messages. We are also storing the rendered email in that column. And I recently looked at just like table sizes in our database and this one is by far the largest table. So I spent last week basically refactoring our code to store those images or not those images, those rendered emails on Amazon S3. Now I have to get like gigabytes of data from our table into Amazon S3 and then also updated table again so we know which file on S3 correlates to that message and stuff like that. It takes a long time.