We have a requirement where we need to store mail templates in databases. these mail templates use some images. So we are thinking about storing a folder with images and HTML file in the database. The folder will have 200-300 kb of storage and we need to store 15-20 templates.
Which column type should we use to store folder in PostgreSQL? What are the different type of datatype for folder storage and which is the best in performance?