Hello,
I am wondering if it is possible to parametrized DBInput with fields from other input, as it seems to be possible to be done with the SQL writer thanks to “cloverFields” (cf: http://developer.berlios.de/forum/messa … g_id=28050 )
The use case is : After an intersection between two databases, I found somes tuple which are only in DB A. Now, I want to use one field (F) in these tuples as a key for another request in database C, but I don’t want to load in memory all the tuple from C and then filter on F. Well, I think that my english is bad, and my explanation is bad too…
So, what matter is : I don’t want to use too much memory when possible, how could I do ?