JDBC static loader to create local table from index rater than a database

I am using JDBC streaming for my local lookups because I need to replace data from another legacy database. This process is very very slow. I cannot create a local table out of it because data is in millions. Is there a way to create local table from an index or directly lookup into an index for replacing data.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.