What is the maximum number of defects allowed in QC / ALM?
Question ID: 104883
1
0

What is the maximum number of defects I can have in QC on a 32-bit system?

Marked as spam
Posted by (Questions: 25, Answers: 12)
Asked on March 6, 2013 6:09 pm
83 views
Answers (2)
1
Private answer

Almost right, but actually the field type of the primary key is an integer in the db with length of 4 bytes.

So, the maximum number of defects would be 2^31-1, or 2,147,483,647.

Most likely, you would reach the limit on table size for the db server first, which is partially limited by the available storage.

Marked as spam
Posted by (Questions: 6, Answers: 167)
Answered on March 11, 2013 3:45 pm
1
Private answer

I would guess since bug id (primary key) is data type Number(10) in the backend, the maximum you can have is 9,999,999,999 bugs.

Marked as spam
Posted by (Questions: 3, Answers: 12)
Answered on March 6, 2013 7:25 pm
EyeOnTesting

Welcome back to "EyeOnTesting" brought to you by Orasi Software, Inc.

X
Scroll to Top