Generate random BLOB
Posted by: Michał Herman
Date: June 14, 2013 03:17AM

have schema with tables contains BLOBs.
I need to do some performance testing of it, and I need to generate some dummy data.
Is there any way to make MySQL user defined function that will return BLOB of random values with given size (for example first I want to test schema for 256KB BLOBs, later I want to test schema for 2MB BLOBs).
Performance of this function is not very important. I can wait to generate test data for some time. (But for reasonable time)
Any help will be appreciated.

Options: ReplyQuote


Subject
Written By
Posted
Generate random BLOB
June 14, 2013 03:17AM
June 14, 2013 11:08PM


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.