View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002635 | SymmetricDS | Improvement | public | 2016-06-08 14:23 | 2016-08-09 17:12 |
Reporter | josh-a-hicks | Assigned To | josh-a-hicks | ||
Priority | normal | ||||
Status | closed | Resolution | fixed | ||
Product Version | 3.7.0 | ||||
Target Version | 3.8.0 | Fixed in Version | 3.8.0 | ||
Summary | 0002635: New data loader type on channels "bulk" to represent any bulk loader if support by platform | ||||
Description | The data loader type of "bulk" can now be used when attempting to bulk load a target database. The new loader will look at the platform of the target and determine if a bulk loader is provided. Out of the box bulk loaders are provided for MySQL, MSSQL, Oracle, Postgres, Redshift, and Greenplum. If the target is not one of these types the default will be used. This also allows different targets in the same group. For example if the targets are Oracle and Postgres but part of the same node group it will dynamically select the appropriate bulk loader for each case. | ||||
Tags | No tags attached. | ||||
SymmetricDS: 3.8 4900139c 2016-06-08 10:24:33 Details Diff |
0002635: New data loader type on channels "bulk" to represent any bulk loader if support by platform |
Affected Issues 0002635 |
|
add - symmetric-client/src/main/java/org/jumpmind/symmetric/ext/BulkDataLoaderFactory.java | Diff File | ||
mod - symmetric-client/src/main/java/org/jumpmind/symmetric/ext/MsSqlBulkDataLoaderFactory.java | Diff File | ||
mod - symmetric-client/src/main/java/org/jumpmind/symmetric/ext/MySqlBulkDataLoaderFactory.java | Diff File | ||
mod - symmetric-client/src/main/java/org/jumpmind/symmetric/ext/OracleBulkDataLoaderFactory.java | Diff File | ||
mod - symmetric-client/src/main/java/org/jumpmind/symmetric/ext/PostgresBulkDataLoaderFactory.java | Diff File | ||
mod - symmetric-client/src/main/java/org/jumpmind/symmetric/ext/RedshiftBulkDataLoaderFactory.java | Diff File | ||
mod - symmetric-client/src/main/resources/symmetric-ext-points.xml | Diff File | ||
mod - symmetric-core/src/main/java/org/jumpmind/symmetric/service/impl/DataLoaderService.java | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2016-06-08 14:23 | josh-a-hicks | New Issue | |
2016-06-08 14:23 | josh-a-hicks | Status | new => assigned |
2016-06-08 14:23 | josh-a-hicks | Assigned To | => josh-a-hicks |
2016-06-08 15:00 | josh-a-hicks | Changeset attached | => SymmetricDS 3.8 4900139c |
2016-06-29 16:20 | chenson | Status | assigned => resolved |
2016-06-29 16:20 | chenson | Fixed in Version | => 3.8.0 |
2016-06-29 16:20 | chenson | Resolution | open => fixed |
2016-08-09 17:12 | admin | Status | resolved => closed |