The tag has no usage guidance.

learn more… | top users | synonyms

3
votes
5answers
205 views

Should I use BLOB or Tables for storing large data?

Problem Currently investigating a solution to improve the performance of a web application. The application works well for small projects, but faces performance issues in the UI when working with ...
0
votes
1answer
115 views

Most efficient way of saving images and sending them to client browser

I'm building an app where users list items for sale and they can include up to five photos for each item. I'm using Azure Blob storage for storing the images. In my app, I'll be displaying these ...
3
votes
2answers
614 views

Creating a separate table for images or adding “image fields” to many tables?

I need to create a database in which several tables have images. For example, users have profile pictures and uploaded ones and products have many pictures, as well. Is it better to have one MySql ...