Releases: osalvador/ReplicaDB
Releases · osalvador/ReplicaDB
release v0.6.1
- Fix bug #3 . Alias the subquery in PostgreSQL
release v0.6.0
- Support for Amazon S3 as sink
- Some Bugs Fixed
release v0.5.0
- Support for Microsoft SQL Server as source
- Support for Kafka as sink
- Fix Bug on Postgres with memory leak
- Support for binary (BLOB) columns for Postgres as sink
- Support for CLOB columns for Postgres as sink
- Memory and performance JVM options
- Add new parameter for Staging table name alias
release v0.4.0
- Support for Denodo Virtual Database as source
- Support for CSV file as sink (complete and incremental modes)
- Fix Bug on Postgres on incremental mode
release v0.3.0
- Oracle incremental mode: Now is possible to use Oracle Database as sink in incremental mode.
- Improve performance in PostgreSQL parallel read.
- Disable autovacuum in PostgreSQL staging table.
- Always drop staging table even on error.
- New
fetch-size
parameter.
release v0.2.0
- Source and Sink connection parameters: Now it is possible to set the JDBC connection parameters from the configuration file
- Support for incremental mode:
- PostgreSQL now support incremental mode.
- The staging options are added.
- The source-check-column option is deleted.
- The source-last_value option is deleted.
release v0.1.2
- Added
--sink-disable-truncate
- Added default values for
jobs
andmode
- The truncation table is delegated to the manager
- Oracle network compression creating connection
- Bug fix on Postgres selecting columns
release v0.1.1 Bug fix on PostgreSQL
Fix bug on PostgreSQL when setting client encoding.
release-0.1.0 Initial Version
Only Oracle and PostgreSQL are available.