What will the space will the index take ?

My table has 3 lakhs records
I have 5 gb freespace in my tablespace.
I need to create an index on a column which is in date format.
What will the space will the index take ?

hi,
I can not say how much space the index will take? But its always better to create an Index after your table is populated with data. Since you are doing the same it will boost the performance.
2) Choose the proper tablespace for Index. Whether the same tablespace in which your table is or use separate tablespace for Index.
Regards,
Darshan

Similar Messages

  • What Are the Index Values of the MTTR and MTBF of the MA5600?

    What Are the Index Values of the MTTR and MTBF of the MA5600?

    The networking environments are different and the device uses different boards. Therefore, the reference value of the MTBF of the MA5600 is 55 years and the reference value of the MTTR of the Field Replaceable Unit (FRU) is two hours. The preceding values
    are only for reference. For details, contact the related Huawei engineers.
    http://www.huanetwork.com/smartax-ma5600-series-price_c43

  • What is the index tab in Balance Sheet Revaluation for?

    Hi All,
    Whenever I put a value in the Index tab in Balance Sheet Revaluation (Consumer Price Index), the revaluated amount in the Balance Sheet becomes the same as the local currency. No matter what amount I put in the Index tab, it is always the same. What is this tab for? Thanks.

    Hi Fabian,
    Please check below link.
    http://help.sap.com/saphelp_sbo900/helpdata/en/45/10c7870b9941dfe10000000a1553f6/content.htm?frameset=/en/45/10c8f30b994…
    Hope this help
    Regards::::
    Atul Chakraborty

  • Creating the index takes forever

    Hi,
    I'm trying to index ~1100 PDF documents, who size varies between 20KB and 4MB, those PDF are stored in two directories on our Web server, so I use a URL_DATASTORE to get them. I have a column that contains the correct URL to the PDF, the column is a VARCHAR2(2000). 55% of documents are in French, the 45% remaining are English documents. I created this set of preferences :
    begin
    ctx_ddl.create_preference('AAPDF_DATA_PREF','URL_DATASTORE');
    ctx_ddl.set_attribute('AAPDF_DATA_PREF','NO_PROXY','acaiq.com');
    ctx_ddl.set_attribute('AAPDF_DATA_PREF','Timeout','60');
    end;
    begin
    ctx_ddl.create_preference('LEXIQUE_ANGLAIS','BASIC_LEXER');
    ctx_ddl.set_attribute('LEXIQUE_ANGLAIS','index_themes','no');
    ctx_ddl.set_attribute('LEXIQUE_ANGLAIS','index_text','yes');
    ctx_ddl.set_attribute('LEXIQUE_ANGLAIS','theme_language','english');
    end;
    begin
    ctx_ddl.create_preference('LEXIQUE_FRANCAIS','BASIC_LEXER');
    ctx_ddl.set_attribute('LEXIQUE_FRANCAIS','index_themes','no');
    ctx_ddl.set_attribute('LEXIQUE_FRANCAIS','index_text','yes');
    ctx_ddl.set_attribute('LEXIQUE_FRANCAIS','theme_language','french');
    end;
    begin
    ctx_ddl.create_preference('LEXIQUE_GLOBAL','MULTI_LEXER');
    ctx_ddl.add_sub_lexer('LEXIQUE_GLOBAL','DEFAULT','LEXIQUE_ANGLAIS');
    ctx_ddl.add_sub_lexer('LEXIQUE_GLOBAL','french','LEXIQUE_FRANCAIS','fre');
    end;
    begin
    ctx_ddl.create_preference('PREF_FUZZY', 'BASIC_WORDLIST');
    ctx_ddl.set_attribute('PREF_FUZZY','FUZZY_MATCH','FRENCH');
    ctx_ddl.set_attribute('PREF_FUZZY','FUZZY_SCORE','30');
    ctx_ddl.set_attribute('PREF_FUZZY','FUZZY_NUMRESULTS','200');
    ctx_ddl.set_attribute('PREF_FUZZY','SUBSTRING_INDEX','TRUE');
    ctx_ddl.set_attribute('PREF_FUZZY','STEMMER','FRENCH');
    end;
    And I created the index with this DML :
    CREATE INDEX ACAIQ.aapdf_index ON AA_PDF(AAPDF_CONTENU) INDEXTYPE IS ctxsys.context PARALLEL 1 PARAMETERS ('datastore AAPDF_DATA_PREF lexer LEXIQUE_GLOBAL language column AAPDF_LANGUE_ISO wordlist PREF_FUZZY memory 10M');
    The problem is that it takes forever to create the index. I started the create process yesterday after lunch, and it still running :-/ I looked at my Web server logs and I do see my Oracle server fetching the PDF, but it fetch ~12 PDF per hour.
    I'm doing this on our test server, it's a P4 1.4 Ghz with RedHat Linux 8 and Oracle 9i 9.2.02. It's not a fast server, but still I don't think it's normal to take 24 hours to index about 1 GB of data.

    I recreated the index with a 50M memory parameter instead of 10M. It don't speed up the process, in 40 minutes it only indexed 17 documents.
    vmstat stats when indexing the PDF documents :
    # vmstat -n 15
    procs memory swap io system cpu
    r b w swpd free buff cache si so bi bo in cs us sy id
    1 2 0 116104 6796 18120 489684 0 0 3 0 3 7 4 7 2
    0 3 0 116104 6776 18200 489256 0 0 62 1500 671 317 48 3 49
    1 1 0 116104 7084 18216 489728 0 0 37 1578 673 333 44 3 53
    0 1 0 116104 6776 18256 489256 0 0 24 1577 669 322 50 3 47
    1 0 0 116104 6908 18300 489876 0 0 18 1375 662 305 33 3 65
    0 1 0 116104 7000 18328 488136 0 0 19 1425 662 314 33 3 64
    0 1 0 116104 7812 18356 488892 0 0 31 1066 609 207 44 2 53
    1 1 0 116104 6776 18380 489168 1 0 19 1198 648 285 19 2 79
    0 1 0 116104 6776 18412 488212 0 0 23 1193 627 244 41 2 57
    2 0 0 116104 6776 18432 489324 0 0 34 1524 664 313 48 3 49
    1 0 0 116104 6780 18456 488572 0 0 26 1430 660 308 39 3 58
    2 0 0 116104 6776 18500 488424 0 0 32 1484 667 316 45 3 52
    1 1 0 116104 6776 18516 487488 0 0 11 1301 650 287 28 3 69
    0 1 0 116104 6776 18560 488316 0 0 35 1183 637 264 30 2 68
    0 1 0 116104 6776 18584 487344 0 0 34 1363 645 276 47 3 50
    2 0 0 116104 6776 18604 488424 0 0 22 1437 660 306 39 3 58

  • What's the index node and index page in DB2

    Could you please explain what the index node and index page in DB2, and what's the relationship between them?

    Following paragraph is copied from tadm56.
    Tables contain records of data. One or more records of a table are stored in a DB2 data page. Pages are the minimum I/O unit of DB2. A DB2 data page can contain one or more records. But a record must fit in a data page.
    If a record of a table does not fit in a 4096 byte (4 KB) page, the table must be defined in a tablespace that is based on a larger page size. DB2 also provides page sizes of 8192 bytes (8 KB), 16384 bytes (16 KB), and 32768 bytes (32 KB).
    For improved access to data, indexes are predefined by SAP developers. Indexes can also be defined later as further need arises. An index is defined using a few columns of a table, which are accessed frequently. Index data structures allow for efficient retrieval of small quantities of data. Indexes are based on nodes, their storage is maintained within DB2 index pages. Because the pointers pointing to other index nodes are also stored in the index pages, storage of indexes is not as compact as the storage of data records.
    And above this paragraph, there is a figure that shows relationship. I don't know how to paste a picture here. In the figure, it shows that table records vs data page is n:1, and index nodes vs index page is 1:1.
    How to understand index nodes vs index page is 1:1?

  • What is the index service index codes for nokia info message services?

    Is there an ee service information message service and if so is there a numerical index codes list?

    What is the application release?
    what is the workflow document web services service?Oracle Workflow Administrator's Guide -- Page 7-75
    http://download.oracle.com/docs/cd/B53825_03/current/acrobat/121wfag.pdf
    Workflow approval message is stuck in the inbox. It mail_status is mail. It's status is open.
    I can see the approval message in the inbox and it is holding up other emails as it's just sitting there.Can you find any errors in the Workflow log file?
    A Guide For Troubleshooting Workflow Notification Emails - Inbound and Outbound [ID 831982.1]
    Outbound Workflow Email Notification is Not Received [ID 370327.1]
    How to Perform a Meaningful SMTP Telnet Test to Troubleshoot Java Mailer Issues [ID 753845.1]
    What to Review When Notifications are not Emailed (Outbound Processing) ? [ID 1051421.1]
    Also, see old threads for similar discussion.
    Receive Workflow Notification
    http://forums.oracle.com/forums/search.jspa?threadID=&q=Receive+Workflow+Notification&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Thanks,
    Hussein

  • What is the total space Update Rollup 7 For Exchange 2010 SP3 (KB2961522) will take after installation?

    Quick question. 
    What is the total space Update Rollup 7 For Exchange 2010 SP3 (KB2961522) will take after installation?
    Hasan

    Hi
    Your question is a big vague. Extracting the rollup will use some space but you can delete the files afterwards.
    Are you concerned about space while installing? If you have adequate space it shouldnt be a problem.
    Hope this helps. Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.
    I am asking space after installation, it will definitely install some files so how much space extra space it needed in exchange directory drive. 
    Hasan

  • I am trying to edit my music list and then sync it to my iPhone 5 so I don't run out of storage space. However, I see the check marks on the iTunes library but am unable to uncheck them? How do I manually edit what will be synced to my phone?

    I am trying to edit my music list and then sync it to my iPhone 5 so I don't run out of storage space. However, I see the check marks on the iTunes library but am unable to uncheck them? How do I manually edit what will be synced to my phone? (the check marks are not bolded, does this mean they are not in my library but only on my phone?)

    You uncheck the music in your iTunes library on your computer and along with sync only checked songs and videos selected under the Summary selection for your iPhone sync preferences with iTunes, only checked songs in your iTunes library will be transferred to your iPhone or remain on your iPhone and the unchecked songs in your iTunes library that are currently on your iPhone will be removed when syncing.
    Or make use of iTunes playlists and choose selected playlists, albums, artists under the Music selection for your iPhone sync preferences with iTunes and select the playlists below that you want transferred to your iPhone.

  • What is the normal amount of GB of Other Space for a new 32 GB Ipod touch 5 Generation with iOS 6.1.3? Also, will iOS 7 slow down/drain the battery of my device?

    My Other storage space was at 2.84 GB after i loaded all my music/apps onto a recently purchased 32 GB Ipod touch 5 Generation with iOS 6.1.3.  Resetting the settings and removing the music and apps did not help reduce the Other space.  I restored to a backup and got my Other storage space down to almost 400 MB.  When I started syncing music it grew 500-ish MB.  Each time I sync, the Other grows a bit more.  This is really irritating.
    The official listed available GB on my 32 GB is 28.22 GB (not including Other), so now I am irritated knowing that this Other is taking up my space when I didn't even have 32 GB of free space to begin with. So 28.22 - 2.84GB = 25.38 GB.
    I want to restore to a new device to see if that helps, but do not want to upgrade to i0S7.  Is there any way to do this?
    If I upgrade to i0S 7 I am worried it might slow my ipod or drain the battery faster.  Will it do that?  The ipod is expensive and I dont want it to go downhill and obsolete on me because it can't handle a better operating system. 

    Less than 1 1/5 GB is normal. It does grow with time.
    What is the Other on my iPhone and How to Remove It

  • I had bought the iphone 5 four months ago. The problem is that it gets heated too much. I noticed it recently. What should I do? Should I take it to apple store to replace? Will they replace my iphone 5?

    I had bought the iphone 5 four months ago. The problem is that it gets heated too much. I noticed it recently. What should I do? Should I take it to apple store to replace? Will they replace my iphone 5?

    The Basic Troubleshooting Steps are:
    Restart... Reset... Restore from Backup...  Restore as New...
    Restart / Reset
    http://support.apple.com/kb/ht1430
    Backing up, Updating and Restoring
    http://support.apple.com/kb/HT1414
    If you try all these steps and you still have issues... Then a Visit to an Apple Store or AASP (Authorized Apple Service Provider) is the Next Step...
    Be sure to make an appointment first...

  • What is the preferred virus scan program for iphone? I believe that I have a virus. My phone will come on by itself and it appears to be recording audio. I have read about spyware/surveilance viruses that will record audio and take photos.

    What is the preferred virus scan program for iphone? I believe that I have a virus. My phone will come on by itself and it appears to be recording audio. I have read about spyware/surveilance viruses that will record audio and take photos.

    My phone is not jailbroken.  I don't know what you mean about hacked.   Maybe it is hacked?   This is what is happening: About three times over the past few months I've noticed that my phone while "off" will come on (light up) and the screen shows an arrow towards the bottom; an arrow such that you would see on various "players" in order to "play" video or audio, I've searched my phone and cannot find any app that produces this particular screen though. Once I pick up the phone when this screen myseriously appears out of nowhere and press anything, it goes away and goes to the standard "slider" front page to unlock the phone.

  • If I take my bank card details off my itunes account and open a new itunes account what will happen to the old account?

    If I take my bank card details off my itunes account and open a new itunes account what will happen to the old account?

    you're more likely to get quick and accurate answers to an iTunes question in the iTunes forum, this is the GarageBand forum

  • I added icloud to my ipad 2 what will i need to do with my mac in order to start seeing the video and pictures on my  mac onceI take them on my ipad

    I added icloud to my ipad 2 what will I need to do with my mac in order to start seeing the video and pictures on my  mac once I take them on my ipad ?

    See Here
    Apple - iCloud - Learn how to set up iCloud on all your devices.

  • Migrate from taxinj to taxinn  what are the precautions to take, what will

    CAN ANYONE HELP ME, FOR MY CLINENT THE REQUIREMENT IS TO CHANGE FROM  EXISTING TAXINJ PROCEDURE TO TAXINN, THE ARE CHANGING FROM TAXINJ TO TAXINN  ..BCAZ IN THE CURRENT TAXINJ PROCEDURE THEY ARE MAINTAINING 300 TAX CODES FOR 20 COMPANYCODES AND 190 PLANTS, 250 LOCATIONS. 1230 ENDUSERS.
    SO THEY ARE COMING ACROSS DAY TO DAY PROBLEM.
    BOFORE GOING TO MIGRATE FROM TAXINJ TO TAXINN WHAT ARE THE PRECAUTIONS AND IMPLICATIONS NEED TO BE TAKE INTO CONSIDERATIONS.
    FROM BUSINESS POINT VIEW, WITHOUT DISTURBING MASTER DATA,
    CAN ANYONE HELP URGENT.
    THANKS IN ADVANCE
    CHEERS
    SRINIVAS.ANGAJALA

    hi GK
              When u delete the request in ODS or CUBE u want to delete the available data on those targets.
    For deleting the datas in the targets u just right click on the ods or cube and give delete data so that if there is a data in the target it gets deleted. this is the main step u want to do when u reconstrcut the request and after doing this u can direclty schedule data to the target.
    In targets after completing the data transfer process activate it to get that data in report also. dont forget to do this
    In psa level there is no problem u can go and directly delete the request.
    Assign points and gain some points in SDN
    cheers
    bye

  • What will take the place of protectlink on rv220w?

                       Aftert the end of life on Trend Micro Protectlink what is the game plan? Partner using his on rv220w routers..

    Here is what we used to determine what license to buy.  FYI, we have an SA540 and we purchased L-PL-WEB-3=
    http://www.cisco.com/en/US/prod/collateral/vpndevc/ps5739/ps5723/ps9952/ps9953/end_of_life_c51-598329.html

