What does this do: SELECT /*+ PARALLEL */..... ?

Answered What does this do: SELECT /*+ PARALLEL */..... ?

  • Thursday, September 20, 2012 5:50 PM
     
     

    We have a Datawarehouse using Oracle's ODI technology and Sql Server...... A consultant suggested we add the "query hint" (his words, not mine) /*+ PARALLEL */ to the sql query. Doing so improved execution speed by orders of magnitude but I can't find any t-sql references to it. Where is it documented?

    TIA,

    BD

All Replies