Re: [Info-Ingres] Generate 1 million rows of unique data - Fridayfun

This is a discussion on Re: [Info-Ingres] Generate 1 million rows of unique data - Fridayfun within the Ingres Database forums in Other Databases category; Thanks for all replies. I used Kristoff's nojournaling suggestion. 3 seconds on test linux 11 seconds on the production Solaris boxes. (see machine specs in an earlier mail) I'm very happy now that my test server has topped MSSQL running on really big machines. But now I am on a mission. Can someone say why the transaction log fills with over 300Mb of stuff? And why these two cases perform so differently? create table millions ... with nojournaling ; \g insert into millions select .... ; \g 240 seconds and create table millions as select .... with nojournaling ; \g 11 seconds They are ...

Go Back   Database Forum > Other Databases > Ingres Database

Database Forums

Register FAQ Calendar Search Today's Posts Mark Forums Read
  #1  
Old 10-24-2008, 11:50 PM
Default Re: [Info-Ingres] Generate 1 million rows of unique data - Fridayfun

Thanks for all replies.

I used Kristoff's nojournaling suggestion.
3 seconds on test linux
11 seconds on the production Solaris boxes.
(see machine specs in an earlier mail)

I'm very happy now that my test server has topped MSSQL running on really
big machines.
But now I am on a mission.

Can someone say why the transaction log fills with over 300Mb of stuff?
And why these two cases perform so differently?

create table millions ... with nojournaling ; \g
insert into millions select .... ; \g
240 seconds

and

create table millions as
select .... with nojournaling ; \g
11 seconds

They are run in the same unjournalled uncheckpointed database. As far as I
can tell, the second statement does not hit the transaction log. Does the
nojournaling clause behave as nologging in this case?

Also, what sort of performance should I be expecting from our production
V880s. I think I may have some configuration work to do. It as if the query
is CPU bound.


FYI, the QEP top level node is the same for both queries.
Cart-Prod
Heap
Pages 12988 Tups 1000000
D25992 C22223

regards

Paul


Reply With Quote
Reply


Thread Tools
Display Modes



All times are GMT -4. The time now is 09:26 PM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Integrated by bbpixel2009 :: jvbPlugin R1013.368.1

Search Engine Friendly URLs by vBSEO 3.1.0
vB Ad Management by =RedTyger=
In an effort to better serve ads to our visitors, cookies are used on Mydatabasesupport.com. For more information, check out our Privacy Policy.