Does DTC estimate cardinality?

  • Does DTC estimate cardinality when Joining tables from 2 different servers so that the work is evenly distributed to those 2 servers based on cardinality?

    We're using SSMS 2016.

    The goal is to optimize transactions between the OLTP server and source servers. The source servers have indexes applied that I want to leverage during processing for JOINS and WHERE clauses.

  • DTC just coördinaties the transactions!

    Stay away of linked servers as much as you can!

    Chances are the sql instance that runs your sql statement ( join with linked server involved ) doesn't run it efficiently at the remote server !

    ( e.g.  by pulling over the full set of data to its local temdb and only then processing the join )

    Johan

    Learn to play, play to learn !

    Dont drive faster than your guardian angel can fly ...
    but keeping both feet on the ground wont get you anywhere :w00t:

    - How to post Performance Problems
    - How to post data/code to get the best help[/url]

    - How to prevent a sore throat after hours of presenting ppt

    press F1 for solution, press shift+F1 for urgent solution 😀

    Need a bit of Powershell? How about this

    Who am I ? Sometimes this is me but most of the time this is me

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply