Join IIUG
 for   
 

Informix News
18 Nov 13 - ZDNet - Top 20 mobile skills in demand... Read
09 Sep 13 - telecompaper - Shaspa and Tatung have shown a new smart home platform at Ifa in Berlin. Powered by the IBM Informix software... Read
06 Sep 13 - IBM data magazine - Mission Accomplished - Miami, Florida will be the backdrop for the 2014 IIUG Informix Conference... Read
01 Feb 13 - IBM Data Magazine - Are your database backups safe? Lester Knutsen (IBM Champion) writes about database back up safety using "archecker"... Read
14 Nov 12 - IBM - IBM's Big Data For Smart Grid Goes Live In Texas... Read
3 Oct 12 - The Financial - IBM and TransWorks Collaborate to Help Louisiana-Pacific Corporation Achieve Supply Chain Efficiency... Read
28 Aug 12 - techCLOUD9 - Splunk kicks up a SaaS Storm... Read
10 Aug 12 - businessCLOUD9 - Is this the other half of Cloud monitoring?... Read
3 Aug 12 - IBM data management - Supercharging the data warehouse while keeping costs down IBM Informix Warehouse Accelerator (IWA) delivers superior performance for in-memory analytics processing... Read
2 Aug 12 - channelbiz - Oninit Group launches Pay Per Pulse cloud-based service... Read
28 May 12 - Bloor - David Norfolk on the recent Informix benchmark "pretty impressive results"... Read
23 May 12 - DBTA - Informix Genero: A Way to Modernize Informix 4GL Applications... Read
9 Apr 12 - Mastering Data Management - Upping the Informix Ante: Advanced Data Tools... Read
22 Mar 12 - developerWorks - Optimizing Informix database access... Read
14 Mar 12 - BernieSpang.com - International Informix User Group set to meet in San Diego... Read
1 Mar 12 - IBM Data Management - IIUG Heads West for 2012 - Get ready for sun and sand in San Diego... Read
1 Mar 12 - IBM Data Management - Running Informix on Solid-State Drives.Speed Up Database Access... Read
26 Feb 12 - BernieSpan.com - Better results, lower cost for a broad set of new IBM clients and partners... Read
24 Feb 12 - developerWorks - Informix Warehouse Accelerator: Continuous Acceleration during Data Refresh... Read
6 Feb 12 - PRLOG - Informix port delivers unlimited database scalability for popular SaaS application ... Read
2 Feb 12 - developerWorks - Loading data with the IBM Informix TimeSeries Plug-in for Data Studio... Read
1 Feb 12 - developerWorks - 100 Tech Tips, #47: Log-in to Fix Central... Read
13 Jan 12 - MC Press online - Informix Dynamic Server Entices New Users with Free Production Edition ... Read
11 Jan 12 - Computerworld - Ecologic Analytics and Landis+Gyr -- Suitors Decide to Tie the Knot... Read
9 Jan 12 - planetIDS.com - DNS impact on Informix / Impacto do DNS no Informix... Read
8 Sep 11 - TMCnet.com - IBM Offers Database Solution to Enable Smart Meter Data Capture... Read
1 Aug 11 - IBM Data Management Magazine - IIUG user view: Happy 10th anniversary to IBM and Informix... Read
8 Jul 11 - Database Trends and Applications - Managing Time Series Data with Informix... Read
31 May 11 - Smart Grid - The meter data management pitfall utilities are overlooking... Read
27 May 11 - IBM Data Management Magazine - IIUG user view: Big data, big time ( Series data, warehouse acceleration, and 4GLs )... Read
16 May 11 - Business Wire - HiT Software Announces DBMoto for Enterprise Integration, Adds Informix. Log-based Change Data Capture... Read
21 Mar 11 - Yahoo! Finance - IBM and Cable&Wireless Worldwide Announce UK Smart Energy Cloud... Read
14 Mar 11 - MarketWatch - Fuzzy Logix and IBM Unveil In-Database Analytics for IBM Informix... Read
11 Mar 11 - InvestorPlace - It's Time to Give IBM Props: How many tech stocks are up 53% since the dot-com boom?... Read
9 Mar 11 - DBTA - Database Administration and the Goal of Diminishing Downtime... Read
2 Feb 11 - DBTAs - Informix 11.7 Flexible Grid Provides a Different Way of Looking at Database Servers... Read
27 Jan 11 - exactsolutions - Exact to Add Informix Support to Database Replay, SQL Monitoring Solutions... Read
25 Jan 11 - PR Newswire - Bank of China in the UK Works With IBM to Become a Smarter, Greener Bank... Read
12 Oct 10 - Database Trends and Applications - Informix 11.7: The Beginning of the Next Decade of IBM Informix... Read
20 Sep 10 - planetIDS.com - ITG analyst paper: Cost/Benefit case for IBM Informix as compared to Microsoft SQL Server... Read
20 Jul 10 - IBM Announcements - IBM Informix Choice Edition V11.50 helps deploy low-cost scalable and reliable solutions for Apple Macintosh and Microsoft Windows... Read
20 Jul 10 - IBM Announcements - Software withdrawal: Elite Support for Informix Ultimate-C Edition... Read
24 May 10 - eWeek Europe - IBM Supplies Database Tech For EU Smart Grid... Read
23 May 10 - SiliconIndia - IBM's smart metering system allows wise use of energy... Read
21 May 10 - CNET - IBM to help people monitor energy use... Read
20 May 10 - ebiz - IBM Teams With Hildebrand To Bring Smart Metering To Homes Across Britain... Read
19 May 10 - The New Blog Times - Misurare il consumo energetico: DEHEMS è pronto... Read
19 May 10 - ZDNet - IBM software in your home? Pact enables five-city smart meter pilot in Europe... Read
17 March 10 - ZDNet (blog) David Morgenstern - TCO: New research finds Macs in the enterprise easier, cheaper to manage than... Read
17 March 2010 - Virtualization Review - ...key components of Big Blue's platform to the commercial cloud such as its WebSphere suite of application ser vers and its DB2 and Informix databases... Read
10 February 2010 - The Wall Street Journal - International Business Machines is expanding an initiative to win over students and professors on its products. How do they lure the college crowd?... Read


