Which plan is fast

hi,
i m using oracle 10g , i want to know which plan would do fast search.
i have zone wise data ,around 30 zones and would have data in terabytes.
so should i create partition table according to zone .
or
should i create 35 zone table .
which plan would provide me fast searching result or is there some other way ?
regards

Girish Sharma wrote:
So, is it a documentation bug, link posted by sb; which is saying :
The optimizer compares the costs of the plans and chooses the one with the lowest cost. ?It is not saying that the plan with the lowest cost is the fastest one, does it ? So, no Oracle doc bug, optimizer is really choosing the plan with lowest cost but that does not means this will be the fastest way.
The cost must be defined what we are talking about, it is a set of criteria, not only the time.
Between your home and your office, there is a straight road which represent the lowest cost in term of fuel and distance. Unfortunately, there is often traffic jump over there, so it could be faster to take a an other way, but need several kilometers more (you'll spent more money in fuel, and distance is also more). Whether the first has the lowest cost - and it would be the first advise based on cost (based on the cost definition we give), the second way will be the fastest way to reach your home from office - this would be the first advise based on experience (and it is also depend on the time you leave the office).
Nicolas.

Similar Messages

  • Which is more faster - IN or EXISTS?

    Which is more faster - IN or EXISTS?

    It depends,
    but for many simple cases the optimizer generates exactly the same plan for IN and EXISTS,
    so there shouldn't be any difference in speed.
    explain plan for
    select * from hr.jobs j
    where j.job_id in ( select job_id from hr.job_history );
    select * from table(dbms_xplan.display );
    plan FOR succeeded.
    PLAN_TABLE_OUTPUT
    Plan hash value: 3539156008         
    | Id  | Operation          | Name         | Rows  | Bytes | Cost (%CPU)| Time     |   
    |   0 | SELECT STATEMENT   |              |     8 |   336 |     3   (0)| 00:00:01 |   
    |   1 |  NESTED LOOPS SEMI |              |     8 |   336 |     3   (0)| 00:00:01 |   
    |   2 |   TABLE ACCESS FULL| JOBS         |    19 |   627 |     3   (0)| 00:00:01 |   
    |*  3 |   INDEX RANGE SCAN | JHIST_JOB_IX |     4 |    36 |     0   (0)| 00:00:01 |   
    Predicate Information (identified by operation id):          
       3 - access("J"."JOB_ID"="JOB_ID")
    15 rows selected
    explain plan for
    select * from hr.jobs jb
    where exists (
      select 1 from hr.job_history hi
      where jb.job_id = hi.job_id
    select * from table(dbms_xplan.display );
    plan FOR succeeded.
    PLAN_TABLE_OUTPUT
    Plan hash value: 3539156008         
    | Id  | Operation          | Name         | Rows  | Bytes | Cost (%CPU)| Time     |   
    |   0 | SELECT STATEMENT   |              |     8 |   336 |     3   (0)| 00:00:01 |   
    |   1 |  NESTED LOOPS SEMI |              |     8 |   336 |     3   (0)| 00:00:01 |   
    |   2 |   TABLE ACCESS FULL| JOBS         |    19 |   627 |     3   (0)| 00:00:01 |   
    |*  3 |   INDEX RANGE SCAN | JHIST_JOB_IX |     4 |    36 |     0   (0)| 00:00:01 |   
    Predicate Information (identified by operation id):          
       3 - access("JB"."JOB_ID"="HI"."JOB_ID")
    15 rows selected

  • I have photoshop and muse but need video editing  which plan would be best for me.

    I have photoshop and muse but need video editing  which plan would be best for me.

    Photography plan is $9.99 and each added program is $19.99 so do the math and decide if you want the entire plan
    Cloud Plans https://creative.adobe.com/plans
    -Special Photography Plan includes Photoshop & Lightroom & Bridge & Mobile Lightroom
    -Special Photography Plan includes 2Gig of Cloud storage (not the 20Gig of the full plan)
    -http://helpx.adobe.com/creative-cloud/faq/mobileapps.html
    -http://helpx.adobe.com/photoshop/kb/differences-photoshop-creative-cloud-photography.html
    -and subscription terms http://www.adobe.com/misc/subscription_terms.html
    -what is in the entire Cloud http://www.adobe.com/creativecloud/catalog/desktop.html
    -http://www.adobe.com/products/catalog/mobile._sl_id-contentfilter_sl_catalog_sl_mobiledevi ces.html

  • Which planning function i have to use and how to write this planning fucnti

    Hi Bi Guru's,
    I have rolled out  BW SEM-BPS Planning Layout's for the Annual Budget in my organistaion.
    There are two levels of layout given for the each sales person.
    1)  Sales quantity to be entered Material and  country wise for all 12 months ( April 2009 to March 2010)
    2)  Rate per unit and to entered in second sheet, Material and country wise for the total qty entered in the first layout.
    Now i need to calculate the sales vlaue for each period and for the each material.
    Which planning function i have to use and how to write this planning fucntion.
    Please suggest me some solution ASAP.
    Thanks in Advance,
    Nilesh

    Hi Deepti,
    Sorry to trouble you...
    I require your help for the following scenario for caluclating Sales Value.
    I have Plan data in the following format.
    Country   Material    Customer    Currency    Fiscyear    Fiscper           Qty         Rate        Sales Value
    AZ          M0001      CU001          #             2009          001.2009        100.00                        
    AZ          M0001      CU002          #             2009          001.2009        200.00                        
    BZ          M0001      CU003          #             2009          001.2009        300.00
    BZ          M0001      CU003          #             2009          002.2009        400.00
    BZ          M0002      CU003          #             2009          002.2009        300.00
    AZ          M0001       #               USD          2009             #                                 10.00
    BZ          M0001       #               USD          2009             #                                 15.50
    BZ          M0002       #               USD          2009             #                                 20.00
    In the Above data the Rate lines are entered in the Second Layout, Where the user enters on the Country Material Level with 2009 value for FISCYEAR.
    I am facing problem with this type of data. 
    I want to store the sales value for each Material Qty.
    Please suggest some solution.
    Re
    Nilesh

  • How to know the consumer_group belong to which plan

    Dear all,
    How to know the consumer_group belong to which plan? I found a consumer_group name TEST in table DBA_RSRC_CONSUMER_GROUPS
    , but I can not locate it belong to which Plan.

    Do you have enterprise manager db console configured, then its easy to drill to find that information through few clicks. Not sure what's the sql query to get it. if you find one then do post here.

  • Updated to LR 5.4, images now importing extremely slow. After importing and rendering images are still very slow to go through and develop. No issues in LR 5.3 which was very fast.

    After importing and rendering images are still very slow to go through and develop. No issues in LR 5.3 which was very fast. Canon,Nikon, Leica and Fuji files all rendering slow. iMac 2.9 ghz 16gb RAM OSX 10.8.5. Catalogs and images are kept on external drives. Drives running fine. Really need a fix on this since I'm norally imported and processing at least 4,000 images per LR Catalog. Is there way to revert back to 5.3? I can't use 5.4 is its current state. Thanks.

    Download LR 5.3 and install it
    By the way, lots of people have this complaint about LR 5.4, and the advice I give is to use LR 5.3 unless you need one of the new camera models supported by LR 5.4

  • Which would be faster... Old Imac vs Mac Mini

    Maybe a stupid question but there you go , if so I apologise in advance .
    Which would be faster my aging iMac Intel Core Duo 2.16, or one of the new bread of Mac Minis .. primarily for photoshop and lightroom. Im trying to weigh up replacing the hard rive on the old imac see how long it lasts or just biting the bullet and buying a mac mini ... I don't like the new glossy screen imacs as I would in mainly b&w images and way to reflective
    many thanks simon

    SOme comparison charts to be found here http://www.marketingtactics.com/Speedmark/
    My guess would be that the new Mini is faster than the old iMac.
    Stefan

  • I need Photoshop, Illustrator, Premier, and After Affects.  Which plan would be cheapest?

    I am a graphic designer that is very familiar with Photoshop and I'm getting into Illustrator.  I am beginning to create videos so I need After Affects to create graphics and Premier to edit video.
    On second thought.  I need Photoshop and Illustrator.  But I want to be able to create graphics like intros, banners, text etc. in videos.
    Do I need both Premier and After Affects, or not?
    Which would be the best plan to get? I am not sure which plan to buy and am very confused.  Thanks.

    Photography plan is $9.99 for Photoshop and Lightroom... and then $19.99 each for individual programs... the entire plan looks to be a better deal for you
    Cloud Plans https://creative.adobe.com/plans
    -Special Photography Plan includes Photoshop & Lightroom & Bridge & Mobile Lightroom
    -Special Photography Plan includes 2Gig of Cloud storage (not the 20Gig of the full plan)
    -http://helpx.adobe.com/creative-cloud/faq/mobileapps.html
    -http://helpx.adobe.com/photoshop/kb/differences-photoshop-creative-cloud-photography.html
    -and subscription terms http://www.adobe.com/misc/subscription_terms.html
    -what is in the entire Cloud http://www.adobe.com/creativecloud/catalog/desktop.html
    -http://www.adobe.com/products/catalog/mobile._sl_id-contentfilter_sl_catalog_sl_mobiledevi ces.html

  • Which technology is fast and lightweight anong all webtechnology in java/j2

    hi,
    friends i want to know that which java technology or J2EE technology(JSP,SERVLET,SWING,APPLET,struts and etc) is lightweight and fast.
    because i am going to use the simplest and lighweight web component component .
    So friends Plese tell me that which technology is fast and easy and lightweight anong all webcomponent of java/J2EE

    hi,
    friends i want to know that which java technology or
    J2EE technology(JSP,SERVLET,SWING,APPLET,struts and
    etc) is lightweight and fast.Please define "lightweight" and "fast".
    because i am going to use the simplest and lighweight
    web component component .Lighter than air, faster than thought.
    So friends Plese tell me that which technology is
    fast and easy and lightweight anong all webcomponent
    of java/J2EEThey're all lightweight and fast. Now how will you choose?
    You should choose the technology based on the problem at hand and what you know well, not their alleged reputation for speed and lack of mass.
    %

  • Which database is fast?

    Hi,
    I want to know that which database work fast or connect with JDBC more efficiently? I have worked on MS Access to store data. but not happy with the performance. Can anybody give me info. about other database programs like mysql, sql server, oracle or sybase. I mean which of them can be more fast with JDBC?

    It DEPENDS on what type of application you are developing. For a read-only type of website/application, mysql is BLAZING fast for reads. You also can't beat the price, FREE!!!
    If you are looking to do a heavy transaction type of application and don't want to manage the transactions yourself and let the db do it for you, then oracle is my preference (just b/c I have grown accustomed to it despite how damn expensive it is). If price is an issue you might want to look at DB2 or even Sybase. But if it is a heavy duty application then Oracle IMHO is the way to go!
    Matt Veitas

  • I need to purchase Photoshop, Indesign and Illustrator. Which plan should I choose?

    I need to purchase Photoshop, Indesign and Illustrator. Which plan should I choose? Does the 'Individual Complete plan at A$49 p/m include Indesign?? Their description of this plan only states "Latest Photoshop, Illustrator, and more, plus cloud features"...what i "and more'!!! Thank you

    Their description of this plan only states "Latest Photoshop, Illustrator, and more, plus cloud features"...what i "and more'!!! Thank you
    Many people seem to be confused by that incomplete, brief wording on the Cloud plan page.
    Creative Cloud free trial & plans : Adobe Creative Cloud
    The full Cloud inclusions are listed elsewhere on the Adobe website
    Explore Adobe desktop apps | Adobe Creative Cloud
    If you need 3 or more apps then the full Cloud membership (Individual Complete plan) is the way to go.

  • Which processor is faster?

    Can someone please help me decide between the Intel core 2 SU 7300 and the Intel Core 2 T6600.  Which processor is faster and better suited for casual gaming, entertainment and photo editing?
    Solved!
    Go to Solution.

    SlimJim77 - They are both Dual core processors. The SU 7300 is a ULV or a Ultra Low Voltage processor. SU 7300 spec sheet here http://ark.intel.com/Product.aspx?id=42791. T6600 spec sheet here http://ark.intel.com/Product.aspx?id=37255&processor=T6600&spec-codes=SLGF5. notice the biggest ifferences are in the clock speeds 1.3Ghz for the SU7300 and 2.2Ghz for the T6600. I myself would prefer the T6600 over the SU7300. Because in the few revews I can find of the SU7300 they are good procs for long battery life but they are a bit weak on the performance side.

  • Does anyone know which will be faster, an i5 2.5 ghz with a cheap ssd and 8gb ram or a standard i7 2.3 ghz

    Does anyone know which will be faster, i will be using it mostly for garageband and tv/movies and occasionally games.
    Any responses appreciated
    James

    Welcome to Apple Support Communities
    Get the Mac Mini with the faster Processor, then upgrade the RAM and maybe even SSD yourself.
    see > Memory, Drives, Free Installation Guides for Apple Mac mini

  • I want to buy iphone5s (16gb gold) by online appointment or by local apple shop.which choice is faster?Thank you very much.

    I want to buy iphone5s (16gb gold) by online appointment or by local apple shop(newcastle in the uk).
    Which choice is faster?
    I apologize for any inconvenience caused.

    Try it and find out.
    Is there a technical support question in there for these user to user technical support forums?

  • Where do I get to know, which planning area belongs to which DP Book ?

    Hi All
    Where will I get to see the details like:
    Which planning area belongs to which DP Book?
    Which Planning Object Structure is assigned to which Planning area and other stuff, I mean the whole tree?
    Please do reply...
    SnehaPunj

    Hi Sneha,
    You can do this in multiple ways:
    1. T code: /SAPAPO/MSDP_ADMIN - Administration of Demand Planning and Supply Network Planning
    Right click the planning area and choose "details". You can find all the corresponding details
    2.Go to T code: /sapapo/sdp94
    right click on the planning book "info about planning book", you would get the details
    Thanks,Bopanna

