V
V
Vasily Bannikov2022-02-21 21:55:39
Database
Vasily Bannikov, 2022-02-21 21:55:39

Are there any DBMS that can notify clients when data has changed?

The task is this: There is a certain service (let's call it A) that changes the data in the database, and several other services (let's call them B) that must respond to these changes.

Does such a feature exist in some DBMS? If not, what other alternative ways are there to solve such a problem, besides all sorts of message queues and pushing services B from service A? (ideally, you want A and B to know nothing about each other).
Services can, and most likely will be spread across different machines.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
DevMan, 2022-02-21
@vabka

I doubt that this is possible in your Wishlist / view.
where the services are located, the piano does not play - the task itself is solved by events and listeners.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question