This project is not covered by Drupal’s security advisory policy.

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.

Project information

  • Created by steven jones on , updated
  • shield alertThis project is not covered by the security advisory policy.
    Use at your own risk! It may have publicly disclosed vulnerabilities.

Releases