Hi,
I have a cts:search() query that executes on a particular document which
contains thousands of nodes.
cts:search(//element ,
cts:and-query((
cts:document-query("/document.xml"),
..... cts:queries with conditions....
))
)
In our scenario, this search query will get called recursively and
accumulate the output nodes from this document.
When this query is executing at a time frame(15mins) , if the document got
deleted in the middle by different transaction what will happen.
Let me know whether the query still continue running against the same
document in memory or the execution will stop.
What will happen if an update operation happens in the middle of query
execution for the same document.
Thanks,
Prasanth
_______________________________________________
General mailing list
[email protected]
http://developer.marklogic.com/mailman/listinfo/general