Customer Portal

one question about CDC(capture data changed)?

Comments 1

  • Avatar
    oldforum
    0
    Comment actions Permalink
    Yesterday, I have thought two way to settle this problem.
    The first way is using datebase trigger.
    I can create three column on source table: createtime,updatetime, validsign . Then create trigger to update those three column when insert, update,delete. But this way can raise performance problem.

    The second way is parse database log to get source table changed information. But this way may irresponsible because log can be overwrite before parse log next time.

Please sign in to leave a comment.