Field SQL Blob Storage
Component type
Categories
Maintenance status
Development status
Component created
Component changed
This module provides an alternative field storage backend. A table is created on a per-entity-type basis. All fields for each entity (well, those using our storage) are stored in one big serialized field.
This substantially reduces the number of database tables and database queries. It is an alternative to the caching approach offered by entitycache.
