How to solve showing thousand of records in table in single page.....??

Hi Guys ,
I have a table bind to ObjectListDataProvider and using hibernate 3
i set the pagination rows to 10 per page and enable the paginate button to true
but i was wondering why the application server or rather the JSF itself cannot handle lots of records displaying in one page.
for example i have 150 pages for 10 rows per page each
if i click paginate button to show all in single page , the cpu utilization hit 99% and my application will hang.
but it works okay if i have 8-9 pages for 10 rows per page and show all of them in single page.
Is there any way i can fix this or tune this up?
anyone experiencing this before?
Thanks

Solved.
Somewhere in our code, while populating one of the columns of the table, we were resetting the VO which was causing the issue. Modified that method call to add a parameter to mention from which row should the table be populated.
Thanks
Nagamanoj

Similar Messages

  • How do i change the display in ADE to a single page view instead of two pages side by side? I find it distracting and prefer to look at one page at a time.

    How do i change the display in ADE to a single page view instead of two pages side by side? I find it distracting and prefer to look at one page at a time.

    You can increase the font size and automatically page view changes. Go to menubar; Reading -> PDF View or Epub Text Size (depending upon the ebook) and increase the size.

  • Each record of table in new page

    experts help
    i will be having records in table  and each record i want to print in new page.
    suppose if i have 5 records ie 5 items i need to print in 5 pages.
    I was looping at table.
    and printing each record , but all are comming in the same page.
    Please tell me how to acheive

    Hi Siva,
    I have the same requirement in Smart forms. COuld you please let me know how you solved the issue?
    What configuration I need to do in smart form?

  • How do I Hide a Row in a Table in a Pages document?

    How do I hide a row or column? There is a command to "unhide" but not to hide. Because I cannot hide anything, the unhide command is greyed out - what did Apple do with the Hide Rows command for Tables in Pages? Hide it? lol!
    It does not show up in a search of Help - in fact, there isn't even a mention of "unhide" despite there being a command for it!
    Why do I want to hide a row? Because if I have an 8 row table in a Pages Template and I only need six of them, deleting the other two breaks all the formulae and inserts #Ref! errors across each formula, rather than automatically altering cell references as other spreadsheets do. In Numbers hiding the cells makes them disappear and does not break the formulae, but this behaviour seems to be missing from Pages.
    Or is it me that has missed somethng?

    I thought that the descriptions given in the Help are clear.
    The ADDRESS function constructs a cell address string from separate row, column, and table identifiers.
    ADDRESS(row, column, [type], [style], [table])
    row: The row number of the address.
    column: The column number of the address.
    I dropped the comments about type, style and table as I don't use them here.
    =IF(ISBLANK(INDIRECT(ADDRESS(ROW(),1))),"",INDIRECT(ADDRESS(ROW(),2))*INDIRECT(A DDRESS(ROW(),3)))
    INDIRECT(ADDRESS(ROW(),1))
    returns the contents of the cell whose row is the same than the one containing the formula \[the row number is given by ROW()] and whose column is the 1st one)
    INDIRECT(ADDRESS(ROW(),2))
    returns the contents of the cell whose row is the same than the one containing the formula \[the row number is given by ROW()] and whose column is the 2nd one)
    INDIRECT(ADDRESS(ROW(),3))
    returns the contents of the cell whose row is the same than the one containing the formula \[the row number is given by ROW()] and whose column is the 3rd one)
    In short, when the formula is applied in row 9 it behaves like:
    =IF(ISBLANK(A9),"",B9*C9)
    The long syntax is required to be able to enter it only once in the header cell as described in the Help and in the PDF User Guide in a chapter entitled "Applying a Formula Once to Cells in a Column or Row".
    As we want to use such a formula, it would be odd to destroy its ability using a different formula in a standard bottom row.
    More, in a footer row, we may use shorter formulas than in other rows.
    In a standard row 10 we would have to write =SUM(D2:D9)
    in a footer row we enter only =SUM(D) which add the contents of every standard cells of the column D.
    This feature is also described in the named resources.
    Yvan KOENIG (from FRANCE vendredi 3 octobre 2008 18:21:13)

  • How to get only column names from different tables as single table columns

    Hi All,
       I have one requirement in which we want only column names from different tables.
    for example :
     I have three tables T1 ,T2, T3 having
      col1 clo2 clo3 -->  T1 , 
      col3 col5 ,clo6 --> T2 ,
      Clo6 col8 col9 --> T3
    columns i want to get only all  Column names from all table as single Resultset not any data from that how can i get that empty resultset 
    because this empty result i want to bind in datagridview(front end) as Empty resultset 
    Please tell me anyways to do this
    Niraj Sevalkar

    If I understand you want an empty result set, just with metadata. SET FMTONLY do the trick:
    SET FMTONLY ON
    SELECT Col1, Col2, Col3, ....., Coln
    FROM
    T1 CROSS JOIN T2 CROSS JOIN T3
    SET FMTONLY OFF
    Another alternative is to include an imposible contition
    SELECT Col1, Col2, Col3, ....., Coln
    FROM
    T1 CROSS JOIN T2 CROSS JOIN T3
    WHERE 1 = 0
    If you are using a SqlDataAdapter in your client application. You can use the FillSchema method. the select command may be any select statement that returns the columns you want. Under the covers FillSchema will call SET FMTONLY ON.
    If you are using SqlCommand.ExecuteReader you can pass SchemaOnly to CommandBehavior argument. SET FMTONLY ON is called under the covers. Again the select command may be any select statement that returns the columns you want.
    "No darás tropezón ni desatino que no te haga adelantar camino" Bernardo Balbuena

  • How to adjust number of showDetailsItem in limited panelGroupLayout/in single page

    Hello Everyone,
    I am using Jdeveloper 11g and my  requirment is that, in a single page of jspx we included 13 tabs (ShowDetailItems) which is not adjusting in a single panelGrouplayout of 900px.
    Basically after 4 or 5 tabs we are getting arrow mark to see the remaining tabs.
    Can anyone suggest me how to adjust those tabs , so that we can see them in a single screen without any arrow marks.
    <af:panelGrouplayout inlineStyle="width:900px;height:500px">
    <af:panelTabbed id="pt2" dimensionsFrom="disclosedChild"   styleClass="width940 custom-tab">
      <af:showDetailItem text="#{gdipviewBundle.APP_DOC_HISTORY}" id="sdi2" inlineStyle="height:auto;">
    <af:showDetailItem
    <af:showDetailItem
    likewise 13
    Thanks in advance.

    Hi K,
      Which specific version of JDeveloper are you in?  Have you tried downloading and playing around with the ADF Skin Editor?
    You might be able to use something like
    af|panelTabbed::tab
      width: 15%;
    in your CSS (I haven't tested that outside the skin editor)

  • How can I get Preview to remember my preference for single page view?

    Does anyong know how can I get Preview to remember my preference for a single page view rather than continuos scroll?

    Hi Stop
    Works OK for mine Preference Setting for Prev.
    Cheers Tomi
    Mac Pro, Mac OS X (10.7)BC-(Win7), 8 core 8Gb Ram / Macbook Pro 2009 6G (10.7)C-(Win7) / iBook 2006 2Gb (10.7)BC(XP) /iMac 2010(SL) BC-(Win7) /iMac 2009 (SL) BC-(Win7). iMac 2006(SL) C-(XP)

  • How not to show tree-root record

    Hello again to everybody! Maybe someone can answer to my question.
    I want not to show the tree-root record. CODE:
    select "PAGE_ID" id,
    "PARENT_PAGE_ID" pid,
    "DESCRIPTION" name,
    null link,
    null a1,
    null a2
    from "#OWNER#"."DEMO_ABOUT"
    So, I want not to show the record "About this application", but tree-root at the same time must be =1.
    Thanks,
    Vera.

    If you could be more clear on that question some one might even help you. With information provided it is very hard to guess what do you want to do. Why don't you say what you have and what you want to get.

  • How do I show the first record as selected on the first load of a Master/Detail html page?

    I have been looking for any reference to setting a selectrow onload or defaultrow and it seems all references to answers lead to missing pages or examples.
    I have created a master detail page using the insert spry function in DW5. I have had no trouble making it work or changing the css to show a selected column 0 (master) after the first click, but I would like to see the default first row shown as selected.
    I am such a javascript noob I need an example if possible.
    I followed Greg Rowis's example on AdobeTV "Creating A Progressive Enhancement" but this was not addressed.

    Thank you for the reply but it was not quite what I needed.
    My html div was/is
    <div spry:region="ds1" class="MasterContainer">
        <div class="MasterColumn" spry:repeat="ds1" spry:setrow="ds1" spry:hover="MasterColumnHover" spry:select="MasterColumnSelected" >{Industry}
        </div>
    </div>
    With the col0 renamed Industry and this works when I click (select) an Industry I get a change in my display to show which row is selected.
    See http://dev.workway.com/
    What I want is to have About Workway selected on page load. It is the default display but is not shown selected.
    Thanks again for your help.

  • How do I divide thousands of songs currently in a single iTunes account into 2 separate iTunes accounts?

    When my daughter was small, I set up a single iTunes account that we both could use. Now, years later, she has amassed thousands of songs and apps that I have no interest in. Is there a way to set up a separate iTunes account for her and move her music, videos, etc to that account and delete them from my existing iTunes account?

    Some related discussion at https://discussions.apple.com/thread/1965166?start=0&tstart=0  Note that this starts in year 2009 when much music required authorization to play.  This no longer applies to new music or old music upgraded to iTunes Plus.  It still applies to video.
    I am no itunes account expert but I do not think it is possible to transfer file ownership between accounts.

  • How to go to the next record during mail merge in Pages

    I'm trying to create a directory booklet using Pages and Numbers. I have names and addresses listed in rows in Numbers, and I'm trying to use Mail Merge to transfer the data to Pages. After the merge is complete, however, I'm left with one page per name/address, rather than one page with multiple addresses.
    Is there a way to resolve this? I'm not creating mailing labels, but it follows the same concept. Is it possible to insert some sort of "next record" field, so that the data moves to the next row in Numbers?
    Thanks for your help. I'm new to Pages and am feeling very frustrated!

    Cathy,
    Use Find and Replace to replace the Section Break character codes with nothing (empty replace field). The document will then collapse with as many records per page as will fit.
    Jerry

  • How do i show graphics that are moved off my document page so i can see the

    i am moving graphics off my page onto the "background" so I can move them around and reuse them in my document.
    How / where can i make them viewable as i work - right now they just disappear. I am in creative suite ID 3-
    Thanks

    Sounds like you're in preview mode which hides the pasteboard. With nothing selected, hit the w key.
    Bob

  • How to populate only the first record by default when the page opens?

    Dear Members,
    I am using OAF R12 and my requirement is as follows:-
    When the user opens the custom OAF R12 page, I just want to query the first record from the underlying VO.
    For example, If the table has 10 rows, I just want to query the first row as soon as the page opens.
    I have written the below code:-
    Process Request Method of the CO:-_
    am.invokeMethod("initHeaders");
    Code in AM_
    public void initHeaders()
    HeadersVOImpl hVO = getHeadersVO1();
    hVO.initQueryHeaders();
    Code in VO_
    public void initQueryHeaders()
    executeQuery();
    As it is very clear that with the above code all the records will be queried. I have to add something before the executeQuery() method in the VO to just query the first record.
    Can any one please help me by guiding me what I should add before the executeQuery() method in the VO?
    Many thanks in advance.
    Regards,
    R4S.

    Hello Gyan,
    Many thanks for your reply.
    The below line in your code is throwing incompatible type error:
    OARow row = vo.first();
    Can you please help me.
    Regards,
    R4S

  • HT5525 Iphoto was preinstalled in my Macbook and now when I try to update, it's telling me that the update has to be done by other account. How to solve this bug, since there always been a single account in my Mac?

    Does anyone has passed through this before?? I mean, both iphoto and imovie are under this bug, but they had already came installed on my macbook when I purchased it. Will I have to prchase the apps again to update them??

    You may only update pre-installed software from the same Apple ID you used when it was downloaded from the App Store. You need to sign into the App Store using that same Apple ID you used when you registered your original purchase with Apple.

  • How to view an epub file in digital editions in SINGLE PAGE CONTINOUS mode?

    how can i get the full screen real-estate when viewing an epub? On my laptop which has a screen res of 1600x900 i can maximize the view to one page at a time, but when i do the same thing on my desktop or dock to my 24" monitor of resolution 1920x1080, digital editions insist to show me in 2-page side-by-side view. i have to make the digital editions window slightly smaller or expand the table of contents from the left side of the screen in order to make it 1 page layout.
    and yes, i have clicked the increase text size button as much as i can, but it canot be clicked anymore)
    ALSO......
    why can't i just scroll continously like if i'm viewing a pdf? (i can only see one page at a time, from top to bottom, but if i flick my mouse wheel, it goes to the other page instantly and so on).
    i am totally hating on this software right now. looking for any alternatives that can do said features above.

    Looks like i've just answered my own question here. After searching around on the net desperately...
    I've just switched to SONY Reader for PC. The software can show me a page in full-screen with just ONE PAGE at 1080p resolution, and I can increase the font size alot more. Also, It has history of what pages I read and so on. I am uninstalling this worthless software known as Adobe Digital Editions.
    Everything about it is much faster too and doesn't feel like the flash spinoff that ADE is.
    Sorry for bashing, but just speaking the truth.

Maybe you are looking for