Timeout for a loop in XQuery MarkLogic

后端 未结 1 821
臣服心动
臣服心动 2021-01-15 21:33

I have a big collection of about 1 million documents, in MarkLogic (version 9), with below structure:


    
    

        
相关标签:
1条回答
  • 2021-01-15 22:18

    There are various external tools out there, like Corb2, and MLCP that can be used for this, but you can also do adhoc or less adhoc work from inside MarkLogic. All you essentially need to do is do your processing in batches. Taskbot is very useful for that:

    https://github.com/mblakele/taskbot

    HTH!

    0 讨论(0)
提交回复
热议问题