Per field-type storage

Component ID

2259411

Component name

Per field-type storage

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Downloads

237

Component created

Component changed

Component body

An attempt at a field storage engine that will create fewer SQL tables by storing fields with the same database columns in the same database tables.

Basically all the data for your image fields will be in the same table, and all your data for your text fields will be in the same table etc.

Note that this module requires a core patch to work, because of a bug in core: the patch is here:
https://drupal.org/node/2261519#comment-8757913

Also note that this is basically me playing around with the field storage engine to learn about it, you probably don't want to use this module.