Re: indexing unique keys

2014-09-08 Thread Chandan Tamrakar
There would be records in millions and field would only be md5 hash. Size of field would be 32 chars Can you please point out what would be the best approach ? Thanks On Sep 5, 2014 12:47 PM, "Mikhail Khludnev" wrote: > Hello, > > You are asking without giving a context. What's the size of sets

Re: indexing unique keys

2014-09-05 Thread Mikhail Khludnev
Hello, You are asking without giving a context. What's the size of sets, desired TPS, key length, and even values? It's hard to answer definitely. It's not primary usage for Lucene, it adds some unnecessary overhead. However, community collected a few workaround for such kind of problem. From the