If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > Max number of columns , rows, performance in DB2 v9.1

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-27-11, 02:59
DBforumnewbie DBforumnewbie is offline
Registered User
 
Join Date: Jul 2011
Posts: 11
Max number of columns , rows, performance in DB2 v9.1

can u guys help me to find Maximum number of columns, rows can a table hold?
how many max columns, rows can a view have ?
will it create any performance issues ?
what kind of performance issues will a DB exhibit?
how many tables can be created at max?

my DB2 v9.1
Reply With Quote
  #2 (permalink)  
Old 07-27-11, 03:18
sathyaram_s sathyaram_s is offline
Super Moderator
 
Join Date: Aug 2001
Location: UK
Posts: 4,534
SQL Limits here

DB2 Database for Linux, UNIX, and Windows

Regarding performance issues, the answer is, as usual - 'It depends' . I don't think you will get any meaningful response reg this.
__________________
Visit the new-look IDUG Website , register to gain access to the excellent content.
Reply With Quote
  #3 (permalink)  
Old 07-27-11, 03:40
DBforumnewbie DBforumnewbie is offline
Registered User
 
Join Date: Jul 2011
Posts: 11
Thank u so Much !!!
I have enough details from the link u have provided for SQL limits

Let me explain u a scenario based on that could u please tell me any sort of performance issues?
If there is a data of 500MB which needs to processed and put it in 20 tables and each table may have at max 30
columns, with primary keys , foreign keys etc
each column is individual and there is no repetition
On some condition the datas are inserted into the tables
while fetching the data, to form a single record i need to query all the 20 tables with keys
if suppose some 10,000 records(or more) are needed to be displayed then in such case
will there be any performance issues like DB hit or table hit or any other thing ?
can u please explain?
Reply With Quote
  #4 (permalink)  
Old 07-27-11, 11:15
dav1mo dav1mo is offline
Registered User
 
Join Date: Dec 2007
Location: Richmond, VA
Posts: 782
all depends on the SQL being run, the supporting indexes for the tables in question, the amount of memory on the machine, the usage of the machine.
I can tell you that many of us are dealing with millions of rows in multi-gigabyte if not terabyte databases and lots of users on a daily basis. The database you are describing is way on the small side and if designed properly and used properly it should be quite fast.

Dave Nance
Reply With Quote
  #5 (permalink)  
Old 07-28-11, 00:51
DBforumnewbie DBforumnewbie is offline
Registered User
 
Join Date: Jul 2011
Posts: 11
Thank u so much for the reply!!!
Reply With Quote
Reply

Tags
max rows, performance

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On