django-mysql
django-mysql copied to clipboard
"Vertical partitioning" of tables
When a core model gets big it may have large fields on it such as TextFields, which aren't useful for it the majority of the time. It would be good to support vertical partitioning easily. This isn't really a MySQL-specific task, so maybe make a separate package.