You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are exploring JDBC tap to pull the database from RDBMS. we are finding that basic select statements built by cascading JDBC API is not utilizing indexed columns (i.e. primary columns).
Is there anything we are missing that could influence the JDBC tap to utilize the PK index?
Thanks,
Purush
The text was updated successfully, but these errors were encountered:
The problem you are facing has to do with the InputFormat used by cascading jdbc. It seems that the sqoop folks have a more clever implementation called DataDrivenInputFormat. Something like that would be very useful in cascading-jdbc as well.
Hi,
Original issue posted here,
https://groups.google.com/forum/#!topic/lingual-user/ixaDrCxT_DI
We are exploring JDBC tap to pull the database from RDBMS. we are finding that basic select statements built by cascading JDBC API is not utilizing indexed columns (i.e. primary columns).
Is there anything we are missing that could influence the JDBC tap to utilize the PK index?
Thanks,
Purush
The text was updated successfully, but these errors were encountered: