Is there a way to query data set stored in Talend hash components
Hello all,
I have this requirement from my client, trying to find if this is achievable within Talend.
Using a Talend job, read some records (say 1 Million), store it in a hash table, cannot use a database table or file, it has to be with in the memory as the jobs run on cloud.
Is there a way we can query that data stored in hash component/with in memory?