Re: [MarkLogic Dev General] "Hot Swapping" large data sets.

2010-03-18 Thread Jason Hunter
t > Sent: Thursday, March 18, 2010 9:34 AM > To: General Mark Logic Developer Discussion > Subject: RE: [MarkLogic Dev General] "Hot Swapping" large data sets. > > Another way to allow you to load and update sets and then only make them > visible when you are done i

RE: [MarkLogic Dev General] "Hot Swapping" large data sets.

2010-03-18 Thread Keith L. Breinholt
:48 AM To: General Mark Logic Developer Discussion Subject: RE: [MarkLogic Dev General] "Hot Swapping" large data sets. The URI privilege does not control access to the document, it specifies whether you can create a document in that URI space. You can do what Keith suggests b

RE: [MarkLogic Dev General] "Hot Swapping" large data sets.

2010-03-18 Thread Danny Sokolsky
ark Logic Developer Discussion Subject: RE: [MarkLogic Dev General] "Hot Swapping" large data sets. Another way to allow you to load and update sets and then only make them visible when you are done is to load the content with a unique URI privilege that is assigned to your loader/enricher

RE: [MarkLogic Dev General] "Hot Swapping" large data sets.

2010-03-18 Thread Keith L. Breinholt
er.marklogic.com [mailto:general-boun...@developer.marklogic.com] On Behalf Of Jason Hunter Sent: Thursday, March 18, 2010 12:10 AM To: General Mark Logic Developer Discussion Subject: Re: [MarkLogic Dev General] "Hot Swapping" large data sets. On Mar 17, 2010, at 5:23 AM, Lee, David wrote: I need t

Re: [MarkLogic Dev General] "Hot Swapping" large data sets.

2010-03-17 Thread Jason Hunter
On Mar 17, 2010, at 5:23 AM, Lee, David wrote: > I need to be updating some largish (1G+) sets of documents fairly atomically. > That is, I'd like to update all the documents and perform some operations > like adding properties etc, > then all at once make the updates visible. The update proces

Re: [MarkLogic Dev General] "Hot Swapping" large data sets.

2010-03-17 Thread Nuno Job
; > > *From:* general-boun...@developer.marklogic.com [mailto: > general-boun...@developer.marklogic.com] *On Behalf Of *Wayne Feick > *Sent:* Wednesday, March 17, 2010 3:54 PM > *To:* General Mark Logic Developer Discussion > *Subject:* Re: [MarkLogic Dev General] "Hot Swapp

RE: [MarkLogic Dev General] "Hot Swapping" large data sets.

2010-03-17 Thread Danny Sokolsky
PM To: General Mark Logic Developer Discussion Subject: Re: [MarkLogic Dev General] "Hot Swapping" large data sets. I'd suggest looking into collections or directories to constrain queries to one set or the other such that one is the live set you're serving up and the other

RE: [MarkLogic Dev General] "Hot Swapping" large data sets.

2010-03-17 Thread Lee, David
ion Subject: Re: [MarkLogic Dev General] "Hot Swapping" large data sets. I'd suggest looking into collections or directories to constrain queries to one set or the other such that one is the live set you're serving up and the other is the set you're updating. You might

Re: [MarkLogic Dev General] "Hot Swapping" large data sets.

2010-03-17 Thread Wayne Feick
I'd suggest looking into collections or directories to constrain queries to one set or the other such that one is the live set you're serving up and the other is the set you're updating. You might also consider using the Library Services API where the updates operate on the most recent version of