up vote 2 down vote favorite
1
share [g+] share [fb]

Is there any way to Query against the objects stored by a Terracotta instance?

I am looking for SQL-Like Queries or any way to filter objects based on fields.

link|improve this question

feedback

4 Answers

up vote 0 down vote accepted

At least the enterprise version has its own search API:

http://www.terracotta.org/documentation/enterprise-ehcache/api-guide#enterprise-ehcache-search-api-for-clustered-caches

link|improve this answer
feedback

There was a good blog written on this topic recently: Querying Java Objects stored in Terracotta's NAM

link|improve this answer
feedback

I've heard of people using josql

link|improve this answer
feedback

JOSQL is iteration through all collection so if number of objects are large it could be slower.

You can read post http://tusharkhairnar.blogspot.com/2009/05/querying-java-objects-stored-in.html for implementing Indexing so that querying is fast.

There is tim-searchable released on forge site which has more features and uses Lucene framework.

Regards Tushar

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.