11 Aug
2008
11 Aug
'08
10:41 a.m.
On 04-10-2007 11:21:53 +1300, Matt Magoffin wrote:
I'm affraid we can't do any batching at the moment, neither can you rename documents such that you can assign an ID to them, as far as I know.
In terms of batching, I think all I would need is transaction support. Does MonetDB provide JDBC transaction support, and do the transactions cover the XQuery functions like pf:add-doc()? That is, can I start a JDBC transaction, call a bunch of update statements using pf:add-doc(), and then commit or rollback that transaction?
Using JDBC this is totally impossible. The driver is heavily limited by a missing API of the XQuery engine. Sorry.