Am Tue, 03 Jul 2007 15:07:14 -0000
schrieb "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>:

> We are using mysql 5.0.42 and are getting this error when trying to
> insert records of over 5M.

I may sound nosy, and apologize for that. But don't you think that you
have a software design bug when one record in a table exceeds 5 MB?

If you have binary data, why don't you use FileField and ImageField?
That way you'd store the large data in the filesystem and only have a
reference to the file in the database.

Just my 2 eurocent

Martin



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to