Re: MySQL Document store for storing large files ?
Posted by: Alfredo Kengi Kojima
Date: December 02, 2016 11:46AM

Hi Bob

A "document" in the context of the Document Store refers to a schemaless data structure, similar to a database record. If you want to store PNG files in a database, the best way is probably doing it in a BLOB type column. Doing it in JSON would not offer any benefits and would be more complicated and less efficient.

--
Alfredo Kojima
MySQL Developer Tools

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: MySQL Document store for storing large files ?
841
December 02, 2016 11:46AM


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.