Hello,

In our model, we need to do lookups based on the user's XMPP JID.  The JID can 
be up to 3071 characters long.  The problem we have run into is that MySQL does 
not like to index columns that are that large.  We are working on an 
implementation where we generate a hash and index the hash value, but we were 
wondering if anyone has already created a model field that addresses this 
problem and makes the database limitations transparent.

--
Eric Chamberlain






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

Reply via email to