Fork me on GitHub
#missionary
<
2024-03-07
>
BBTiger Michael01:03:00

I'm looking forward to using missionary in my project, but as a beginner I have some doubts. Imagine a situation where there is a database in the backend with a large amount of data.The frontend has multiple users connecting at the same time, but the content viewed by each user is different. In other words, the frontend only obtains a subset of the database for display. My problem is that when the database changes, I only want to trigger the relevant parts without propagating to all, but what should I do?

Panel02:03:25

This is quite vague, you have an architecture problem to solve and missionary won't help you with that.

👍 1
BBTiger Michael06:03:42

@U01SBSXRRH6 Agree. It's just that I didn't fully understand missionary, so I was worried that I would miss its ability to handle this problem.