Re: [MarkLogic Dev General] best practices for manual directory creation

2014-06-05 Thread Michael Sokolov
*Onderwerp:* Re: [MarkLogic Dev General] best practices for manual directory creation I saw an enormous performance improvement by turning off automatic directory creation in 7.0-2.3. I think the problem I was seeing is the one that Mike Blakeley documented here: http://blakeley.com

Re: [MarkLogic Dev General] best practices for manual directory creation

2014-06-04 Thread Geert Josten
...@developer.marklogic.com] Namens Michael Sokolov Verzonden: vrijdag 23 mei 2014 14:04 Aan: MarkLogic Developer Discussion Onderwerp: Re: [MarkLogic Dev General] best practices for manual directory creation I saw an enormous performance improvement by turning off automatic directory creation in 7.0-2.3. I

Re: [MarkLogic Dev General] best practices for manual directory creation

2014-05-23 Thread Michael Sokolov
Of *Keith L. Breinholt *Sent:* Thursday, May 22, 2014 8:23 AM *To:* MarkLogic Developer Discussion *Subject:* Re: [MarkLogic Dev General] best practices for manual directory creation prop:last-modified is not a property that you can manually set. I believe that is a security issue. *From

[MarkLogic Dev General] best practices for manual directory creation

2014-05-22 Thread Mike Sokolov
I'm working with a system that requires directories and directory-modified timestamps (for a webDAV-like browsing feature), but have found that automatic directory creation introduces unacceptable lock contention during bulk updates, so I am looking into managing the directory creation and

Re: [MarkLogic Dev General] best practices for manual directory creation

2014-05-22 Thread Mike Sokolov
I'm getting good results updating the directory timestamps using: xdmp:document-set-properties ($dir-uri, prop:directory/) and this seems to limit the number of prop:directory properties to 2 too -Mike On 05/22/2014 10:03 AM, Mike Sokolov wrote: I'm working with a system that requires

Re: [MarkLogic Dev General] best practices for manual directory creation

2014-05-22 Thread Keith L. Breinholt
: [MarkLogic Dev General] best practices for manual directory creation I'm getting good results updating the directory timestamps using: xdmp:document-set-properties ($dir-uri, prop:directory/) and this seems to limit the number of prop:directory properties to 2 too -Mike On 05/22/2014 10:03 AM

Re: [MarkLogic Dev General] best practices for manual directory creation

2014-05-22 Thread Danny Sokolsky
...@developer.marklogic.com] On Behalf Of Keith L. Breinholt Sent: Thursday, May 22, 2014 8:23 AM To: MarkLogic Developer Discussion Subject: Re: [MarkLogic Dev General] best practices for manual directory creation prop:last-modified is not a property that you can manually set. I believe

Re: [MarkLogic Dev General] best practices for manual directory creation

2014-05-22 Thread Michael Sokolov
. Breinholt *Sent:* Thursday, May 22, 2014 8:23 AM *To:* MarkLogic Developer Discussion *Subject:* Re: [MarkLogic Dev General] best practices for manual directory creation prop:last-modified is not a property that you can manually set. I believe that is a security issue. *From:*general-boun

Re: [MarkLogic Dev General] best practices for manual directory creation

2014-05-22 Thread Danny Sokolsky
To: MarkLogic Developer Discussion Subject: Re: [MarkLogic Dev General] best practices for manual directory creation Thanks for the suggestion, Danny; it seems sensible. At this stage I don't want to modify the rest of the system, which is pretty mature and relies on the system-maintained last-modified