Maybe you are looking for

  • Problem with chart/grap​h multiple scales

    I have a chart with multiple scales. If I turn the visiblity off for some of the scales and then turn them back on they are not in the correct order on the chart. I have attached a program that I used to recreate the problem. Please advise. Thanks At

  • Every link shows a pop-up on iWeb published site.  Why?  Must it be so?

    I've noticed that my very simple blog page shows pop-ups if I rest the cursor over the hyprelinks for just a brief moment. It's kind of annoying, because it shows my weak titles for the files and directories iWeb is using. Normal web pages don't do t

  • Crash everytime after capture

    Hey Guys, I have an issue here. Im knee deep in a intensive job, in which the client is changing the script everyday. Therefore, I have to keep re-recording the voice over. Just recently, after i record my VO from log and capture window, I hit escape

  • Why does my internal table(with header line) ignore 4 of its fields?

    Hi Gurus, I am a newbie to ABAP how has spent far to much of my weekend time trying to solve the following problem; when trying to insert data from table cdpos into my internal table, I only get the two object* fields, the other 3 are not even part o

  • Accidentally trashed mailplist for builtin account types

    Hi I accidentally trashed the plist file from /library/mail/account types/.com.builtin.mail accounts. I believe this file is required for automatically setting up email accounts in mail can anyone please tell me how to get the plist file without doin