Maybe you are looking for

  • Lightroom 4.3 Will not install on Win 7 64 bit (As previously with 4.2, 4.1 etc!!)

    I am unable to install the 4.3 update. The installer runs, extracts ("Extracting: Adobe_Lightroom_64.msi...") and then when the bar is complete the popup closes and nothing else happens. I can't beleive Adobe PERSISTS in sending out this BROKEN insta

  • How to create an UTF8 data file with max length fields

    We have a legacy application which allows for a transparent text field a maximum length of 30 Bytes. The DB-Length of the field is 40 Chars. In old NUC days it was so simple: TYPES: BEGIN OF t_items,          hwmc(30) TYPE C,   A move, that was it. N

  • Idoc issues - value changes

    I have an issue where we recieve a field in an IDOC - <E1PLOGI SEGMENT="1"> <E1PITYP SEGMENT="1">   <E1P1001 SEGMENT="1">     <SOBID>UK76610 XE10FINANCE</SOBID> But from another system it appears as <E1PLOGI SEGMENT="1"> <E1PITYP SEGMENT="1">   <E1P1

  • Can i copy an podcast URL from the podcast view in iTunes?

    Hi, is there any way to copy an podcast URL from the Podcast view in Itunes? I have about 20 podcasts right now and when i try to hookup someone else with these, its a long way guiding them tru the podcast directory or finding the website where the p

  • My notes are missing ?!!

    My notes are missing since I accepted to backup to icloud. How do I find them again?