what's your meaning of performance of storage? lucene just stores all fields of a document(or columns of a row if in db) together. it can only store string. you can't store int or long( except you convert it to string). to retrieve a given field of a document will cause many io operations. it's designed to perform fast full text search. it's not a k-v or other nosql db.
On Mon, May 21, 2012 at 3:33 PM, Konstantyn Smirnov <inject...@yahoo.com> wrote: > That's ok, but what is the real difference? Are there any performance tests? > I can assume, that up to 1 GB index size, there will be no noticeable > difference with stored fields in comparison with some MongoDB, but if the > index size grows? > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Performance-of-storing-data-in-Lucene-vs-other-No-SQL-Databases-tp3984704p3985043.html > Sent from the Lucene - Java Users mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org > For additional commands, e-mail: java-user-h...@lucene.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For additional commands, e-mail: java-user-h...@lucene.apache.org