alibaba / alibaba/DataX

read 插件不支持 persql和postsql吗

Open
#628 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
17.4k
Forks
5.7k
PR merge metrics
No merged PRs in 30d

Description

eg. 取数据前,对源库上table更改状态字段值,做完同步后,再改状态值。
如下步骤:
1. update @table set status=1 where status=0 --源表
2.执行select * from @table where status=1 -- insert目的表
3.update @table set status=2 where status=1 --postsql 源表

Contributor guide

No contributing guide indexed for this repository

Research direction

No file, test, or entry point is named. Start by reviewing the read plugin's handling of the three SQL steps in the issue: pre-update, SELECT for synchronization, and post-update. Done means the plugin either supports this sequence for the requested databases or the limitation and supported behavior are documented.

Written by the indexing model from the issue text.

Assessment

Tech stack
java, sql
Domain
databases
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.