Closed (won't fix)
Project:
MongoDB
Version:
7.x-1.0-rc2
Component:
Field storage
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
7 May 2013 at 22:18 UTC
Updated:
17 Aug 2013 at 01:54 UTC
I noticed that this module saves CCK Data in both MYSQL and MongoDB. Is there any way to just save the CCK Field Data to MongoDB and not save the data to MYSQL. Would like it to work this way so that I can have better performance in scaling DB writes.
Comments
Comment #1
jegan2668 commentedtry this:
enable mongodb_field_storage module (Build with mongodb). And add the below line in settings.php file.
$conf['field_storage_default'] = 'mongodb_field_storage';
Comment #2
Paul B commentedFields are not stored in MySQL, but properties are stored both in MySQL and MongoDB. Is there a way to disable this? The mongo_entity module can store the entire entity in MongoDB, but since there is no schema numbers are stored as strings.
Comment #3
marcingy commentedMaybe d8 :)