xdmp.databaseNonblockingTimestamp( database-id as (Number|String) ) as (Number|String)
Returns the most recent commit timestamp for which a query on the database will not block waiting for transactions to commit or journal frames to arrive from a foreign master.
Parameters | |
---|---|
database-id | A database ID. |
xdmp.databaseNonblockingTimestamp(8456374036761185098); => 13155925136769870
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.