In response to
"why not just import them into a temp table and sort them in mysql directly? -- nm"
by
oblique
|
I keep running out of sort work space when using the Order By. So what I really need is a way to run 10 simultaneous queries against a 200 million
Posted by
GregW (aka not2fast)
Aug 23 '12, 13:30
|
row table where each query will return 20 million rows each.
|
Responses:
|