If I want to create a Django model with 500 data fields, will that be slow? What is the upper limit on a Django model/table backed by MySQL on a powerful modern server? If I have 10,000 data fields will it be slow?
At what point would I consider breaking down a really large table into smaller sub-tables?