Hello again
Ok, this works, but performance is still terrible for my collection. I think the problem is, that in all the cases the Tamino builds the full set of documents that match the condition
and after that it takes out first, last, n.th or whatever element - or in case of cursors, the full result set is stored to some area and is accessible by handler; but this fills up the memory space with all the data, from which i need only one element. Ok, i will reduce this by limiting the result set to only inoid, and fetch the rest after that. It seems, there is a need for much more clever optimiser or some possibility to give some hint to the optimiser, as it is possible in some RDBMS.
Any comments? tnx, Pavel
#Tamino#API-Management#webMethods