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

Thread: partitions

  1. #1
    Join Date
    Feb 2001
    Posts
    13
    How can I make sure that a query is using partition pruning?
    eg
    if I do
    select * from table where field = 7
    and the table is range partitioned by field. How do I can I check to see that the query is only looking at data in the partition for field = 7. Thank you.

  2. #2
    Join Date
    Jun 2000
    Location
    Madrid, Spain
    Posts
    7,447
    check the explain plan

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