Good day,
I have a performance related question with regard to reading from a read-only instance of an availability group.
To my understanding (sorry I'm not very knowledgeable with Always On(AO)) you can connect to the read-only instance in two ways:
Method 1: Connecting directly to the AO availability group, which has Read-only routing setup correctly, by specifying the application intent to be read only.
Method 2: connecting directly to the read only instance.
I would like to know which of these would be less taxing on the server if you are constantly querying the database (every minute or so) or if it would make no difference.