Combination Field Storage
Component ID
1635774
Component name
Combination Field Storage
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Downloads
669
Component created
Component changed
Component body
This module stores fields both in MySQL and in MongDB. When loading entities, or querying them using EntityFieldQuery, it uses MongoDB. When using views, it uses MySQL. Have your cake and eat it too!
This is especially useful in read-heavy, write-light situations that make extensive use of views.
If you don't need full views integration, we would suggest instead using MongoDB field storage and EFQ Views
