Closed (fixed)
Project:
MongoDB
Version:
7.x-1.x-dev
Component:
Field storage
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
25 Jan 2013 at 11:25 UTC
Updated:
31 Aug 2013 at 02:41 UTC
Hi,
I have the following use case. I have already a non-drupal database holding hunderd thousands of records with: title, body, link to a webpage, extra info.
I would very much like to have the Title, body, link and a extra info field in the MongoDB and NOT in drupal.
This for performance purposes.
I would like to show the mongo fields through http://drupal.org/project/efq_views
How can I get the fields only to Field-storage MongoDB and also be able to have the complete entity maintained (edit, delete, add new one) in Drupal?
Thanks a lot in advance for your reply!
Greetings, Martijn
Comments
Comment #1
marcingy commentedDrupal will overwrite in node_save so drupal would need to be aware of them now they could be set to #access FALSE in node forms etc.