LightDB-ETL参考手册
目录:
- 1. 前言
- 2. 快速开始
- 3. 快速集成
- 4. 大表数据迁移
- 5. 特殊需求配置
- 6. 配置选项说明及参数
- 6.1. etl.global.runModel
- 6.2. logging.config
- 6.3. etl.global.sourceDatabase
- 6.4. etl.global.targetDatabase
- 6.5. etl.target.jdbc.mode(指定lightdb兼容模式)
- 6.6. etl.global.showSql
- 6.7. etl.global.fastFail
- 6.8. etl.source.onCommitPreserveRows
- 6.9. etl.global.removeDoubleQuote
- 6.10. etl.global.plpgSql
- 6.11. etl.global.ignoreCase
- 6.12. etl.global.ignoreCaseMixing
- 6.13. etl.global.syncTableDataOpenTruncate
- 6.14. etl.global.compileOracleProcedure
- 6.15. etl.global.onlyTransferTempTables
- 6.16. etl.global.compareAll
- 6.17. etl.global.excludeColumns
- 6.18. etl.global.booleanColumns
- 6.19. etl.global.bool2charmode
- 6.20. etl.global.packageRegex
- 6.21. etl.global.typeRegex
- 6.22. etl.global.syncCustomTableData
- 6.23. etl.global.customException
- 6.24. etl.global.errorSaveLightdbSchema
- 6.25. etl.global.errorSaveLightdbTable
- 6.26. etl.global.batchCount
- 6.27. etl.global.concurrentThreadCount
- 6.28. etl.global.includeTableRegexp
- 6.29. etl.global.excludeTableRegexp
- 6.30. etl.global.transferSchemas
- 6.31. etl.global.targetSchemas
- 6.32. etl.global.transferOnlyProcedures
- 6.33. etl.global.keywords
- 6.34. etl.global.enableFunctions
- 6.35. etl.source.jdbc.url
- 6.36. etl.source.jdbc.username
- 6.37. etl.global.pwdEncrypted
- 6.38. etl.source.jdbc.password
- 6.39. etl.target.jdbc.url
- 6.40. etl.target.jdbc.username
- 6.41. etl.target.jdbc.password
- 6.42. etl.global.maxOrderByCount
- 6.43. etl.global.orderByColumns
- 6.44. etl.global.dataTransformColumns
- 6.45. etl.global.blankStrTransformTo
- 6.46. etl.sqldatacompare.source
- 6.47. etl.sqldatacompare.target
- 7. 校验结果
- 8. 版本发布历史