How I can  enumerate objects in temporary store?

TEMP_IN_USE_SIZE is constantly increased in my application. How i can get information about objects in temporary storage?

Hi Vladimir,
I am not sure wherher you will be able to see actual objects occupying the temporary memoray usage as most of these will belong to internal TT operations when queries use SORTING such as having, group by, order by clauses etc.
However, I guess there is one or two applications that in your case do excessive use of temporary memory space. You can check the temporary memory that a query uses by observing the high water mark for temporary memory usage. The high water mark represents the largest amount of in-use temporary space used since the high water mark was initialized or reset.
For example if you can get hold of query then you can do
1) use dssize command to check TEMP_IN_USE_SIZE and TEMP_IN_USE_HIGH_WATER
Command> dssize
PERM_ALLOCATED_SIZE: 1048576
PERM_IN_USE_SIZE: 284072
PERM_IN_USE_HIGH_WATER: 284072
TEMP_ALLOCATED_SIZE: 524288
TEMP_IN_USE_SIZE: 19447
TEMP_IN_USE_HIGH_WATER: 21543
2) Call the ttMonitorHighWaterReset procedure to reset the TEMP_IN_USE_HIGH_WATER to the current value for TEMP_IN_USE_SIZE.
Command> call ttMonitorHighWaterReset;
Command> dssize
PERM_ALLOCATED_SIZE: 1048576
PERM_IN_USE_SIZE: 284072
PERM_IN_USE_HIGH_WATER: 284072
TEMP_ALLOCATED_SIZE: 524288
TEMP_IN_USE_SIZE: 19447
TEMP_IN_USE_HIGH_WATER: 19447
3) Run your query or the query that is suspected of causing the problem. I guess you need to get the code from developers or through a cronjob running ttXactAdmin <DSN> in regular interval to nidentify what transactions are long running. SAy a code like below with group by, having and order by!
Command> select cust_id "Customer ID",
> count(amount_sold) "Number of orders",
> sum(amount_sold) "Total customer's amount",
> avg(amount_sold) "Average order"
> from sales
> group by cust_id
> having sum(amount_sold) > 94000
> order by 3 desc;
9 rows found.
4) Use dssize to check TEMP_IN_USE_HIGH_WATER for peak memory usage for the query.
Command> dssize
PERM_ALLOCATED_SIZE: 1048576
PERM_IN_USE_SIZE: 284072
PERM_IN_USE_HIGH_WATER: 284072
TEMP_ALLOCATED_SIZE: 524288
TEMP_IN_USE_SIZE: 19447
TEMP_IN_USE_HIGH_WATER: 20199
HTH,
Mich

