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: Loading tables in XPS

Posted By: Schleicher, Keith
Date: Monday, 22 October 2012, at 3:33 p.m.

In Response To: RE: Loading tables in XPS (Art Kagel)

Here is the syntax for future reference:

create external table load_table sameas <tablename>
using ( datafiles ("DISK:1: <filename with full path>"));
insert into <tablename> select * from load_table;

Keith Schleicher
IT Database Administrator
Cell: 224-210-8358
Blackberry: 2242108358@messaging.sprintpcs.com
Page: 2242108358@sprint.skytel.com=A0

For more information, use our DBA Wiki page link below:
http://wiki.intra.sears.com/confluence/display/TechStrag/Database+Managemen=
t#DatabaseManagement

-----Original Message-----
From: ids-bounces@iiug.org [mailto:ids-bounces@iiug.org] On Behalf Of Art K=
agel
Sent: Monday, October 22, 2012 2:00 PM
To: ids@iiug.org
Subject: RE: Loading tables in XPS [28604]

I don't remember the XPS syntax which is subtly different from the curreht =
IDS syntax, so check the manual for details so i don't steer you wrong. You=
are not far off.=20

Art
On Oct 22, 2012 11:49 AM, "Schleicher, Keith" <Keith.Schleicher@searshc.com>
wrote:=20

