WL#3711: Implement service to watch tables and or rows and fire events when changed

Affects: WorkLog-3.4 — Status: Un-Assigned — Priority: Very High

Sql server has a similar feature.

As does NDB, you can subscribe to events. This is how NDB replication works.

You must be logged in to tag this worklog

We are building something like this. We extended 5.1 to generate a row change log rather than use RBR output because the output in the custom row change log is much easier to parse and some things are missing in RBR output -- column names.

Votes

  • Rated 5.00 out of 5
Rated 5.00 out of 5 with 2 votes cast.
You must be logged in to vote.

Watches

4 members are watching this worklog
You must be logged in to track this worklog.

Provide Feedback

Please note:
HTML will be purified, but we allow for a number of HTML tags so that you have the flexibility to decorate your comment text to some extent. The comments allow the following HTML tags:

strong, b, em, blockquote, a, code, pre

To put code into your comment, simply encapsulate your code with
[code language="XXX"][/code], where XXX is any common language, for instance "PHP", "SQL", "C", etc.



You must be logged in to comment