Optimising Subscription method

data subscription take too much time, is there any tips for optimizing the data subscribe methods?

Maybe you can give an example and data you are working with.

on top of my head,

  • only limit to what is being used on the page (including limiting the keys being sent)
  • db index
  • redisoplog for a more controlled publication
2 Likes

thank you @rjdavid i think the reason for the issue is some db operation have no limit.

Also limit number of results…

1 Like

Thank you hemir we are working on that