Hi, I am trying to run some triggers over a DB that has an analytics node. I would like to force to use this node to not overload the primary and secondary ones. I have been researching on how to do it. But I did not find any information about it. Is it possible and how can I select this node on the context.services.get(…) function?
This will be used for all operations on the data source, so if you want to use the analytics node for only a subset of operations you’ll want to create a separate data source and use that one in the context.services.get call.