Did anyone test what database are faster with mongo on drupal?
mysql? pgsql? sqlite?

Comments

MiSc’s picture

I think that is a answer you could not get. Everything has to do with the setup.

chx’s picture

Status: Active » Fixed

This is , indeed, a pointless question -- hands down MongoDB wins :) For field storage, you get faster queries for certain types where cross table SQL queries would not be indexable. For watchdog, the capped collections are superior to trying to DELETE after the fact if you have a runaway watchdog problem. Etc.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

podarok’s picture

my question is not like "what is faster mongodb or mysqldb"
Are there any tests or write ups what second database I shoud use with mongo
As I see - mongo is only storage backend while mysql or any other still used as secondary database driver

Am I wrong?

podarok’s picture

Issue summary: View changes

edit