I can't add much to https://docs.marklogic.com/guide/app-dev/point_in_time

Some applications use point in time queries for content staging purposes. 
Production queries run at a known timestamp T. Meanwhile updates continue to 
arrive, but they are invisible to production queries because they are at later 
timestamps. At some point dictated by application logic, QA starts testing a 
staging timestamp T1. After testing, production queries advance to T1 - or T1 
is rejected and additional updates are planned. Then the process repeats in the 
next production cycle.

-- Mike

On 2 Oct 2014, at 07:33 , shruti kapoor <shrutikapoor....@gmail.com> wrote:

> Thanks Mike. 
> Could you tell me the exact use for point in time queries besides fores 
> rollover.
> 
> On 1 Oct 2014 20:48, "Michael Blakeley" <m...@blakeley.com> wrote:
> You don't, not using point-in-time queries.
> 
> It sounds like you want version control rather than point-in-time. Take a 
> look at DLS: https://docs.marklogic.com/guide/app-dev/dls
> 
> -- Mike
> 
> On 1 Oct 2014, at 00:15 , Kapoor, Shruti <skapo...@innodata.com> wrote:
> 
> > Hi all,
> >
> > How do I retrieve all the version of the same document(xQuery) if I have 
> > enables Point in time queries.
> >
> > Thanks and Regards
> > Shruti Kapoor
> > "This e-mail and any attachments transmitted with it are for the sole use 
> > of the intended recipient(s) and may contain confidential , proprietary or 
> > privileged information. If you are not the intended recipient, please 
> > contact the sender by reply e-mail and destroy all copies of the original 
> > message. Any unauthorized review, use, disclosure, dissemination, 
> > forwarding, printing or copying of this e-mail or any action taken in 
> > reliance on this e-mail is strictly prohibited and may be unlawful." 
> > _______________________________________________
> > General mailing list
> > General@developer.marklogic.com
> > http://developer.marklogic.com/mailman/listinfo/general
> 
> _______________________________________________
> General mailing list
> General@developer.marklogic.com
> http://developer.marklogic.com/mailman/listinfo/general
> _______________________________________________
> General mailing list
> General@developer.marklogic.com
> http://developer.marklogic.com/mailman/listinfo/general

_______________________________________________
General mailing list
General@developer.marklogic.com
http://developer.marklogic.com/mailman/listinfo/general

Reply via email to