|
|
|
|
|
by lsb
5869 days ago
|
|
If you have "truckloads" of fields, with images in the db or something enormous like that, perhaps you should refactor your schema into tables of each enormous field (or even just shove it in the file system), and store the relations in a relational database, with the entities stored somewhere else. |
|