gluent / goe

GOE: a simple and flexible way to copy data from an Oracle Database to Google BigQuery.
Apache License 2.0
8 stars 2 forks source link

Performance enhancement for IOT offloads #175

Closed nj1973 closed 1 month ago

nj1973 commented 1 month ago

IOT offloads would cover more primary key types if we supported native Spark JDBC partitioning rather than only splitting NUMBER primary keys within GOE code.

This started to happen as part of scope creep in https://github.com/gluent/goe/issues/166 but I've decided to spin it off into it's own issue.