Hey,

I have a very big performance problem with Django and Oracle db.

This legacy db has lots of primary keys as strings from the time when those 
id's were alphanumerical so it can't be simply converted to number.

So when I set FK on such varchar column django seems to not crash but it 
converts to int and search whole table of strings with a number which takes 
ages to complete.

Is there maybe some sane solution to the problem? Why it forces me to use 
numbers on varchar FK?

Best regards.
Dominik

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/e4e51608-740c-410c-bc47-21d189c0edf6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to