How many bugs can be inserted?

General discussion of Mantis.

Moderators: Developer, Contributor

Post Reply
manojm
Posts: 2
Joined: 20 Apr 2015, 07:25

How many bugs can be inserted?

Post by manojm »

Hi All,

I am using mantis for a large process, i am just curious to know if mantis can save 20 lakh records and fetch them.

Thanks and Regards,
Manoj M
atrol
Site Admin
Posts: 8374
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: How many bugs can be inserted?

Post by atrol »

manojm wrote:lakh
What does lakh mean?
Please use Search before posting and read the Manual
manojm
Posts: 2
Joined: 20 Apr 2015, 07:25

Re: How many bugs can be inserted?

Post by manojm »

I meant 2 million records. Also how can we assure the stress and load of mantis?
atrol
Site Admin
Posts: 8374
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: How many bugs can be inserted?

Post by atrol »

2 Million? You mean 2000000 bugs?
You expect that you have to deal with 2 Million bugs in your software? (I will certainly not use it :wink: )
Or is this just a misunderstanding?
Please use Search before posting and read the Manual
ram_mantis
Posts: 1
Joined: 27 Apr 2015, 07:15

Re: How many bugs can be inserted?

Post by ram_mantis »

Hello Atrol,

How to check whether mantis will support 2 million records or not? is there any way to test the mantis application for load testing.

I think if we have proper infrastructure like RAM and ROM and DB mantis will handle heavy load
atrol
Site Admin
Posts: 8374
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: How many bugs can be inserted?

Post by atrol »

I have no own experience with more than 20000 bugs in one instance, so it's just theory what I am writing.

There is no built in limit in MantisBT concerning number of bugs.
The system is just limited by the database, the web server and the file system.
The database limit might be reached quite soon if your bugs contain a lot of the attachments and the attachments are stored in database (they can also be store in file system)
Please use Search before posting and read the Manual
Reivaj
Posts: 27
Joined: 11 Nov 2014, 16:48

Re: How many bugs can be inserted?

Post by Reivaj »

Nowadays I reached 14000 bugs, releases, tasks etc...
archemedia
Posts: 8
Joined: 20 Jan 2011, 16:19

Re: How many bugs can be inserted?

Post by archemedia »

Afaik, the Mantis database model is very well structured and indexed. This means that searching through a huge mySql database shouldn't give you any problem.
MySql has no real limits: https://dev.mysql.com/doc/refman/5.0/en ... limit.html
You could easily script a test in php:

for ($i = 0; $i < 2000000; $i++)
{
//insert a bug in Mantis
}

Dany
cproensa
Posts: 8
Joined: 24 Aug 2015, 11:37

Re: How many bugs can be inserted?

Post by cproensa »

Our instance has 150k bugs
i notice it can take some time showing full queries as "my view" for All projects.
But on indexed operations, like working on bugs, and managin one project, its fine
Post Reply