Actually, that index function used to do multi-inserts, but I changed it when I switched to Gemini tables. Gemini didn't like being sent a big insert list for some reason and with the transaction support, multiple inserts didn't matter that much anyway.
I suppose I should really add an option in the next version to select whether or not you are using transaction safe tables and fully optimize the SQL for both cases.
|