Why SQL REDMS are not suitable for storing images?
Back to the third year in the university, we built a small CRUD application with a PostgreSql back-end and a simple Swing front-end , everything was running locally.
I remember that the professor asked us to store all the images (person's images) in a local directory for efficiency !
Is persisting (large) images to the file system more efficient than using PostgreSql ?
Back to the third year in the university, we built a small CRUD application with a PostgreSql back-end and a simple Swing front-end , everything was running locally.
I remember that the professor asked us to store all the images (person's images) in a local directory for efficiency !
Is persisting (large) images to the file system more efficient than using PostgreSql ?
No comments:
Post a Comment