BRSPACE to compress all the index

Dear expert,
Currently , no table no index is compressed in our ECC.
So we want to first compress all the index then later will thinking about compress the TOP 20 tables.
i would like to run the following scripts
brspace -u / -c force -f idrebuild -o sapsr3 -s PSAPSR3 -i allsel -c cind -ic ora_proc -p 4
But do you suggest i'd rather compress all the index by brspace table reorg?
Do you suggest i run the index compression directly on productive system ?
Thank you!

Hi Kate,
You can perform index compression online on Production provided you are performing it during low load period as it may impact performance.
Refer SAP note for more details on the options available with brtools to perform index compression
1464156 - Support for index compression in BRSPACE 7.20
Alternate option is available.
You may perform table compression which will automatically rebuild all the indexes for that table. Refer SAP note
1907700 - Different approach to compress tables
Hope this helps.
Regards,
Deepak Kori

Similar Messages

  • Can anybody please suggest the way i can get all the indexes on a cache

    Can anybody please suggest the way i can get all the indexes on a cache?

    Hi,
    If you want to just see what there is at the moment, the StorageManager mbean IndexInfo attribute shows the toString() representation of the extractor of each index.
    If you want to get it programmatically, you can get hold of it by sending an entry-processor to a key, then casting the entry to BinaryEntry, and calling BinaryEntry.getBackingMapContext().getIndexMap() to get the same Map<ValueExtractor,MapIndex> of indexes which the index aware filters get.
    Best regards,
    Rob

  • Best way to rebuild all the indexes in a schema

    Hi,
    DB : 9.2.0.7 (TEST Instance)
    OS : HP-UX Itanium 11.23
    we have TEST schema which contains 1960 Tables and 1800 Indexes.
    we have requirement to rebuild all those indexes.
    what is the best way to do this task?
    Note: This TEST schema was created and imported with PROD schema of Production ( Schema wise import)

    Sybrand has a very valid point, rebuild for what purpose? If it is performance you are likely wasting most of your effort thought there are cases where an index rebuild will help performance of specific queries though sometimes what you gain on a select may be paid for on an insert due to the rebuild resulting in splitting being required to support the insert.
    If the hope is for performance before rebuilding the indexes update the statistics.
    If you must rebuild the easiest way to to generate alter index owner.index_name rebuild commands via SQL and spool these to a file perhaps on a per tablespace basis. The you check the amount of space available in the tablespace to see if if will support rebuilding in place. If yes, great, just add a few commands to the script to echo the commands, show the timing, spool the results, etc.... If not, then you need to generate drop and re-create DDL for those indexes that cannot be rebuilt in an attempt to create the space necessary for the remaining indexes to use rebuilds.
    HTH -- Mark D Powell --

  • How to get all the index of "selected rows" in table control?

    Hi Gurus,
    I have a table control, wherein I need to get selected row so that I can get its respective TABIX.
    I know that the event for capturing selected row is in PAI.
    I also ensure that the w/ selColumn name in my screenpainter is exactly the same as my declaration in ABAP.
    TOP INCLUDE
    YPES: BEGIN OF Y_ZQID_CHECK,
            IDNUM           TYPE ZQID_CHECK-IDNUM,
            WERKS           TYPE ZQID_CHECK-WERKS,
            MATNR           TYPE ZQID_CHECK-MATNR,
            LICHA           TYPE ZQID_CHECK-LICHA,
            LIFNR           TYPE ZQID_CHECK-LIFNR,
            ECOA_S          TYPE ZQID_CHECK-ECOA_S,
            ID_STAT         TYPE ZQID_CHECK-ID_STAT,
            ID_DATE         TYPE ZQID_CHECK-ID_DATE,
            FLAG_MAILCOA(1) TYPE C,
            MARK(1)         TYPE C, "Name of w/ SelColumn in ScreenPainter: T_ZQIDCHECK_DISCH-MARK
           END   OF Y_ZQID_CHECK.
    DATA: T_ZQIDCHECK_DISCH TYPE STANDARD TABLE OF Y_ZQID_CHECK WITH HEADER LINE.
    PAI
    PROCESS AFTER INPUT.
    * MODULE USER_COMMAND_9004.
    LOOP AT T_ZQIDCHECK_DISCH.
      MODULE READ_TC_DISCH .
    ENDLOOP.
    module READ_TC_DISCH input.
      DATA: W_LINE_SEL TYPE SY-STEPL,
                  W_TABIX    LIKE SY-TABIX.
      GET CURSOR LINE W_LINE_SEL.
      W_TABIX = TC_ID_ONLY-TOP_LINE + w_LINE_SEL - 1.
      MODIFY T_ZQIDCHECK_DISCH INDEX TC_ID_ONLY-current_line.
    If I am selecting single row, I can properly get the selected index via debug.
    BUG:
    When I'm selecting multiple rows in table control, only the last row is always being read inside the loop of my table control.
    Please see the screenshot.
    [url]http://img268.imageshack.us/img268/5739/tcselectedrows.jpg[url]
    Notice in the debug screenshot, even if it's just in the 1st loop of table control, it automatically gets the 4th table control index, instead of the 2nd one.
    Helpful inputs will be appreciated.
    Thanks.
    Jaime
    Edited by: Jaime Cabanban on Dec 9, 2009 3:16 PM

    Hi,
    Are you sure that you have selected multiple line for tablecontrol in the property window of the tablecontrol.
    Flowlogic.
    LOOP WITH CONTROL TC_01.
         Module Get_Marked.
    ENDLOOP.
    Module Pool
    Module Get_Marked.
    read the data from the internal table where mark  = 'X'.
    this should give you only selected records.
    Endmodule.
    Kindly check the tablecontrol property.
    Regards,
    Ranjith Nambiar

  • Can (CS5) Export to PDF and Compress all Images ?

    Using CS5, I have a "Book" with 12 chapters, and a total of about 800 color images. The goal is to export it as one PDF file that will be viewed on screens, not sent to a printer.
    When I did export to PDF , the file size was enormous: about 240 MB.
    I want this file to be much -- much! -- smaller sized (in terms of MB).
    I have all the images at different resolutions -- from 72 dpi to 220 dpi --  and I do not need the higher resolutions.
    What is the best way to approach this problem? ...
    --Is there a way to set Indesign to compress all the images during the export ?
    --Or can Photoshop be used to "batch" compress all the images to 72dpi ?
    --Or is there some other method that I can't even imagine.
    Thanks very much !
    Zorba

    Look in the Export to PDF Dialog. In the "Compression" panel, you can set a maximum allowed dpi -- any image with a value above the "above" value will be downsampled to the "to" value.
    This only works on bitmap images; if you have placed large vector images, there is no way to automatically decrease their size.

  • How can i know if my query is using the index ?

    Hello...
    How can i know if my query is using the index of the table or not?
    im using set autotrace on...but is there another way to do it?
    thanks!
    Alessandro Falanque.

    Hi,
    You can use Explain Plan for checking that your query is using proper index or not. First you need to check that Plan_table is installed in your database or not. If it is not there THEN THE SCRIPT WILL BE LIKE THIS:
    CREATE TABLE PLAN_TABLE (
    STATEMENT_ID VARCHAR2 (30),
    TIMESTAMP DATE,
    REMARKS VARCHAR2 (80),
    OPERATION VARCHAR2 (30),
    OPTIONS VARCHAR2 (30),
    OBJECT_NODE VARCHAR2 (128),
    OBJECT_OWNER VARCHAR2 (30),
    OBJECT_NAME VARCHAR2 (30),
    OBJECT_INSTANCE NUMBER,
    OBJECT_TYPE VARCHAR2 (30),
    OPTIMIZER VARCHAR2 (255),
    SEARCH_COLUMNS NUMBER,
    ID NUMBER,
    PARENT_ID NUMBER,
    POSITION NUMBER,
    COST NUMBER,
    CARDINALITY NUMBER,
    BYTES NUMBER,
    OTHER_TAG VARCHAR2 (255),
    PARTITION_START VARCHAR2 (255),
    PARTITION_STOP VARCHAR2 (255),
    PARTITION_ID NUMBER,
    OTHER LONG,
    DISTRIBUTION VARCHAR2 (30))
    TABLESPACE SYSTEM NOLOGGING
    PCTFREE 10
    PCTUSED 40
    INITRANS 1
    MAXTRANS 255
    STORAGE (
    INITIAL 10240
    NEXT 10240
    PCTINCREASE 50
    MINEXTENTS 1
    MAXEXTENTS 121
    FREELISTS 1 FREELIST GROUPS 1 )
    NOCACHE;
    After that write the following command in the SQL prompt.
    Explain plan for (Select statement);
    Select level, SubStr( lpad(' ',2*(Level-1)) || operation || ' ' ||
    object_name || ' ' || options || ' ' ||
    decode(id, null , ' ', decode(position, null,' ', 'Cost = ' || position) ),1,100)
    || ' ' || nvl(other_tag, ' ') Operation
    from PLAN_TABLE
    start with id = 0
    connect by
    prior id = parent_id;
    This will show how the query is getting executed . What are all the indexes it is using etc.
    Cheers.
    Samujjwal Basu

  • Black border around all the pictures in my video.

    I'm new to the forum here and am struggling to find an answer to my problem and wondering if someone might help me. I am using adobe premiere elements 9 to make a picture slideshow.  I have about 90 pictures, with text on several of them and audio throughout the whole thing.  I don't know this program very well, I've used it one other time to make a video.  When it's all done, I burn it to a dvd.  The problem I'm having is that when I burn it to the dvd and play it back in my dvd player, the pictures are reduced in size and there is a black border around them all (all 4 sides).  Do you know what I can do to make it go away?  The last video I make didn't have it so I'm not sure what I've done with this one.  And I did try compressing the pictures and it didn't change anything.
    Thank you so much!
    Alisha

    Steve,
    I actually went through last night and compressed all the pictures to a document size.  Some of them are smaller  (628x439) than 1000 x 750 but some are a little bigger (1024x768).  I noticed as I compressed them in the folder outside of premiere, it also changed them in premiere.  However when I  burnt the new dvd, there was no change.  If I make them smaller (for a website) will that help?  Also, is it something that I would have had to have done before doing the project?  I've already put about 10 hours into this video and really don't want to start it again.
    Bill,
    As of right now I have still images and 3 video clips in this presentation, but if it helps I can get rid of the video clips.  I've actually removed them and tried it again, but had no luck.  And I plan on just burning it to a dvd-r disc to watch on the dvd player.  What this project is is I take pictures from the last year of my daughter and make a "birthday video" for her with music and some text on the still images.
    Also, should I turn on the scale to default frame size?
    I don't know a lot about the video making world, so the verbage kinda goes over my head, but when I began my project I just said ok to whatever it opened it with which says "DSLR-1080p-DSLR [email protected]  I'm now thinking maybe I should have changed the setting, but am at a total loss for what it should be.  Please excuse my ignorance   What I'm wanting to do it just be able to play it on a dvd.
    And lastly, I can't even thank you guys enough for helping me!  I'm beyond frustrated and I really appreciate your kindness!
    Alisha

  • When I'm trying to upload my homepage, (=the index.htmI) Iweb is telling me that it is not possible, because there is a unkown error. All the other pages from my website I upload very well,and they are visible. What can I do to repaire?

    Hello people from the forum,
    I have made a beatifull website, and upload it with filezilla to a server, and also I upload it to a local map.
    Everthing was going very well, but i don't get my website on the internet, because one page will not be uploaded (again) and that is my first page, the home page (and for as far I understand also my index.html)
    I web telling all the time: can not publish this page because there is an unknown error.
    The strange thing is, that I can see, even on the local map as on the online server, that my home page is still there!
    the size of the index.html is 303 kb (and when I open it, it is empty, but maybe thats normal?)
    And yes, I did a lot of stupide things, by accident I deleted a lot of files and documents on my computer :-((
    I reinstall Iweb (3.04) but the error is still there.
    So, do I have to reinstall OS lion totaly? But them I i'm afraid that I lost all my webpages (even they are on the server now)
    (can I put all on a USB stick, and make later again a new homepage?)
    I hope one of you recognize this problem and have a more simpeler solution than my story here above.
    Sorry for my english, I hope you understand.

    Hello Wyodor,
    thanks for your reply on my question.
    You are wright the index file is 308 KB.
    And offcourse that I delete my files and documents is not an Iweb problem, but because my English is not that good, that I thougt I try to tell the whole story, and hope people can read trough the lines.
    Why I didn't use Iweb to upload to the server is because the server company recommanded to use file zilla. And I am a nobody with this kind of things, so I did exactly what they tell me to do.
    No, i did not make a backup of Iweb and the domain file, but reading other messages on this forum showed me that I can maybe try to make empty the cashfile (?)
    and otherwise I have bad luck and have to make my website again. Offcourse I have a lot of examples from all the pages (copied from the local map to my USB stick) and my website is aprox. 15 Mb, (not so big) so it will cost me a few nigths.
    But I'm still hoping on a miracle :-)
    greetings Lasource

  • Everytime I open a project it indexs all the files again

    I just started to use CC after CS6, 5.5,5, 4 ....
    What is with the indexing and peak file generating all the time?
    Please tell me someone is there a way to stop this?
    I just captured 12 hours of tape last night I left it on all night so it could take care of this. Then this morning I had to open a different project and when I went back to this one it started all over again.
    Thank You
    Dennis

    Zooropa75, can I ask where you initially had your audio conforms located?
    We work in a network environment with about 3 PP seats and initially had very similar troubles to what you describe with CS6 after switching from FCP7. To work around the problem we kept all non-media material on the OS system drive. Over the next few weeks we gradually shifted them back till we found a stable solution.
    Our setup (that touch wood has worked well for the past few months) has been the following:
    PP projects: NAS
    Source media: NAS (Same as project)
    Auto-saves: Documents (local OS drive)
    Preview renders: Same as project
    Capured A/V: Same as project
    Media Cache Files: Default (Users/../Library/App Support/Adobe/Common)
    Media Cache Database: Default (Users/../Library/App Support/Adobe/Common)
    Untick Save Media Cache next to originals
    I also time server synced the clocks between our suites and the NAS just for kicks.
    We found (presumably) when the conforms and indexes were stored on the shared drive each different user would read the metadata and trick PP into thinking changes had occured to the metadata, causing an endless cycle of reconforming whenever the project bounced around the suites.
    I don't want to suggest the above will work in your case, but it solved the very, very frustrating problem for us.

  • I would like to get to the point whre txt, pdf,doc are all getting indexed

    Hi gurus,
    Please reply to my question.
    I would like to get to the point where txt, pdf, doc, etc... are all getting indexed
    Edited by: 784786 on Feb 5, 2011 5:55 AM

    HOW to get to the point .....If you do not provide a context to your question, you are a very far distance away from the point.
    Sybrand's response is what would be the response to a question that is very [very] inadequately framed.
    Without knowing the Oracle version, how you plan to load documents , there is no way your question can be answered.
    For all we know, you aren't even planning to use an Oracle database but might be looking at Microsoft Windows Indexing !!
    At the top right corner of the forums.oracle.com page, you would see a link to "FAQ". The FAQ is currently hosted at http://wikis.sun.com/display/Forums/Forums+FAQ
    See the question titled "What is proper discussion forum etiquette?"
    You could also see the well known article "How To Ask Questions The Smart Way" at http://catb.org/esr/faqs/smart-questions.html
    Returning to your question :
    Assuming that you are using Oracle 11.2.0.x, you can explore the Oracle Text option.
    See the documentation at
    http://download.oracle.com/docs/cd/E11882_01/text.112/e16594/overview.htm#i1007403
    and
    http://download.oracle.com/docs/cd/E11882_01/text.112/e16594/ind.htm#i1004902
    Hemant K Chitale
    http://hemantoracledba.blogspot.com

  • Change the Index from documents to All

    Hi all
    I created an index in the index administration only for documents(Items to Index=Documents).
    This was a long time ago...
    Now we have the problem that our search engine only shows documents to this index.
    OK its how it works.
    But my question is: How can I change the "Items to index" from documents to All?
    Is there a way, because its nearly impossible to delete the index a create a new one, because
    we have a lot of documents indexed.
    Thanks in advance
    Steve

    Hi Steve,
    Can you try the following -
    1. Create a new Index with the required properties (items to index set to "All") and select the same data source as done in the old index.
    2. Provide schedule for the index.
    3. Re-index it one time.
    4. When everything is done then you can remove the old index and use the new one.
    5. Modify your Search Options Set accordingly.
    Note: There should be sufficient space in the TREX Server to accommodate both the indexes for some time.
    Regards,
    Sudip

  • Script to List all the Column Store Indexes along with Fragmentation details

    Dear All,
    I'm looking out for a tsql script which can list all the columnstore indexes of my sql server 2014 database along with the fragmentation details, something similar to the out put of sys.dm_db_index_physical_stats.
    Regards,
    Rohit
    Thanks, Rohit ~ All glory comes from daring to begin. ~ "If you find my answer helpful, please mark it as Answer."

    I hope the below links might be useful
    http://raresql.com/2013/03/29/sql-server-list-of-all-indexes-with-column-name-and-datatype-including-columnstore-index/
    http://www.nikoport.com/2014/07/29/clustered-columnstore-indexes-part-36-maintenance-solutions-for-columnstore/
    --Prashanth

  • I ran Logic Pro 9 recently, and I realised I had missing loops. When I checked the index, I realised all the loops were missing from Soundtrack Pro. Is there a dummies guide to uninstalling Logic Studio (not logic pro), or another way to retrieve my loops

    Can someone help, I'd really like to get started on my software!

    Hi
    I have just extracted all the STP content using Pacifist (with Disk Images of all 3 'Audio Content' disks mounted:
    I got 24 GB of content. You must be missing something somewhere in the install process
    CCT

  • Why are all jar files not compressed in the JRE installer?

    I used 7zip to unpack jre-6u12-windows-i586-p.exe (Oracle JRE Installer). On unpacking, I got a core.zip, a zipper.exe and a few other files.
    Again on exploding core.zip I found a few things. core.zip contains all the jar files just like it would be after installation except for 7 jar files.
    charsets.jar
    deploy.jar
    javaws.jar
    jsse.jar
    localedata.jar
    plugin.jar
    rt.jar
    Instead of these jar files there exists the corresponding packfiles
    charsets.pack
    deploy.pack
    javaws.pack
    jsse.pack
    localedata.pack
    plugin.pack
    rt.pack
    I think these are files created by pack200.exe & unpack200.exe is run on them after installation to create the corresponding jar files.
    So now I have a few questions
    Why are only these 7 files run through pack200.exe. I assume its because they are bigger than other files. But it wouldn't take that much effort to pack all jar files & unpack them after installation.
    The .pack extension suggests that these are packed but not gzipped. Again why would Oracle not do a gzip also? for eg with rt.jar packing reduces size from 45 MB to 12 MB, while adding gzip also reduces it to 6 MB.
    Edited by: 966944 on Oct 22, 2012 8:19 AM

    Whatever the truth of all this may be, you won't find it here. This is a user to user forum, not Oracle support or a channel to the developers. All you will get here at best is valid post hoc reasoning: at worst, guesswork. And if you're trying to bring this issue to Oracle's attention, again this isn't the place to do it. Locking the thread.

  • How to create an Index using a script without having to open all the files using BOOK

    Can anyone help me with running a script without opening all the files?

    You cannot access the content of a file that is not open. Your script can open and close files in the background if it's written that way.

Maybe you are looking for

  • Problem in using permits

    Dear Experts, I have a problem in using the permits. I have created a permit HOTWORK with order release 2 and completion 2, I am able to assign this permit to the maintenance order but once the maintenance order is released I'm unable to assign one m

  • Default values in realignment

    Dear all Do you know whether it is possible to set default values for realignment (not creating a variant) when creating a new step? Today the default Copy Logic is M whereas the user would like that to be A. Is that possible? Also "Delete Source" is

  • Where can i find th Photoshop CS4 Error Log?

    Hey Guys, where i can find the Photoshop Error/Crash Log or where i can enable it? If anyone can tell me that where be great

  • Subquery in ODI

    Hello, i need an information ... situation: i need the NVL ( ..., ....) function. in the developer it is no problem to test the subquery, but in ODI i think, it's al little bit more complicated. NVL( <value from my table>, <subquery> ) at the moment

  • Audigy 4 / Network Prob

    I am running a Tyan Thunder K8WE mother board and have 2 7900GTX running in SLI, so they cover the only standard PCI slot so i cant use that (the fans take up a slot to themselves). My only other options are the PCI-X slots (not PCI-E as thats where