I need to insert very large amount of data(over 1 billion rows) to one table.
I used TokuDB as my Database Engine. And I know it supports "Concurrent Insert".
I'm just wondering if I have a very powerful server to host my DB. Does the "Concurrent Insert" improve Insertion speed?