473,499 Members | 1,747 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Windows UDB Question

Hallo,

At the moment we have a Data warehouse on Windows with UDB 8.1. Now the
warehouse will expand to 1Tb for the 7 fact tables (that is the data only,
without the indexes).

The questions are:

§ Is Windows the right platform, or must we go for UNIX
or Linux? The load for the 7 tables is 11 GB average, to a maximum of 40 GB
a day before it is transferred to a star schema. The record size is 1K

§ What is the maximum size for a Windows environment?

Regards

Gerrit
Nov 12 '05 #1
9 1363
I can't comment on the best platform (certainly there is no MUST go away
from Windows though) but make suer you size your fact table. DB2 can
support 512GB of data in a single table with 32KB pagesize.
If you use 4KB page size only that shrinks to 64GB.
You don't want to be caught late in the game because you chose too small
a pagesize.

Cheers
Serge
Nov 12 '05 #2
You need to look at whether you need the DPF (if you don't have it
already). You can always cluster servers together under Windows if you
wish. The analysis that needs to be done is whether your company feels
that the availability and reliability of Windows and the Intel platform
is sufficient to meet your requirements.

Larry Edelstein

Gerrit Groenendaal wrote:
Hallo,

At the moment we have a Data warehouse on Windows with UDB 8.1. Now the
warehouse will expand to 1Tb for the 7 fact tables (that is the data only,
without the indexes).

The questions are:

§ Is Windows the right platform, or must we go for UNIX
or Linux? The load for the 7 tables is 11 GB average, to a maximum of 40 GB
a day before it is transferred to a star schema. The record size is 1K

§ What is the maximum size for a Windows environment?

Regards

Gerrit


Nov 12 '05 #3
Are there any plans to raise the per table / partition limit?

Would it help if I open a requirement that the 64GB per "4K" tablespace
partition limit be relaxed?

"Serge Rielau" <sr*****@ca.ibm.com> wrote in message
news:34*************@individual.net...
I can't comment on the best platform (certainly there is no MUST go away
from Windows though) but make suer you size your fact table. DB2 can
support 512GB of data in a single table with 32KB pagesize.
If you use 4KB page size only that shrinks to 64GB.
You don't want to be caught late in the game because you chose too small a
pagesize.

Cheers
Serge

Nov 12 '05 #4
Moving to Linux will gain you nothing over Windows as far as your question
is concerned: DB2 is compatible over all supported platforms. meaning the
limit is independent of the OS.

Serge has addressed the DB2 limits.

"Gerrit Groenendaal" <gr*****@worldonline.nl> wrote in message
news:41**********************@dreader2.news.tiscal i.nl...
Hallo,

At the moment we have a Data warehouse on Windows with UDB 8.1. Now the
warehouse will expand to 1Tb for the 7 fact tables (that is the data only,
without the indexes).

The questions are:

§ Is Windows the right platform, or must we go for
UNIX or Linux? The load for the 7 tables is 11 GB average, to a maximum of
40 GB a day before it is transferred to a star schema. The record size is
1K

§ What is the maximum size for a Windows environment?

Regards

Gerrit

Nov 12 '05 #5
Gerrit,

What do you/administrators/developers have the best skills in,
and what is your existing infrastructure?

These are probably more important given DB2 doesn't really care
what the platform is.

Paul.

Nov 12 '05 #6


Hallo,

Thanks for the answers,

We are a mainframe shop, but due the stringent WLC policy, there are no
cycles left or they are too expensive. So we started with Windows. We will
go for the DPF or the union all view.

Gerrit
"PaulR" <pa**@abacus.co.uk> schreef in bericht
news:11**********************@z14g2000cwz.googlegr oups.com...
Gerrit,

What do you/administrators/developers have the best skills in,
and what is your existing infrastructure?

These are probably more important given DB2 doesn't really care
what the platform is.

Paul.

Nov 12 '05 #7
phu
I think the original poster commented that the row sized is
approximately 1 KByte in size. With a 32-KB pagesize, there
shouldn't be much wasted space on a page. DB2 supports a maximum
of ~250 rows per page.

The 32 KByte pagesize should be sufficient, given the few details
that the user has provided.
Mark Yudkin <my***********************@boing.org> wrote:
Are there any plans to raise the per table / partition limit? Would it help if I open a requirement that the 64GB per "4K" tablespace
partition limit be relaxed? "Serge Rielau" <sr*****@ca.ibm.com> wrote in message
news:34*************@individual.net...
I can't comment on the best platform (certainly there is no MUST go away
from Windows though) but make suer you size your fact table. DB2 can
support 512GB of data in a single table with 32KB pagesize.
If you use 4KB page size only that shrinks to 64GB.
You don't want to be caught late in the game because you chose too small a
pagesize.

Cheers
Serge



