Using mongodb for storing almost all website text -


like web developers, used use mysql of db needs. i'm interested in mongodb, , trying integrate project i'm building. problem is, because don't have experience mongodb, i'm having little difficulty deciding on feature. never had live website using mongodb, i'm not sure if it's this.

this site available in several languages. decided store text in place, able programatically fetch needed ones in correct language. if using mysql, not use purpose. i'm using mongodb, , seems logical use storing lot of text , later fetching.

do think it's idea? it's document store, should ideal this, i'm imagining having lots of queries fetching data db, , doesn't seem good...

also, think mongodb being local or remote should make difference on decision?

and exact problem is?

i assume have in mysql

| key | language | text |

it's trivial translate mongodb like

{ key: ...., translations : { 'de' : , 'en' : , }


Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -