Increase the time of response of my queries

Hi, I have a db2 as database on AS400 and I would like to increase the time of response of my queries because in a table I have more of one million records.
I select a part of this record (select * from sergt where wbtruc='A735') but to get this record where wbtruc=A735 it read the whole table so more of one million records.
is it posssible that it read a part of table and not the whole table
or you are another solution to increase the time of response ?
Thanks in advance?

Uh, oh, temporary index for 1 million records sounds
like OutOfMemoryError :)If this query is going to be run regularly then an access path should be created on the AS400 to support it. An access path over 1 million records isn't a big deal there, the largest file we have is about 120 million records with two access paths and I'm sure there are much much bigger files in the AS400 world.

Similar Messages

  • How to increase the time at the end of what aaa requeries the authentication of a client web

    Hi All,
    I configure ASA aaa to authentificate our internal web client to access to internet. It's check the username/password of client in our Active Directory.
    When the client initiate the first connexion, the ASA request the login connexion and when it's correct, it authorise the access. But after 10 min for exemple, it's request again the login, and so one and so one. Approximativelly, after each ten minute, it requeste an username/password.
    I want to know how can i increase the time between two authentifcation. Or increase the time of 10 min.
    Thanks.

    The authentication timeout is configurable via the "timeout uauth" command, and you can set either absolute or inactivity timeout.
    Here is the command for your reference:
    http://www.cisco.com/en/US/docs/security/asa/asa84/command/reference/t.html#wp1569874

  • How to increase the time for threadstuck jdeveloper weblogic server

    Hi,
    This is a requirement for increasing the time for threastuck detection in jdeveloper weblogic server.
    Few of my threads take a longer time than the default value for threastuck detection.
    Could you please share the suggestions on how to do it?
    i have tried by creating workmanager from the administration console but not aware of how to apply it to application(in web.xml).
    Share inputs on this.
    Thanks,
    Devender

    You are posting this on the wrong forum. All this in one of the server forums.
    Timo

  • How to increase the time for detect a device down on Prime 2.0

    Hi,
    I would like to know how to increase the time for detect when a device has lost connection, currently I monitor several stand alone Access Points that are paleced on differents locations connected to prime through 256 Mbps Links, so when the location has very high bandwith utilization, an e-mail notification about the unreachable Access Point is sent, but if we check te reachability, the Access Point is reachable, and we don´t want to receive to many of this notificatios,
    thanks for your help

    Go to the Console,   Select the server --> configuration --> tuning tab, 
                        Stuck Thread Max Time and Stuck Thread Timer Interval  (give your required time)
    This will definitely increase the Stuck Thread time interval.
    or
    by using work manager also you can define Stuck Thread Max Time interval by editing deployment descriptor file
    <work-manager>
    <name>wm_name</name>
      <max-stuck-thread-time>30</max-stuck-thread-time>
    <stuck-thread-count>5</stuck-thread-count>
    </work-manager>

  • 6070 - Increase the time the display stays illumin...

    Is there a way of increasing the time the display stays illuminated for? ATM my screen goes black after a few seconds which is annoying when trying to enter a number - the only way to "re-illuminate" the screen is push another button, which (depending on the button pushed) will take you to a different menu or even start dialling the incomplete number.
    The default time the screen stays illuminated for is not long enough, and there should be a way of increasing the time it stays on for. I've tried changing the Screen Saver settings and the Power Saver settings, but niether affect the time the screens stays illuminated for.
    Other phones that I've used allow you make the screen stay on for as long (or as short) as you like, but not this one - why?

    Hi kevin,
    I try to do this earlier....but it is not working.....
    I want to increase the number of results display in the popup window (i.e. lookup window on web gui) ....
    Currently, it displays only 10 values....to see other values, we have to click "next" link....
    so, I want to increase the no of display values in one page to 20...
    Regards,
    Chaturanga

  • HT4515 Is there a way to Increase the time before a call is forwarded?

    Is there a way to increase the time before a call is forwarded to another number?

    That's a carrier feature. Contact your carrier.

  • Need to increase the Time out  parameter for executing BI queries

    Folks,
    We are publishing BI Query on portal , we are getting Time out error while executing the quries , please let me know how to increment the time out parameter
    Thanks
    Manish

    Hi Manish,
    Try this link
    Time out time
    Cheers....

  • [login root user] - increase the time for authentification ROOT user in SH

    Hello,
    We have a server in production when OS version MACOSX 10.4.11 Tiger
    The last week our monitorin system failed because the ssh session return time out.
    I try login from Terminal and X11 and the time for autentification the ROOT sh session is betwen 40 and 80 seconds. (login to SSHD, login in sh shell, login in xterm, ......
    Why root autentification in SSH an SH login have increased? Can you help me?
    Marc

    Hi Marc, and a warm welcome to the forums!
    No expert here at all, but does this offer a clue...
    http://search.cpan.org/~stevegt/IPC-Session-0.05/Session.pm

  • How does the author increase the number of response

    how does the author increase the number of responses

    Hi,
    Could you please clarify your question?
    Do you want to manually add response into Response table? Or it already reached your quota? 
    Thanks,
    Ying

  • Is there a way to increase the time resolution to 0.1 ms.?

    Hello. I am using "Download - Using_Counters_to_Time_Program_Execution.zip " that I downloaded from NI Developer Zone. I think this gives me a time resolution of 1 ms. Is there a way to increase the resolution to 0.1 ms? Thank you

    ilter,
    As for your test VI using "Count Events or Time.vi", that is not working because you are only calling the VI once.  In order to get a proper elapsed time, you need to call the VI a second time as shown in the attached picture "Using Count Events or Time VI.jpg". 
    In order to modify the original example to use a 100 kHz timebase instead of the 20 MHz timebase, see the attached picture "Time With Counters (DAQ) - Modified to 100 kHz.jpg".  The changes you need to make are circled in red. 
    I also meant to point out in my previous post that there is another example on the DevZone that does the same thing (time code with counters) using the newer DAQmx driver.  I would encourage you to use this example as it will make your application more supportable and maintainable in the future.  By default, this example also uses the 20 MHz timebase.  In order to modify it to use the 100 kHz timebase, see the attached picture "Time_With_Counters (DAQmx) - Modified to 100 kHz.jpg"  To select the 100 kHz timebase in the DAQmx terminal constant, you will have to right click on that constant, go to "I/O Name Filtering" and select "Include Advanced Terminals".  You will have to select "/Dev1/100kHzTimebase", and then you can delete the "/Dev1/" part. 
    Hope this helps!
    Best regards,
    Message Edited by Jarrod B. on 04-05-2006 10:10 AM
    Attachments:
    Time_With_Counters (DAQmx) - Modified to 100 kHz.JPG ‏437 KB
    Using Count Events or Time VI.JPG ‏114 KB
    Time With Counters (DAQ) - Modified to 100 kHz.JPG ‏405 KB

  • Increase the time before call diverts to answer phone

    Is there anyway in which the amount of time that the blackerry rings for can be increased before the blackberry diverts the call to the voicemail?
    Thanks for any help in advance 

    I am sorry I do not have the definitive fix, however, I can give one pearl of advice. 
    By making sure your phone is in ring only or vibrate only will increase the amount of time each will perform prior to rolling over to VM. 
    Example of this is when in vibrate and ring, your phone will do shortened performances of each before timing out.  If you are not relying on vibration to sense your phone, you will loose all the time before you hear the ring tone. 
    Hope this helps!

  • How to increase the time of an introduction clip

    Hi. I'm working on my first ever video. I have nearly completed everything, including the editing and
    adding in a secondary sound track. I now need to add in voice over clips for each segment.
    When recording the voice over for the lead-in segment (a fade from black segment with an illustrator heading/title), I realized that the voice-over required is significantly longer than the fade from black clip that I originally put into the video; the voice-over needed is 21.9 seconds long and the fade from black segment is only 5 seconds long.
    I've tried simply moving the right edge of the lead-in segment to the right to extend the time, but nothing happens. I can't seem to get the entire video to extend its timeline. I must have obviously locked some or all of the segments, but I can't seem to figure out how to unlock them so I can extend the lead-in segment.
    Can anyone tell me what I'm doing wrong, or what I need to do to fix this. Surely there is a simple way to extend the timeline of the lead-in segment, and I'm just missing it.
    Thanks in advance to anyone that can offer suggestions.

    Hi,
    try moving everything to the "right" of the clip you want to extend...make longer ...to the right..out of the way....
    If you have "handles" on that clip you can drag it out to the time you want...if you dont have handles you can drop a "new" instance of that clip in its place and make it as long as you want..

  • Increasing the time to backup in TM

    Hi ALL
    Great TM backing-up
    But is it possible the tell TM to backup every 2 3 4 5 6 7 ...... or more hours.
    I don't see the benefit of it to backup every hour.
    Dimaxum

    Dimaxum wrote:
    Hi ALL
    Great TM backing-up
    But is it possible the tell TM to backup every 2 3 4 5 6 7 ...... or more hours.
    I don't see the benefit of it to backup every hour.
    Dimaxum
    A backup every hour takes a few seconds to a few minutes. I leave mine on all the time and hardly notice anything when it backs up. The longer between backups means the less you are backing up.
    If you back up every 4 hours, then anything you create and accidentally trash in gone. It's less likely to happen in a one-hour period.

  • Is there any way to increase the time out period?

    Hello,
    Is there any way in Apex 4.0 to control how long the time out period is for when a user logs in?
    Thanks,
    Mark

    Go to Application ->Shared Components -> Edit Security Attributes , take the "*Session Timeout*" section
    The Maximum Session Idle Time in Seconds field is what you are looking for.

  • HT201304 How do I increase the time allowed to make purchases with my Apple ID? I need to sign in for every purchase. I

    After the last IOS update my iPad does not offer me choice to change the time allowed after signing in to 15 minutes

    Settings>General>Restrictions>ALLOWED CONTENT>Require Password
    It's either 15 minutes or immediate.

Maybe you are looking for