--
Bill Phu -- Dalhousie University (phu at cs dal ca)
"Three grand essentials to happiness in this life are something to do,
something to love, and something to hope for."
- Joseph Addison
Nov 12 '05 #8
I was actually for our own reasons, rather than that of original poster - we
have a case where we will soon need substantially more room than we get on
UDB. I hoped that Serge would respond, but he didn't.

<ph*@cs.dal.ca> wrote in message news:cr**********@News.Dal.Ca...
I think the original poster commented that the row sized is
approximately 1 KByte in size. With a 32-KB pagesize, there
shouldn't be much wasted space on a page. DB2 supports a maximum
of ~250 rows per page.

The 32 KByte pagesize should be sufficient, given the few details
that the user has provided.
Mark Yudkin <my***********************@boing.org> wrote:
Are there any plans to raise the per table / partition limit?

Would it help if I open a requirement that the 64GB per "4K" tablespace
partition limit be relaxed?

"Serge Rielau" <sr*****@ca.ibm.com> wrote in message
news:34*************@individual.net...
I can't comment on the best platform (certainly there is no MUST go away
from Windows though) but make suer you size your fact table. DB2 can
support 512GB of data in a single table with 32KB pagesize.
If you use 4KB page size only that shrinks to 64GB.
You don't want to be caught late in the game because you chose too small
a
pagesize.

Cheers
Serge



--
Bill Phu -- Dalhousie University (phu at cs dal ca)
"Three grand essentials to happiness in this life are something to do,
something to love, and something to hope for."
- Joseph Addison

Nov 12 '05 #9
Hi,

The rows size of the fact Table will be about 100 bytes, the orignal load
file is 1kb.

Gerrit
<ph*@cs.dal.ca> schreef in bericht news:cr**********@News.Dal.Ca...
I think the original poster commented that the row sized is
approximately 1 KByte in size. With a 32-KB pagesize, there
shouldn't be much wasted space on a page. DB2 supports a maximum
of ~250 rows per page.

The 32 KByte pagesize should be sufficient, given the few details
that the user has provided.
Mark Yudkin <my***********************@boing.org> wrote:
Are there any plans to raise the per table / partition limit?

Would it help if I open a requirement that the 64GB per "4K" tablespace
partition limit be relaxed?

"Serge Rielau" <sr*****@ca.ibm.com> wrote in message
news:34*************@individual.net...
I can't comment on the best platform (certainly there is no MUST go away
from Windows though) but make suer you size your fact table. DB2 can
support 512GB of data in a single table with 32KB pagesize.
If you use 4KB page size only that shrinks to 64GB.
You don't want to be caught late in the game because you chose too small
a
pagesize.

Cheers
Serge



--
Bill Phu -- Dalhousie University (phu at cs dal ca)
"Three grand essentials to happiness in this life are something to do,
something to love, and something to hope for."
- Joseph Addison

Nov 12 '05 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
1801
by: Chuck Anderson | last post by:
I know this is more of a Windows question, but I've Googled this and can not find an answer. Is there a PHP interface to the Windows recycle bin? I want to put files there instead of deleting...
11
1694
by: Dustin | last post by:
Hello, I just started programming in Python last night, and I've really enjoyed my experience so far. I would like to know if there is a Windows editor that recognizes Python and will support a...
5
1960
by: Blair Hall | last post by:
I have a requirement to prevent 'accidental' tampering with some software written in Python. If I ensure that all of the modules concerned are compiled into .pyc's, and remove the .py's to another...
2
1124
by: Charles Hartman | last post by:
I'm sitting here (briefly!) with a Windows machine trying to build a distributable for my app. I'm using py2exe and Inno Setup. (This is Apple-framework Python 2.3, wxPython 2.5.3.8.) Everything...
1
3681
by: Kannan | last post by:
Hello, I hope you guys can help me with a problem that I am facing... I have started the MSSqlServer service and SQLServerAgent services with a domain username and password. There are periodic...
2
1409
by: Kevin Lam | last post by:
Hi all, I am writing an application which requires using a popup windows to edit the detail of a record. The popup windows is created by it's parent which shows the detail of the record,...
7
1425
by: skyspy | last post by:
hi friends, i want to know that is it possible to link my c programme with folder or file in windows, so when ever i click (try to open) the folder first my programme will execute and after that...
9
3681
by: Irmen de Jong | last post by:
Hello Sorry this might be a bit offtopic but I don't really know where else to post this question. If you could point me in the right direction that is much appreciated. I'm running into a...
3
2681
by: hnash | last post by:
I am learning C, I am working in windows not unix. I need a way to get the time, write to a variable "time1" then execute a section of code. When the section is finished I need to get the time and...
2
1234
by: panteraboy | last post by:
Hi again there folks, I was wondering if its possible to maximise the window of the form through vba or access itself. I wish all my form windows to open fully and i was wondering does access...
0
7180
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7225
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
7392
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
4605
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3105
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3101
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1429
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
667
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
307
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.