i using spring data jpa hibernate underlying implementation. full text search , few other search queries using hibernate search.
i thinking of enabling second level cache using ehcache queries on fields not indexed.
is possible use both these , strategy of value.
are using non hibernate search (lucene) queries well? if not, there no use query caching. if use non lucene queries though, might make sense. however, recommend drive queries via hibernate search , ensure data needed searches indexed. if not answer question, maybe provide more concrete example.
Comments
Post a Comment