Skip to content

TSV Source and Destination, Major Oracle Improvements, Mongo fixes and source

Choose a tag to compare

@psalmody psalmody released this 28 Apr 19:51
· 100 commits to master since this release

Breaking Changes

Due to issues with the way Oracle was loading, there was a relatively small cap on data. [#61] Initial attempts were incredibly slow. Moved to using Oracle's [sqlldr] which requires instant client 12.2.0.1.0 or higher including the "Tools" and "SDK" packages (sqlldr is in the tools package). See INSTALL.md for more info.

New Features

  • Mongo source #26
  • TSV (tab-separated values *.txt) destination and source #54

Fixes

  • Oracle destination limits and speed improvements #61
  • Mongo destination add index #15
  • Mongo destination fix issues inserting only last column #56