Closed (fixed)
Project:
MongoDB
Version:
7.x-1.0-beta2
Component:
Field storage
Priority:
Major
Category:
Support request
Assigned:
Reporter:
Created:
2 Dec 2011 at 10:37 UTC
Updated:
24 Nov 2012 at 22:38 UTC
hi
I have one doubt that After enabling mongodb module on drupal 7 site. Is it automatically fetch data from mongodb database or we need to customize some code ..
Thanks
Comments
Comment #1
misc commentedCould you describe your issue a little bit more, which code are you referring to?
Comment #2
rac_rocks commentedyaa, actually i need to improve performance of my site that's why i am using mongodb with drupal. when i do something on frontend
its data is stored in both db mongo and mysql. when i delete any authenticated user from mysql db then do login it shows login failed while that data is available on mongodb. i am i little bit confuse while using it.
Comment #3
misc commentedIf I understand right - nodes is stored in both mysql and mongo, but the fields are only stored in mongo. The user table is only stored in mysql.
Comment #4
mgiffordI think this is closed as there's been no follow-up for the last year.