DBAsupport.com Forums - Powered by vBulletin
Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12

Thread: Faster way of creating a unique index

  1. #11
    Join Date
    Dec 2000
    Location
    Ljubljana, Slovenia
    Posts
    4,439
    Originally posted by mike9
    ... with paralllel 4 your query will use up to 4 times the value set by sort_area_size.
    I don't think so. This parameter limits the maximum size of sort area *per session*, not per process.
    Jurij Modic
    ASCII a stupid question, get a stupid ANSI
    24 hours in a day .... 24 beer in a case .... coincidence?

  2. #12
    Join Date
    Mar 2002
    Posts
    534
    The sort_area_size parameter limits the size of a sort work area. During a sort each parallel process will have his own work area which will be used to sort the data in the memory. That means that each process will have a sort area of a maximum size defined by sort_area_size.

    It's only if you work with workarea_size_policy set to true that you will have a parameter which limits the PGA size per session, this parametre is "_smm_px_max_size".
    Last edited by mike9; 02-13-2005 at 07:25 AM.

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