in SQL server I can force hint parellelism in execution of query using the HINT 'OPTION(MAXDOP 1)'. Can you please help me with an equivaluent hint in DB2 My query in SQL server
select from table_name option (maxdop 1)
in SQL server I can force hint parellelism in execution of query using the HINT 'OPTION(MAXDOP 1)'. Can you please help me with an equivaluent hint in DB2 My query in SQL server
select from table_name option (maxdop 1)
Assuming you are using Db2 for LUW, query parallelism is controlled by the current degree. It does not need to be set as a hint. Parallel processing for applications