Is there a way to profile what file operations happen during a given query? Much like there is the profile you can run which says time taken per query, I'm interested in getting a file I/O record. Importantly it's where/when the data inside the file stands are being changed is in question.
The premise of the issue is, the backup solution is doing a i/o transaction log and replaying it to a remote storage, so any extraneous writes can balloon this log, and the goal is to identify if such writes are happening. There is a selection process which tags certain documents into collections, and these initial queries may return thousands of documents within the marklogic DB, but only tags a select number. The amount of data changes going to the backup is much larger than the expected for this operation, and thus the need to identify if a query function is writing to the files inside the db which it should not. Currently running Marklogic Server Enterprise Edition 5.0. If this functionality has been added in a newer version, that would be useful to be a solution. Thanks, Tim Nothing in this message is intended to constitute an electronic signature unless a specific statement to the contrary is included in this message. Confidentiality Note: This message is intended only for the person or entity to which it is addressed. It may contain confidential and/or proprietary material. Any review, transmission, dissemination or other use, or taking of any action in reliance upon this message by persons or entities other than the intended recipient is prohibited. If you received this message in error, please contact the sender and delete it from your computer. _______________________________________________ General mailing list [email protected] http://developer.marklogic.com/mailman/listinfo/general
