|
|
|
|
|
by coldtea
2800 days ago
|
|
What was the size of the SQL file? A "few table names" doesn't mean much if the SQL file is 20GB. In any case, sed and awk are plenty fast, but not the fastest methods of text manipulation. You could write a custom C program for that. |
|
I would use Rust or C++ for this task.