Re: MMapDirectory or FSDirectory

2015-02-05 Thread sreedevi s
t; H.-H.-Meier-Allee 63, D-28213 Bremen > http://www.thetaphi.de > eMail: u...@thetaphi.de > > > > -Original Message- > > From: sreedevi s [mailto:sreedevi.payik...@gmail.com] > > Sent: Thursday, February 05, 2015 10:13 AM > > To: java-user@lucene.apache.org >

RE: MMapDirectory or FSDirectory

2015-02-05 Thread Uwe Schindler
evi.payik...@gmail.com] > Sent: Thursday, February 05, 2015 10:13 AM > To: java-user@lucene.apache.org > Subject: MMapDirectory or FSDirectory > > Hi, > I am doing some performance analysis with lucene. I have 1 million resources > with 1000 attributes. > According to how I index

MMapDirectory or FSDirectory

2015-02-05 Thread sreedevi s
Hi, I am doing some performance analysis with lucene. I have 1 million resources with 1000 attributes. According to how I index, I will have 1 million documents with 1000 fields. For me the total data was about 100 GB and while using FSDirectory to store my indices, index size was almost 6 GB. I ha