DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: Parallel Query question

  1. #1
    Join Date
    Apr 2001
    Location
    Congleton
    Posts
    258
    To use parallel query do I need to use hints in the SQL, or can I just alter the table to use alter table.... parallel (degree 4)? I don't want to change the application queries.
    Thanks.

  2. #2
    Join Date
    Nov 2001
    Posts
    335
    If you'd like to parallel all your queries, change it on a table level, otherwise, use hints.
    One, who thinks that the other one who thinks that know and does not know, does not know either!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width