I'm thinking that I could get a pretty good performance improvement on a couple of tables by moving their LONGTEXT columns into their own tables. Just wondering if there's anybody here who has done something like that - is there a way to do this transparently to Django, so I don't have to re-write every piece of code that uses those tables.
In other words, I'm looking at vertical partitioning, but only across tables, not databases, as transparently as possible to the code that I've already written. Thanks in advance for any pointers. Nick -- 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.