MySQL Forums
Forum List  »  InnoDB

Re: Store icons and small images in table
Posted by: Peter Brawley
Date: January 07, 2022 01:22PM

To retrieve an image for viewing from a database requires two reads of the image from disk---first to retrieve it, then to display it.

Usually it's more efficient to store the image directly on disk, and store only the path to it in the database.

Options: ReplyQuote


Subject
Views
Written By
Posted
725
January 07, 2022 12:18PM
Re: Store icons and small images in table
331
January 07, 2022 01:22PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.