twentyhq / twenty

Building a modern alternative to Salesforce, powered by the community.
https://twenty.com
Other
23.39k stars 2.42k forks source link

We should store the html content of emails in S3 instead of Postgres #4214

Open FelixMalfait opened 9 months ago

FelixMalfait commented 9 months ago

HTML emails contain base64 images and can get very heavy. Importing 6000 emails led to a 250mb increase in DB. We should keep storing the raw version of emails in DB but move the HTML version to S3.

Bonapara commented 2 days ago

Make sure it fixes #8686 that was closed in favor of this one