I use MySql - InnoDB - Memcached for NoSQL 

I must insert 10 million rows in a table.
One solution is to make a loop with an insert for each value
FOR (i=0; i<10 000 000; i++)
   ClientMemcached->set("KEY", "ROW KEY");
END FOR

But I think this is not the best solution in terms of performance.

Any ideas /suggestions ?

Thanks for your help.


-- 

--- 
You received this message because you are subscribed to the Google Groups 
"memcached" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to