Separate thread used for writing into xml_index table. This cut the time of the response on insert almost in half. The tread is started afterwards (on end of document parsing and inserting into xml_nodes) from DBSAXHandler and uses new(separate) db connection. But I did not find a good way to show the work done of that thread.
Separate thread used for writing into xml_index table.
This cut the time of the response on insert almost in half.
The tread is started afterwards
(on end of document parsing and inserting into xml_nodes) from
DBSAXHandler and uses new(separate) db connection.
But I did not find a good way to show the work done of that thread.