MySQL Forums
Forum List  »  General

Re: table size 1.5TB with ibd file on 5.6.37 windows
Posted by: Peter Brawley
Date: June 10, 2019 09:33AM

Best way to store big attached files is to store the pathspec in the table and store the file in specified path.

So, back up the table, export the blob contents to a specified path, add a varchar(128) pathspec column, populate it with the pathspec, drop the blob column.

Options: ReplyQuote


Subject
Written By
Posted
Re: table size 1.5TB with ibd file on 5.6.37 windows
June 10, 2019 09:33AM


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.