how to count the number of raw instances

Hi, Am trying to work out the sizing for a production Tamino db. My formula for space requirement uses the number of raw instances. How do I count those? Thanks

Since I don’t know what your formula is, I can only guess…perhaps a “raw instance” is one XML document? “Raw instance” does not seem to be a phrase used in the Tamino documentation.

To count documents in an existing database, use the count function - something like:

count(input()/docs)