End of Support Dates

IIUG on Facebook IIUG on Twitter

[ View Thread ] [ Post Response ] [ Return to Index ] [ Read Prev Msg ] [ Read Next Msg ]

IDS Forum

Re: Engine won't use temporary space - rootdbs....

Posted By: Art Kagel
Date: Monday, 16 March 2009, at 7:10 p.m.

In Response To: RE: Engine won't use temporary space - rootdbs ful (Jarrod Teale)

Jarrod,

If you query a view with a filter on one or more of its columns, the engine
has to instantiate the view into a temp table which, as you say, can get
very large. Since 11.10 allows one to update and delete rows from the
underlying tables through a view, the view instantiation temp table has to
be logged (it didn't before that feature) so that a transaction can control
its contents. Logged tables cannot reside in TEMP dbspaces.

Solution? Add one or more non-temp dbspaces just for creating logged temp
tables and add those to DBSPACETEMP. The engine will use them before
resorting to using ROOTDBS for logged temp tables.

Art

On Mon, Mar 16, 2009 at 6:31 PM, Jarrod Teale <Jarrod.Teale@fonterra.com>wrote:

> Sorry - Update here.
> Turns out it is only when you hit a view which is a union over three
> tables.
> If I query and sort the underlying tables, all is well.
> Query sorting the view runs through the rootdbs.
>
> The tables are quite large - maybe there isn't enough sort space?
>
> ============VIEW======================
> create view "sdev".tagsamples_lt (tag_id,utc_dt_lt,utc_dt,val) as
> select x0.tag_id ,DBINFO ('utc_to_datetime', x0.utc_dt ) ,x0.utc_dt
>
> ,x0.val ::varchar(255) from "sdev".samples_flt x0 union all
>
> select x1.tag_id ,DBINFO ('utc_to_datetime', x1.utc_dt ) ,
>
> x1.utc_dt ,x1.val ::varchar(255) from "sdev".samples_int x1
>
> union all select x2.tag_id ,DBINFO ('utc_to_datetime', x2.utc_dt
>
> ) ,x2.utc_dt ,x2.val from "sdev".samples_str x2 ;
>
> -----Original Message-----
> From: ids-bounces@iiug.org [mailto:ids-bounces@iiug.org] On Behalf Of
> Jarrod Teale
> Sent: Tuesday, 17 March 2009 11:22 a.m.
> To: ids@iiug.org
> Subject: Engine won't use temporary space - rootdbs full [15176]
>
> Hey all,
> I have an 11.50.UC3 engine running on RedHat EL4 It has three temp
> dbspaces set up and the DBSPACETEMP variable is set to use them.
> Any sort query only uses space in the rootdbs - completely filling it
> up.
> I have tried setting client side environment variables for DBSPACETEMP
> and for PSORT_DBTEMP, neither seem to be listened to.
> I have tried removing and recreating the spaces / restarting the
> engine...
>
> Any clues appreciated - I'm fed up beating my head against a wall.
>
> =========ONCONFIG SNIPPET========
> [sdev@sirrp61(10.60.66.130) ~]$ onstat -c | grep DBSPACE ROOTPATH
> /usr/informix/DBSPACES/rootdbs CDR_DBSPACE er_dbspace # dbspace for
> syscdr database CDR_QHDR_DBSPACE er_dbspace # CDR queue dbspace (default
> same as catalog) # DBSPACETEMP:
> DBSPACETEMP tempdbs1:tempdbs2:tempdbs3
> ONDBSPACEDOWN 2 # Dbspace down option: 0 = CONTINUE, 1 = ABORT, 2 = WAIT
>
> ==========END===================
>
> ===========onstat -d================
> [sdev@sirrp61(10.60.66.130) ~]$ onstat -d
>
> IBM Informix Dynamic Server Version 11.50.UC3 -- On-Line -- Up
> 00:24:45 -- 461932 Kbytes
>
> Dbspaces
> address number flags fchunk nchunks pgsize flags owner name
> 4cda5808 1 0x70001 1 1 2048 N B
> informix rootdbs
> 4e2d9e28 2 0x42001 2 1 2048 N TB
> informix tempdbs1
> 4e2c7e30 3 0x42001 3 1 2048 N TB
> informix tempdbs2
> 4e296330 4 0x42001 4 1 2048 N TB
> informix tempdbs3
> 4e296490 5 0x60001 5 1 2048 N B
> informix data01
> 4e2965f0 6 0x60001 6 1 2048 N B
> informix logical_dbs
> 4e296750 7 0x70001 7 1 2048 N B
> informix physical_dbs
> 4e2968b0 8 0x60001 8 2 2048 N B
> informix logical_logs
> 4e296a10 9 0x60001 10 1 2048 N B
> informix er_dbspace
> 4e296b70 10 0x68001 11 4 2048 N SB
> informix er_sbspace
> 4e296cd0 11 0x60001 15 1 2048 N B
> informix sysadmin_dbs
> 11 active, 2047 maximum
>
> Chunks
> address chunk/dbs offset size free bpages flags pathname
> 4cda5968 1 1 0 32000 28953 PO-B
> /usr/informix/DBSPACES/rootdbs
> 4e296e30 2 2 0 524288 524260 PO-B
> /usr/informix/DBSPACES/tempdbs1
> 4e33e018 3 3 0 524288 524260 PO-B
> /usr/informix/DBSPACES/tempdbs2
> 4e33e1e8 4 4 0 524288 524260 PO-B
> /usr/informix/DBSPACES/tempdbs3
> 4e33e3b8 5 5 0 9773000 1434466 PO-B
> /usr/informix/DBSPACES/data01
> 4e33e588 6 6 0 102400 2347 PO-B
> /usr/informix/DBSPACES/logical_logs
> 4e33e758 7 7 0 204800 4747 PO-B
> /usr/informix/DBSPACES/physical_logs
> 4e33e928 8 8 0 512000 11947 PO-B
> /usr/informix/DBSPACES/logicalslogs
> 4e33eaf8 9 8 0 512000 1997 PO-B
> /usr/informix/DBSPACES/logicalslogs2
> 4e33ecc8 10 9 0 512000 511847 PO-B
> /usr/informix/DBSPACES/er_dbspace
> 4d753018 11 10 0 512000 398183 398183 POSB
> /usr/informix/DBSPACES/er_sbspace
>
> Metadata 113764 7122 113764
> 4d7531e8 12 10 0 512000 398222 398222 POSB
> /usr/informix/DBSPACES/er_sbspace2
>
> Metadata 113775 0 113775
> 4d7533b8 13 10 0 512000 398222 398222 POSB
> /usr/informix/DBSPACES/er_sbspace3
>
> Metadata 113775 12891 113775
> 4d753588 14 10 0 512000 398222 398222 POSB
> /usr/informix/DBSPACES/er_sbspace4
>
> Metadata 113775 12891 113775
> 4d753758 15 11 0 512000 490979 PO-B
> /usr/informix/DBSPACES/sysadmin_dbs
> 15 active, 32766 maximum
> ==============END==============
>
> Jarrod Teale
> Fonterra
>
> DISCLAIMER:
> This email contains confidential information and may be legally
> privileged. If you are not the intended recipient or have received this
> email in error, please notify the sender immediately and destroy this
> email.
> You may not use, disclose or copy this email or its attachments in any
> way.
> Any opinions expressed in this email are those of the author and are not
> necessarily those of the Fonterra Co-operative Group.
> http://www.fonterra.com/
>
> ************************************************************************
> *******
> Forum Note: Use "Reply" to post a response in the discussion forum.
>
>
>
> *******************************************************************************
> Forum Note: Use "Reply" to post a response in the discussion forum.
>
>

--
Art S. Kagel
Oninit (www.oninit.com)
IIUG Board of Directors (art@iiug.org)

Disclaimer: Please keep in mind that my own opinions are my own opinions and
do not reflect on my employer, Oninit, the IIUG, nor any other organization
with which I am associated either explicitly or implicitly. Neither do
those opinions reflect those of other individuals affiliated with any entity
with which I am affiliated nor those of the entities themselves.

--00163646bfccfc5e670465448e1b

Messages In This Thread

[ View Thread ] [ Post Response ] [ Return to Index ] [ Read Prev Msg ] [ Read Next Msg ]

IDS Forum is maintained by Administrator with WebBBS 5.12.