Tamino API for Java Version 9.7
 —  Tamino API for Java  —

Performance Tips and Tricks

Experience and tests using the Tamino API for Java in conjunction with Software AG's Tamino XML Server have brought to light some aspects that we would like to share with our customers. Awareness of the following tips and tricks can considerably improve the performance of an application based on the Tamino API for Java.


Using Cursoring

When using cursoring, find a good compromise for the cursor size (pagesize). A small cursor size requires a lot of requests to be sent to Tamino and therefore slows down the processing. A large cursor size locks a lot of memory on the client. Typically there is a certain size that you can find in practical tests, where an increase in cursor size does not speed up the whole process any more. Make practical tests, since changing the cursor size can make a big difference if you walk through a long result set.

Top of page

Using XML Parsers

Top of page

Using Large XML Documents with Many Nodes

Top of page