-->
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: Performance Benchmark
PostPosted: Wed Dec 30, 2009 7:37 am 
Newbie

Joined: Wed Dec 23, 2009 3:13 pm
Posts: 4
Anyone Knows if there in somewhere a trustable performance benchmark of Hibernate Search like Lucene and SOLR?


Top
 Profile  
 
 Post subject: Re: Performance Benchmark
PostPosted: Wed Dec 30, 2009 6:42 pm 
Hibernate Team
Hibernate Team

Joined: Fri Oct 05, 2007 4:47 pm
Posts: 2536
Location: Third rock from the Sun
No I don't know about an open benchmark, I have my own stuff for each project and I would recommend you to model your own.
There are so many factors depending on what your application does that it wouldn't be meaningful to have a reference benchmark, it varies a lot depending on what you need and how you do it, how much you index, you store, the average size per document, the complexity of analyzers you choose.

I'll "shoot some numbers" to give you an idea: a simple fulltext query will usually return values in <10ms, linearly scalable across processors.
So in worst case of all queries ==10ms - assuming no other processing is done by the same CPU - you can execute around 100 queries/sec/CPU
On big indexes and when using complex queries (functions as "more like this") it might take longer, but it's unusual.

Adding stuff to the index is extremely unpredictable, I can't promise anything there, I can just tell you that my dual core laptop is able to add around 9000 documents/sec to the index, reading them from database on same machine (each "document" is a bunch of metadatas, around 30 fields not longer than a two-line description).

_________________
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.