HI,
     We have a table with about 30 million records and 15 fields. We need
implement function that user can filter record by arbitrary 12 fields(
one,two, three...of them) with very low latency. It's difficult to create
index. We think ignite is a grid memory cache and test it with 4 million
records(one node) without creating index. It took about 5 seconds to find a
record match one field filter condition. We have tested just travel a java
List(10 million elements) with 3 filter condition. It took about 0.1
second. We just want to know whether ignite suit this use case? Thanks very
much.

Reply via email to