Can I use MOngoDB for JCR storing file (xml file)?
|
feedback
|
|
No - MongoDB does not use traditional locking which as far as I know is required for JCR. JCR also includes Full-Text Search as packaged with Lucene, whereas you can do full text search in Mongo (using multikeys) you may not have some other features of full-text search engines (stemming, ranking, etc). At the end of the day, JCR is really mean for use with a RDBMS and also a full-text index. | |||
|
feedback
|