Changing Size Category of CIF_IMOD table

Hi,
There was a performance issue in CO11 transaction, then we found out that , select query fetching data from the table CIF_IMOD iis expensive. So we created a secondary index for this table(N0n-Unique index-->No database index). The performance issue was resolved for few days. Again we are facing the same issue and now we are trying to change the size category fo the table CIF_IMOD. Currently its size category is 1 (holds  75 to  340 records) . but it contains more records.
Please advice me will it improve the performance after changing the size category and what will be its impact on the system.
If someone had faced the same issue please share your experience,
Thanks
-Always Learner

Hi,
Size category will not improve the performance data reading from table, It used only how motch tablespace allow when extend the table size.
You should check for which index is corrently and it is right index or not.
Check for last Index Statistics update date, if it is not updated recently, Tell basis person to update index statics.
Rgds
Ravi Lanjewar
Edited by: Ravishankar Lanjewar on Jun 23, 2010 1:48 PM

Similar Messages

  • Size Category of a standard table  - - Urgent

    Guys,
    Suppose the data in the table exceeds the size category of the table defined, will there be any problem??
    Is there any possibility of changing the size category of the standard table??
    Regards
    Jiku

    Hi,
    <u><b>Internal tables</b></u>
    Internal tables provide a means of taking data from a fixed structure and storing it in working memory in ABAP. The data is stored line by line in memory, and each line has the same structure. In ABAP, internal tables fulfill the function of arrays. Since they are dynamic data objects, they save the programmer the task of dynamic memory management in his or her programs. You should use internal tables whenever you want to process a dataset with a fixed structure within a program. A particularly important use for internal tables is for storing and
    formatting data from a database table within a program. They are also a good way of including very complicated data structures in an ABAP program.
    Like all elements in the ABAP type concept, internal tables can exist both as data types and as data objects. A data type is the abstract description of an internal table, either in a program or centrally in the ABAP Dictionary, that you use to create a concrete data object. The data type is also an attribute of an existing data object.
    <b>Internal Tables as Dynamic Data Objects</b>
    Data objects that are defined either with the data type of an internal table, or directly as an internal table, are always fully defined in respect of their line type, key and access method. However, the number of lines is not fixed. Thus internal tables are dynamic data objects, since they can contain any number of lines of a particular type. The only restriction on the number of lines an internal table may contain are the limits of your system installation. The maximum memory that can be occupied by an internal table (including its internal administration) is 2
    gigabytes. A more realistic figure is up to 500 megabytes. An additional restriction for hashed tables is that they may not contain more than 2 million entries. The line types of internal tables can be any ABAP data types - elementary, structured, or internal tables. The individual lines of an internal table are called table lines or table entries. Each component of a structured line is called a column in the internal table.
    Regards,
    Bhaskar

  • Transporting Table Size Category

    We are increasing the size category on a table in our database (Oracle).  I made the change in development and was prompted for a transport, which was saved, released and migrated to QAS.  However, in checking the tables techical settings in QAS it appears that the size category did not change. 
    I verified that the transport went in cleanly, even tried re-transporting, and making sure the object was generated.  Nothing I do seems to be bringing the change over.  Is anyone aware of any tricks in transporting technical settings on a table, or size categories in particular?

    Hi Bret,
    If this is the case in QAS, then I doubt whether the technical setting changes have been properly added in the transport request. Please cross check the objects and stuffs added to that paricular TP request ini SE01 and confirm back that all the technical setting changes have been added the TP request.
    I doubt it is not added to the TP request.
    regards,
    Vinodh.

  • Why SXMSPMAST and SXMSPMAST2 have diferent size category

    In PI 7.0 size category of tables SXMSPMAST and SXMSPMAST2 was 4 (200.000). After installing SP 18 I found that category increase till 6(830.000). But it increase only for SXMSPMAST2.
    Why they have diferent size category?

    You can use TA: SE11 => "Database table: SXMSPMAST" => "Technical settings" => change size category to "6". Then activate your changes!
    A transport will be generated for this change which has to go from DEV => QA => Prod system!
    Regards,
    Kai

  • Changing of data class and size category for keyfigures .

    Hi,
    I am not able to change the data class and size category for keyfigures .
    can you please let me know how to enable the changing of data class and size category for keyfigure under Maintain DB storage parameters.

    Ok then it sounds like your primary key of 8 fields and secondary index of 3 non-unique fields appear somewhat similar to the database and it wrongly uses the secondary index. Perhaps you can try to declare the table as a SORTED table with index fields as key. I doubt this will do any good, but you can try.
    You can try to deactivate the sec. index if it is not being used.
    Or by far the best but also debatable, try to pass hints to the SQL parser by %_hints statement. Please refer to SAP note 129385 for details on hints in general and note 772497 for various hints statements for  ORACLE DB. This will surely make the DB interface use the primary index and the update would be faster. But with 1 million records, hopefully you are not looking at response time in micro seconds, are you?
    rgds,
    Prabhu

  • Table Size Category

    We have a table (FMIFIIT) which has 15,000,000 records.  This table is sized at level 4, which is 40,000 to 160,000 expected records.  Obviously, performance is very slow on this table.  Will increasing this size category speed up performance?  If so, are other steps involved?  If not, what other options other than indexes can we take.  We are running ECC 6.0 and Oracle 10g
    Thanks,
    Blake

    Hi,
    Changing the table category now will not improve performance.
    It is just a hint for the DB tools to size the tablespace next extent at installation.
    Check to see if the indexes need to be reconstructed and check to see if the table needs to be reorganized.
    And check if you need to add one index.
    Regards,
    Olivier

  • Size category in technical settings while creating database table

    Hi all,
    I am creating custom table in ABAP dictionary, while allocating size category in technical settings F4 help values are not coming.i am entering 0,but number of records expected range is not coming.i searched across SDN but couldn't find  anything related to it.
    Thanks in advance.
    Sheela Patil
    Edited by: Sheela Patil on Oct 4, 2011 7:21 PM

    Hi
    Check it properly it will dispaly the size ranges on clicking F4 button.
    In this format it will display on clicking F4 button on size category field.
    SzCat Number of data records of table expected
    0                0 to         4,800
    1            4,800 to        19,000
    2           19,000 to        76,000
    3           76,000 to       300,000
    4          300,000 to     1,200,000
    5        1,200,000 to     2,400,000
    6        2,400,000 to     4,900,000
    7        4,900,000 to     9,800,000
    8        9,800,000 to    19,000,000
    I hope it is solved for you.

  • Is it possible to change the CATEGORY TITLE font color and/or size of each tile group in start screen, when the tiles are sorted by CATEGORY?

    TIA.

    Q.  Is it possible to change the CATEGORY TITLE font color and/or size of each tile group in start screen, when the tiles are sorted by CATEGORY?
    A.  No
    Carey Frisch

  • Tracking changes in a customized database table

    Hi All,
    I have made a customized Z table having the following technical attributes:
    Data class         APPL1   Transaction data, transparent tables
    Size category      0       Data records expected: 0 to 40,000
    \/  Log data changes(ticked).
    I have made one table maintenance generator for the table and inserted some values in it. I am not able to view the changes made in the table in table DBTABLOG or using transaction SCU3. 
    What are the other settings needed to view changes in table(table history). <<removed by moderator>>
    Regards,
    Debopriyo Mallick

    Hey,
    Check this link. U can find step by step.
    http://help.sap.com/saphelp_nw04/helpdata/en/25/f4dd58807b11d395fc00a0c930dcc1/frameset.htm
    Regards,
    Lakshman.Annamaneni

  • Size category while creating a ztable

    Hi,
    I had created a ZTABLE with Size category(Technical Settings) as 1 which has a capacity of 1,400 to ,5700.
    Just in case at a later date if the no.fo records gets increased will the system take care of the size category by itself
    or it has to  be changed again.
    Thanks,
    K.Kiran

    if you know that this may be increased, better define it as a greater value range.
    but any ways.
    The size category determines the probable space requirement for a table in the database.
    You can select the categories 0 to 4 for your table. Each category is assigned a specific fixed storage area value in the database.
    When you create a table, initial space is saved for it in the database. If more space is required later as a result of data that has been
    entered, the storage space is increased in accordance with the category selected.

  • Edit next extent size of the Cluster table

    Hi Guys
    I need to change the next extent size of the a table.
    I ran se14 but i am not able to get into edit mode, because there is no button for edit mode.
    Reason: Cluster table
    Two questions:
    1. Why there is no Edit button? Is it because this table doesnot exixt at DB level.
    2. How can i change the next extent size for a Cluster table from sql prompt or from brtools if possible.
    Information:
    I am facing this issue only in DEV, QAS boxes, where as in Production its fine.
    Regards
    Ricky
    Edited by: Ricky kayshap on Dec 9, 2008 3:52 PM

    Hi,
    Cluster Tables doesn't exist in DB, Because of that you can't make changes to extents at DB level.
    if you experiencing some space issue. I woud suggest to check the underline Transparent tables and make changes to those.
    hope this helps.
    Kalyan.

  • The size of the target table grows abnormaly

    hi all,
    I am curently using OWB (version 9 2.0 4 to feed some tables.
    we have created a new database 9.2.0.5 for a new datawarehouse.
    I have an issue that I really can not explain about the increase size of the target tables.
    I take the exemple of a parameter table that contains 4 fields and only 12 rows.
    CREATE TABLE SSD_DIM_ACT_INS
    ID_ACT_INS INTEGER,
    COD_ACT_INS VARCHAR2(10 BYTE),
    LIB_ACT_INS VARCHAR2(80 BYTE),
    CT_ACT_INS VARCHAR2(10 BYTE)
    TABLESPACE IOW_OIN_DAT
    PCTUSED 0
    PCTFREE 10
    INITRANS 1
    MAXTRANS 255
    STORAGE (
    INITIAL 1M
    MINEXTENTS 1
    MAXEXTENTS 2147483645
    PCTINCREASE 0
    BUFFER_POOL DEFAULT
    LOGGING
    NOCACHE
    NOPARALLEL;
    this table is feed by a mapping and I use the update/insert option, which generates a Merge.
    first the table is empty, I run the maping and I add 14 lines.
    the size of the table is now 5 Mo !!
    then I delete 2 lines by sql with TOAD
    I run a again the mapping. It updates 12 lines and add 2 lines.
    at this point,the size of the table has increased of 2 Mo (1 Mo by line !!)
    the size of the table is now 7 Mo !!
    I do the same again and I get a 9 Mo table
    when I delete 2 lines with a SQL statement and create them manually, the size of the table does not change.
    when I create a copy of the table with an insert select sql statement the size becomes equal to 1 Mo which is normal.
    Could someone explain me how this can be possible.
    is it a problem with the database ? with the configuration of OWB ?
    what should I check ?
    Thank you for your help.

    Hi all
    We have found the reason of the increasing.
    Each mapping has a HINT which is defaulted to PARALLEL APPEND. as I understand it, it is use by OWB to determine if an insert allocates of not new space for a table when it runs and insert.
    We have changed each one to PARALLEL NOAPPEND and now, it's correct.

  • Data dictionary size category

    Hello Experts!
    What is the case if the expected number of data records in sap database table are very much more than the records expected for the size category 4? Will it leads to dump?
    Regards
    Sanguine
    Moderator message: FAQ, please search for previous discussions and read F1 help.
    Edited by: Thomas Zloch on Mar 8, 2012

    Hi
    No..it wil not  leads to dump..size cat is for initial buffer alloaction.
    Regards,
    Raghu.l

  • Best way to change partition key on existing table

    Hi,
    Using Oracle 11.20.3 on AIX.
    We have a table about 800 million rows and 120gb in size.
    Want to try copies oif this table to evalaute different partitiong strategies.
    What is the quickest way to do this?
    Would have liked say datapump table 1 tro disk and datapumo import the data to new table but do the tables need to be of the same format.
    Thanks

    >
    Using Oracle 11.20.3 on AIX.
    We have a table about 800 million rows and 120gb in size.
    Want to try copies oif this table to evalaute different partitiong strategies.
    What is the quickest way to do this?
    Would have liked say datapump table 1 tro disk and datapumo import the data to new table but do the tables need to be of the same format.
    >
    First your subject asks a different question that the text you posted: Best way to change partition key on existing table. The answer to that question is YOU CAN'T. All data has to be moved to change the partition key since each partition/subpartition is in its own segment. You either create a new table or use DBMS_REDEFINITION to redefine the table online.
    Why do you want to export all data to a file first? That just adds to the time and cost of doing the op.
    What problem are you trying to use partitioning to solve? Performance? Data maintenance? For performance the appropriate partitioning key and whether to use subpartitions depends on the types of queries and the query predicates you typically use as well as the columns that may be suitable for partition keys.
    For maintenance a common method is to partition on a date by year/month/day so you can more easily load new daily/weekly/monthly data into its own partition or drop old data that no longer needs to be kept online.
    You should use a small subset of the data when testing your partitionings strategies.
    Can you do the partitioning offline in an outage window? If not then using the DBMS_REDEFINITION is your only option.
    Without knowing what you are trying to accomplish only general advice can be given. You even mentioned that you might want to use a different set of columns than the curren table has.
    A standard heap table uses ONE segment for its data (ignoring possible LOB segments). A partitioned/subpartitioned table uses ONE segment for each partition/subpartition. This means that ALL data must be moved to partition the table (unless you are only creating one partition).
    This means that every partitioning scheme that uses a different partition key requires ALL data to be moved again for that test.
    Provide some information about what problem you are trying to solve.
    >
    Is this quicker than datapump?
    >
    Yes - exporting the data simplying moves it all an additional time. Ok to export if you need a backup before you start.
    >
    Found artcle which talks about using merge option on datapump import to convert partitioned table to non-partitioned table.
    >
    How would that apply to you? That isn't what you said you wanted to do.

  • Change a category name in numbers

    I am trying to set up the personel budget and want to change or add category names. I cannot do this, would anyone know how? Some of the names there are of no use to me and do not fit my needs, thanks

    I don't know why you would not be able to change or add a category name. I assume you are talking about the list in the budget table and the accompanying chart.
    To change a category name, double click on the cell, type something else, hit Return.
    To add a category name and keep the table in alphabetical order, the easy way would be to
    Click on the little disclosure triangle next to the row number of the row above where you want to add your new category (see the screenshot below, the triangle next to the "7").
    Select "add row below"
    Select everything on the row. Copy, Paste to the new row. This will copy the formulas to the new row
    Overwrite the category with whatever you want it to be and type in a budget for it.
    The chart will automatically pick up the new category
    You/we/all of us will get out of beta when Apple releases a non-beta version.

Maybe you are looking for

  • Flash Catalyst 5.5 on Mac 10.7 is a cruel and unusual joke

    I just got the following error while trying to create a new project utilizing an Illustrator file:      The following error occured during import:      Error initializing import libraries. I working on a Mac with 10.7 installed and Version 5.5 of Cat

  • BAPI to update Employee position?

    Hi All, what is the BAPI to update an employee's job title/position. Thanks Thruna Moderator message: please (re)search yourself before asking. Edited by: Thomas Zloch on Nov 4, 2010 10:51 PM

  • Digtal Download not working!!

    I purchase H&R block tax software, I received email that it was ready to download. I can see it in my digital library, but can not download. After clicking on download it installs the downloading assisting tool, then nothing, I click on download and

  • Deleted files reappear on iCloud Drive

    moved Pages files in newly created folders on iCloud Drive and everything looked fine. But after re-entering to iCloud Drive all files reappeared with attached "2" ??? I deleted all of them and they disappeared from the screen of the iPad (but same o

  • FCP X viewer window plays back video with color errors

    I am new to Final Cut X and Final Cut PRo in general. I am doing a project at work where I needed to learn FCPX. I figured out a lot pretty fast. But one issue i am having is that all of the clips being played back in the viewer window are being play