I see you are using the actual plan, causing SQL Server to actually execute your query - is that deliberate? (Sometimes executing a query can have side effects) - I see you do the same for Postgres
I see you are using the actual plan, causing SQL Server to actually execute your query - is that deliberate?
(Sometimes executing a query can have side effects) - I see you do the same for Postgres