|
|
|
|
|
by voidstarcpp
996 days ago
|
|
>Parsing the very simple SQL doesn't seem like it would account for much time, so is the extra time spent redoing query planning or something else? If you're inserting one million rows, even 5 microseconds of parse and planning time per query is five extra seconds on a job that could be done in half a second. |
|