Similar Messages

  • HT204266 how i can change country in app store ?

    hi !
    how i can change country in app store , i need download app from app store israel
    a programm name - " Pango "
    I stood by the program. following a request to update, I get a message that only in Israel store i can download
    what do i do ?
    tnx

    Contact iTunes Support in the country's store where you have the credit and request that your account be zero balanced. Then you should be able to change the country of your account.
    iTunes Support -
    http://www.apple.com/support/itunes/

  • How i can switch to Malysian app store.

    my iphone store is  connected with US. but i want to switch to Malaysian app store, how i can do

    Read here:
    http://support.apple.com/kb/HT1311

  • My laptop was stolen this morning how I can reporte that we apple store  and every time the use my laptop I know

    How to find my laptop 13"

    Report it to the police.
    What To Do If Your iDevice or Computer Is Lost Or Stolen
    If your Mac, iPhone, iPod, iPod Touch, or iPad is lost or stolen what do you do? There are things you should do in advance - before you lose it or it's stolen - and some things to do after the fact. Here are some suggestions:
    Reporting a lost or stolen Apple product
    Find my lost iPod Touch
    AT&T, Sprint, and Verizon can block stolen phones/tablets
    What-To-Do-When-Iphone-Is-Stolen
    Lost or Stolen iPhone? Here’s What to do
    6 Ways to Track and Recover Your Lost/Stolen iPhone
    Find My iPhone
    It pays to be proactive by following the advice on using Find My Phone before you lose your device:
    Find My iPhone
    Setup your iDevice on MobileMe
    OS X Lion- About Find My Mac
    How To Set Up Free Find Your iPhone (Even on Unsupported Devices)
    Third-party solutions for computers:
    VUWER 1.5.4
    Sneaky ******* 0.2.0
    Undercover 4.7
    LoJack for Laptops Premium Mac
    STEM 2.1
    MacPhoneHome 3.5

  • How i can change langague on iTunes Store ?

    My iTunes Store is in deutsch?where i can change?

    Just what do you mean? If not downloaded then it is not on yur iPod.

  • I can't open itunes music store

    hi,
    can someone tell me why how i can open my itune music store. everytime i try an unknown error occured (11333) comes up. what should i do

    Follow the instructions in this article if you haven't already done so.
    (25595)

  • How I can change my payment information

    How I can change my payment information

    iTunes Store: Changing your payment information
    http://support.apple.com/kb/HT1918
    iTunes Store & Mac App Store: About payment card authorization holds
    http://support.apple.com/kb/HT3702
    Why can’t I select None when I edit my payment information?
    http://support.apple.com/kb/TS5366

  • When I updated my Iphone my naviogon app was erased, and I can't figure which one I had purchased. Does anyone have any ideals how I can figure this out.

    When I updated my Iphone my naviogon app was erased, and I can't figure which one I had purchased. Does anyone have any ideals how I can figure this out.

    App Store > Updates > Purchased > Not On This iPhone.
    Should be in the list.
    tt2

  • HT5312 HOW CAN I SWITCH TO IRELAND STORE FROM U.S STORE? plus i forgot my security questions?how can i retrieve them?

    HOW CAN I SWITCH TO IRELAND STORE FROM U.S STORE? plus i forgot my security questions?how can i retrieve them?
    my temporary pin is 2791

    The Best Alternatives for Security Questions and Rescue Mail
        a. Send Apple an email request at: Apple - Support - iTunes Store - Contact Us.
        b. Call Apple Support in your country: Customer Service: Contact Apple support.
        c. Rescue email address and how to reset Apple ID security questions.
    Change iTunes Store Country on an iDevice
    1. Tap Settings;
    2. Tap iTunes & App Stores;
    3. Tap View Apple ID;
    4. Enter your user name and password;
    5. Tap Country/Region;
    6. Tap Change Country/Region;
    7. Select the region where you will be located;
    8. Tap Done.
    Also, see How to Change Your iTunes Store Account Location | eHow.com.

  • How to insert delay without using loops, and how can I use variable to store data in labview

    Hi all,
    I am new to Labview and I realized that quite often I am in condition to require a delay beween two functions or elements.. how can we insert a delay in such cases?
    I know how to use delays in a loop. but don't know how to inser some time delay between two elements.
    I have one more question, I know its a bad practice to post 2 questions in 1 thread.
    How can I use a temporary variable to store data, So far I am storing it in an indicator by making it invisible in front panel and making local variable of that indicator, is it the right way to do it ?
    Thanks in advance.

    Generally, LV doesn't have variables in the same sense that most languages do. You can use indicators to perform the same function as variables, but as Adnan pointed out, you run the risk of having race condition and it creates data copies, which is a problem if you have a lot of data. In most cases, you should use wires to perform the function of variables, which is to store data and make it available to the different functions in your code. Instead of thinking about variables, you need to think about data (something like "I have the data coming out of this function. Where does it need to go?").
    Try to take over the world!

  • I downloaded 11.1 but now can't access the store, can only view my library. I've reinstalled but still get a blank, white screen when I try to go to the itunes store. How can I get to the store for purchases?

    I downloaded 11.1 but now can't access the store, can only view my library. I've reinstalled but still get a blank, white screen when I try to go to the itunes store. How can I get to the store for purchases?

    In iTunes prefs>Store - is the Store check box unchecked?
    Did you repair pemissions with Disk Utility?
    MJ

  • I accidentally erased a music album that I purchased on iTunes. How can I get the iTunes store to recognize that it is no longer in my iTunes library and download it again?

    I accidentally erased a music album that I purchased on iTunes. How can I get the iTunes store to recognize that it is no longer in my iTunes library and download it again?

    Delete the broken links in iTunes then look at your purchased list to redownload.
    If this happened because you were deleting files from the iTunes folder in Finder, don't.  You have to let iTunes do all the deleting and moving or you will end up with broken links.

  • How can i make an iTunes store acount without a credit card?

    how can i make an iTunes store acount without a credit card?
    im israeli and the israel store is only the app store.
    i want to get stuff for free without a credit card.
    help?!?

    Just go get a prepaid Visa or something. Put a small amount of money on it and then use that to open an account. If that doesnt work just call them. Contacting Apple for Support and Service 1 800 275-2273

  • How can I delete my itunes store account

    How can I delete my itunes store account

    At the moment you can't - just remove any personal info from it (e.g. credit card details) and stop using it. If you purchased any content from Apple with it (music, films, apps etc) then you will need to remember the account id and password in case you ever want authorise it so as to use it on a different computer (or the same computer if, for exampel, you upgrade the OS)

  • I updated my software in my iPad, can't connect to App Store or iTunes, It says that I have to change to US account, right now I'm in Mexico, how can I change it to mu US account.

    I updated my software in my iPad, can't connect to App Store or iTunes, It says that I have to change to US account, right now I'm in Mexico, how can I change it to my US account

    Back up all data.
    Unlock the Network preference pane, if necessary, by clicking the lock icon in the lower left corner and entering your password. Cllck Advanced, open the DNS tab, and change the server addresses to the following:
              8.8.8.8
              8.8.4.4
    That's Google DNS. Click OK, then Apply.
    In Safari, select
              Safari ▹ Preferences... ▹ Privacy ▹ Remove All Website Data
    and confirm. If you’re using another browser, empty the cache. Test. Any difference?
    Notes:
    1. If you lose Internet access after making the above change to your network settings, delete the Google servers in the  Network preference pane, then select the TCP/IP tab and click Renew DHCP Lease. That should restore the original DNS settings; otherwise restore them yourself. Remember that you must click Apply in order for any changes to take effect.
    2. I don't use Google DNS myself, though I have tested it, and I'm not recommending it or any other DNS provider; the server addresses are offered merely for testing purposes. There may be privacy and technical issues involved in using that service, which you should investigate personally before you decide whether to keep the settings. Other public DNS services exist.

Maybe you are looking for

  • How do I add mailbox folder in ipad?

    Whenever get new mail and want to save it folder.  When I go to mailbox and saw "add mailbox" so I clicked it and have no way for me type new mailbox

  • I've lost the arrows on my Safari toolbar that allow me to browse back and forth on web pages. Any  solutions guys?

    I've lost the arrows on my Safari toolbar that allow me to browse back and forth on web pages. Any  solutions guys?

  • Consolidated Payment to Vendors

    Hi all, We have a scenario, where in our client issues  cheque for a consolidated amount to the Bankers for payment to vendors. The Bankers in turn will issue different DD's to the vendors. I shall explain this with an example: The client issues a si

  • Bridge in CS4 with Vista

    This problem has been driving me nuts, however I came across what I think is the answer. I have CS4 and Windows Vista. If I have CS4 open and then open Bridge and right click on an thumbnail in Bridge and select 'open in ACR', or 'control+R', then th

  • Limit of Weblogic for servlet requests

              Hi,           Could someone tell me what is the limit on the number of servlet requests per           second a weblogic server           can handle.. We are facing some performance issue.. Would like to know the limit           that WLS ser