Hi All, My prerequisite for datastream is to cache 25-30 table data into the some java collection and use them later while processing the stream. Right now I am just writing select queries and using jdbc api storing those results in java collection and filtering data as per need.
Do you have any best way to cache those tables. Thank you in advance Thanks, Ganesh Walse