Hello,
kensky.schulz (AT) googlemail (DOT) com wrote:
Quote:
Hie,
1. Is there any method to get the timestamp or any other performance
parameter of query fired on node based container. |
I'm not sure what you're asking. BDB XML is a library, and you
can certainly surround your calls to query operations with your
own timer start/stop in order to get performance information.
This is done in the "time" subcommand of the dbxml shell program,
and can be used for rough, interactive timing.
Quote:
2. I want to apply metadata on documents at the container level. e.g.
Assume there are three attributes creation time, expiry time and last
accessed to be attached with each document. Every time I attempt to add
I don have to configure at document level. |
Metadata is application-managed.
You can add metadata to documents inserted by using
XmlDocument::setMetaData()
when you are creating the document, before you call
XmlContainer:

utDocument().
Regards,
George