Hello all,
I have been using MySQL for about 5 years now in a company project.
I store a lot of data, very rapidly into the database.
Presently, I am having a problem where the MySQL server appears to
be denying a connection when I reach a database size of about
10 billion bytes.
I am running a mostly default installation on Fedora core 4.
We modified the blob size to 1 million for a special case. But for
the failing operations, the blob size is only about 1.5K.
I am storing about 3 millions records per hour, each averaging
1.5K.
The DB is a single table with columns. 4 of which are integers.
One is a blob.
I am using RHFC 4 with ext3 file system.
After running for about 2.5 hours, MySQL drops the connection and
refuses to allow any others to the specified database.
Are there any configurations I can adjust or look at that may enable
me to extend my DB to more data storage?
Mark Kozikowski
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]