-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 
Author Message
 Post subject: Benchmark
PostPosted: Thu May 19, 2011 2:02 pm 
Newbie

Joined: Thu May 19, 2011 1:59 pm
Posts: 10
Hi,

I am new to hibernate search. Is there any benchmark available for hibernate search?

Thanks.


Top
 Profile  
 
 Post subject: Re: Benchmark
PostPosted: Thu May 19, 2011 2:16 pm 
Hibernate Team
Hibernate Team

Joined: Fri Oct 05, 2007 4:47 pm
Posts: 2536
Location: Third rock from the Sun
It uses Apache Lucene as a search engine, so if you're interested in query performance and index update costs, any benchmark related to Lucene will give you a good idea.
On top of Lucene, related to performance it provides smart IndexReader Pools, index sharding, all known IndexWriter optimizations, clever filter caching, optimized field selectors for stored fields. It basically simplifies the usage of Lucene which otherwise requires quite some coding and much experience; it's also integrated with Hibernate's second level cache, and provides features for horizontal scaling of searches. Compared to a database only, it's definitely faster.

_________________
Sanne
http://in.relation.to/


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.