missionary

BBTiger Michael 2024-03-07T01:51:00.578849Z

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?

Panel 2024-03-07T02:47:25.711359Z

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

👍 1
BBTiger Michael 2024-03-07T06:06:42.534389Z

@avocabio 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.