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

Thread: conventional path/ sql evaluation

  1. #1
    Join Date
    Jun 2006
    Posts
    101

    conventional path/ sql evaluation

    Hi Guys,

    Im having some difficulty undrestanding below note

    "Use Direct Path – Direct path exports (DIRECT=Y) allow the export utility to skip the SQL evaluation buffer, whereas the conventional path export executes SQL SELECT statements. With direct path, the data is read from disk into the buffer cache, returning rows directly to the export client. This can offer substantial performance gains, depending on the actual data. When using the direct path, the recordlength parameter should also be used to optimize performance. "

    Q: How does Direct path read data from disk into the buffer then ? if its not using select statment ? what is SQL evaluation buffer?

    Thanks for your advice

  2. #2
    Join Date
    Mar 2007
    Location
    Ft. Lauderdale, FL
    Posts
    3,555
    Why do you think Direct Path option does not uses select statement?
    Pablo (Paul) Berzukov

    Author of Understanding Database Administration available at amazon and other bookstores.

    Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.

  3. #3
    Join Date
    Jun 2006
    Posts
    101
    I undrestand that its faster because it avoids that part. if its using SQL and the diffrence is in skiping SQL evaluation buffer then what does SQL evaluation buffer involve? is thats about checking SQL syntax?

    Thanks

  4. #4
    Join Date
    Mar 2007
    Location
    Ft. Lauderdale, FL
    Posts
    3,555
    When using export conventional path you can specify QUERY= parameter to ask export to do something specific like exporting a subset of rows.

    The WHERE clause of such sql statement you specify on QUERY= would process on the SQL Evaluation Buffer.
    Pablo (Paul) Berzukov

    Author of Understanding Database Administration available at amazon and other bookstores.

    Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.

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