Is a “Load DATA” without a file (i.e., in memory) possible for MySQL and c++
Posted by: hery sham
Date: May 28, 2013 02:20AM

I want to insert about 80k row in sec to mysql server. currently I use regular INSERT.

I want try to use LOAD DATA but I want LOAD data from memory(RAM). and not from file,that I have to wrtie to file and load it from mysqld.

In java exist setLocalInfileInputStream() but what about c++

Is any way to do that? currently my system run on visual studio 2008
thanks



Edited 1 time(s). Last edit at 05/28/2013 05:24AM by hery sham.

Options: ReplyQuote


Subject
Views
Written By
Posted
Is a “Load DATA” without a file (i.e., in memory) possible for MySQL and c++
3295
May 28, 2013 02:20AM


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.