> So I would these statements:=20
>=20
> create external table unload_table same as <tablename> using datafiles=20
> exte=3D rnal <tablename>.unl; insert into <tablename> select * from=20
> unload_table;
>=20
> Or is there something wrong in my syntax?=20
>=20
> Keith Schleicher
> IT Database Administrator
> Cell: 224-210-8358
> Blackberry: 2242108358@messaging.sprintpcs.com
> Page: 2242108358@sprint.skytel.com=3DA0
>=20
> For more information, use our DBA Wiki page link below:=20
>=20
> http://wiki.intra.sears.com/confluence/display/TechStrag/Database+Mana
> gemen=3D
> t#DatabaseManagement
>=20
> -----Original Message-----
> From: ids-bounces@iiug.org [mailto:ids-bounces@iiug.org] On Behalf Of=20
> Art K=3D agel
> Sent: Monday, October 22, 2012 1:37 PM
> To: ids@iiug.org
> Subject: Re: Loading tables in XPS [28602]
>=20
> Defining an external table on the 'load' file and loading from that=20
> table i=3D nto the 'real' table by using INSERT INTO real_table SELECT *=
=20
> FROM external=3D _table; will be MUCH MUCH faster as John stated.=3D20
>=20
> Art=3D20
>=20
> Art S. Kagel
> Advanced DataTools (www.advancedatatools.com)
> Blog: http://informix-myview.blogspot.com/=3D20
>=20
> Disclaimer: Please keep in mind that my own opinions are my own=20
> opinions an=3D d do not reflect on my employer, Advanced DataTools, the=20
> IIUG, nor any othe=3D r organization with which I am associated either=20
> explicitly, implicitly, or=3D by inference. Neither do those opinions=20
> reflect those of other individuals=3D affiliated with any entity with=20
> which I am affiliated nor those of the ent=3D ities themselves.=3D20
>=20
> On Mon, Oct 22, 2012 at 2:15 PM, Schleicher, Keith <=20
> Keith.Schleicher@sears =3D hc.com> wrote:=3D20
>=20
> > Here's what I did:=3D20
> >=3D20
> > Got the dbschema of the tables.=3D20
> > Updated the extent sizes.=3D20
> > Unloaded the tables to files.=3D20
> > Dropped the tables.=3D20
> > Run the load of the tables from the files.=3D20
> >=3D20
> > I'm guessing that using an external table isn't going to help=20
> >loading=3D20 the f=3D3D ile now. While I will consider this for the=20
> >future, I need to=3D20 know what ca=3D3D n be done at this point in tim=
e=20
> >to ensure the tables are=3D
> =3D20
> > being loaded.=20
> >=3D20
> > Keith Schleicher
> > IT Database Administrator
> > Cell: 224-210-8358
> > Blackberry: 2242108358@messaging.sprintpcs.com
> > Page: 2242108358@sprint.skytel.com=3D3DA0
> >=3D20
> > For more information, use our DBA Wiki page link below:=3D20
> >=3D20
> >=20
> >http://wiki.intra.sears.com/confluence/display/TechStrag/Database+Man
> >a
> > gemen=3D3D
> > t#DatabaseManagement
> >=3D20
> > -----Original Message-----
> > From: ids-bounces@iiug.org [mailto:ids-bounces@iiug.org] On Behalf=20
> >Of=3D20 John =3D3D Miller iii
> > Sent: Monday, October 22, 2012 12:58 PM
> > To: ids@iiug.org
> > Subject: Re: Loading tables in XPS [28600]
> >=3D20
> > Use an external table. It takes two sql statements, but is much=20
> >much=3D20 much m=3D3D uch more powerful/faster.=3D3D20
> >=3D20
> > You can get a small improvement in load by setting FET_BUF_SIZE=3D20=20=
=20
> >environment=3D3D variable to 32000 before starting dbaccess.=3D3D20
> >=3D20
> > John F. Miller III
> > STSM, Embedability Architect
> > miller3@us.ibm.com
> > 503-578-5645
> > IBM Informix Dynamic Server (IDS)=3D3D20
> >=3D20
> > ids-bounces@iiug.org wrote on 10/22/2012 10:35:42 AM:=3D3D20
> >=3D20
> > > From: "Schleicher, Keith" <Keith.Schleicher@searshc.com>
> > > To: ids@iiug.org,
> > > Date: 10/22/2012 10:37 AM
> > > Subject: Loading tables in XPS [28598] Sent by:=20
> > >ids-bounces@iiug.org
> > >=3D3D20
> > > We have a very old server running XPS 8.21.UD2X2. I am=20
> > >currently=3D3D20=3D
> =3D20=3D20
> > >running
> > a=3D3D20
> > > load of three tables from files using the following format:=3D3D20
> > >=3D3D20
> > > load from <tablename>.unl
> > > insert into <tablename>
> > >=3D3D20
> > > These loads are approaching 48 hours of being run, even though=20
> > >two=3D20
> > >of=3D3D20 the
> >=3D20
> > > unload files are around 200 MB, and the other is just over 300=20
> > > MB.=3D20 Iam
> > trying=3D3D20
> > > to see if there is a way to view the number of rows that have=3D20
> > > been=3D3D20 loaded, but the systables won't be updated until=20
> > > update=3D20 statistics is=3D3D20 run, and Ican't
> > run=3D3D20
> > > a Status through dbaccess or a "select (*) from <tablename>."=20
> > > These
> > tables=3D3D20
> > > have taken a while to load, with a table that was 73 MB taking=3D20=20
> > > several
> > hours.=3D3D20
> > > The CPU doesn't look constrained most of the time, and I can=20
> > > see=3D20 there
> > are=3D3D20
> > > exclusive locks on the table, but I'm not sure how to look how=20
> > >the=3D20
> > >I/O=3D3D20 performace is doing.=20
> > >=3D3D20
> > > Is there a way to see if there is a way to view the progress of=3D20=
=20
> > >these
> > table=3D3D20
> > > loads, or even make sure that these tables are loading? Should
> I=3D3D20=3D20
> > > cancel
> > the=3D3D20
> > > run of two of the tables to see if it helps the run of the
> other=3D3D20=3D20
> > > table,
> > even=3D3D20
> > > though the rollback might take a while?=3D3D20
> > >=3D3D20
> > > Any insights would be appreciated.=3D3D20
> > >=3D3D20
> > > Keith Schleicher
> > > IT Database Administrator
> > > Cell: 224-210-8358
> > > Blackberry:=3D3D20
> > >=3D3D20
> > 2242108358@messaging.sprintpcs.com<mailto:=3D20
> > 2242108358@messaging.sprintpcs.co=3D3D
> > m>=3D3D20
> >=3D20
> > > Page:=3D3D20
> > > 2242108358@sprint.skytel.com<mailto:2242108358@sprint.skytel.com>
> > >=3D3D20
> > > For more information, use our DBA Wiki page link below:=3D3D20
> > >=3D3D20
> > > http://wiki.intra.sears.com/confluence/display/TechStrag/Database
> > > +Management#DatabaseManagement<http://wiki.intra.sears.com/
> > > confluence/display/TechStrag/Database+Management>
> > >=3D3D20
> > > This message, including any attachments, is the property of Sears
> > Holdings=3D3D20
> > > Corporation and/or one of its subsidiaries. It is confidential=20
> > > and=3D20
> > > may=3D3D20 contain proprietary or legally privileged information. If=
=20
> > > you=3D
> =3D20
> > > are not=3D3D20 the
> > intended=3D3D20
> > > recipient, please delete it without reading the contents. Thank=3D20
> > >you.=3D3D20
> > >=3D3D20
> > >=3D3D20
> > >=3D3D20
> >=3D20
> >=3D20
> >=20
> >*********************************************************************
> >*
> > *****=3D3D
> > ****=3D3D20
> >=3D20
> > > Forum Note: Use "Reply" to post a response in the discussion=3D20
> > >forum.=3D3D20
> > >=3D3D20
> >=3D20
> >=3D20
> >=20
> >*********************************************************************
> >*
> > *****=3D3D
> > ****
> > Forum Note: Use "Reply" to post a response in the discussion=20
> >forum.=3D3D20
> >=3D20
> > This message, including any attachments, is the property of Sears=3D20=
=20=20
> >Holdings =3D3D Corporation and/or one of its subsidiaries. It is=3D20=20=
=20
> >confidential and may cont=3D3D ain proprietary or legally privileged=3D2=
0=20=20
> >information. If you are not the inten=3D3D ded recipient, please delete=
=20
> >it=3D
> =3D20
> > without reading the contents. Thank you.=20
> >=3D20
> >=3D20
> >=3D20
> >=3D20
>=20
> **********************************************************************
> *****=3D
> ****=3D20
> > Forum Note: Use "Reply" to post a response in the discussion=20
> >forum.=3D20
> >=3D20
> >=3D20
>=20
> --14dae9340ef1e33c2a04ccaa210e=3D20
>=20
>=20
> **********************************************************************
> *****=3D
> ****
> Forum Note: Use "Reply" to post a response in the discussion forum.=3D20
>=20
> This message, including any attachments, is the property of Sears=20
> Holdings =3D Corporation and/or one of its subsidiaries. It is=20
> confidential and may cont=3D ain proprietary or legally privileged=20
> information. If you are not the inten=3D ded recipient, please delete it=
=20
> without reading the contents. Thank you.
>=20
>=20
>=20
>=20
***************************************************************************=
****=20
> Forum Note: Use "Reply" to post a response in the discussion forum.=20
>=20
>=20

--e89a8f838b35d5e1a204ccaa7602=20

***************************************************************************=
****
Forum Note: Use "Reply" to post a response in the discussion forum.=20

This message, including any attachments, is the property of Sears Holdings =
Corporation and/or one of its subsidiaries. It is confidential and may cont=
ain proprietary or legally privileged information. If you are not the inten=
ded recipient, please delete it without reading the contents. Thank you.

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.