Closed GoogleCodeExporter closed 9 years ago
Please disregard this issue. This is expected behavior with a single thread
server.
However more extended description of differences between single and
multi-threaded
server modes would be nice.
Original comment by mark.mal...@gmail.com
on 9 Aug 2009 at 2:37
Original comment by thomas.t...@gmail.com
on 13 Aug 2009 at 5:06
I cannot seem to find the instructions on how to use a multi-threaded server
mode. I am suffering from the same problem where a long running delete
statement on table A is causing a read o table B to stall for a long time.
Please advise
Original comment by xushicha...@gmail.com
on 9 Jun 2010 at 3:50
> I cannot seem to find the instructions on how to use a multi-threaded server
mode
See the documentation, MULTI_THREADED=TRUE
> I am suffering from the same problem where a long running delete statement
> on table A is causing a read o table B to stall for a long time.
The multi-threaded mode will not solve this problem. The delete will lock the
table.
I suggest to try to speed up the delete, or break it into multiple smaller
transactions.
Original comment by thomas.t...@gmail.com
on 12 Jun 2010 at 11:09
Original issue reported on code.google.com by
mark.mal...@gmail.com
on 8 Aug 2009 at 3:47