-->
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: numeric search
PostPosted: Tue Nov 16, 2010 2:52 pm 
Newbie

Joined: Tue Nov 16, 2010 2:33 pm
Posts: 1
Hi folks,

I'm considering spiking hibernate search as a replacement technology for the stored procedure base matching system I'm working on currently. The system does a lot of signed numeric range based matching and I was pleased to see that hibernate search now supports the recent lucene trie based numeric range search.

I'm fishing for some opinions or if possible even some examples so I can do a little demo. I'm hoping that it will out perform the current procedural SQL approach by a large margin but I don't know enough about it to predict this accurately. The database concerned is MS SQL server.

Could we expect matching to be performed faster through Lucene than in stored procedures in the database?

Thanks in advance for any opinions.

Barry.


Top
 Profile  
 
 Post subject: Re: numeric search
PostPosted: Thu Nov 18, 2010 10:11 am 
Hibernate Team
Hibernate Team

Joined: Thu Apr 05, 2007 5:52 am
Posts: 1689
Location: Sweden
Hi Barry,

I think it is very hard to give a general answer to this question. I don't think you will get around building an actual prototype.
There are so many parameters which can impact the result, eg the hardware - Running the Lucene index on a crappy machine, while MySQL runs on a high performance server. A lot will also depend on the proper configuration of Hibernate Core and Search. There are a lot of parameters which you can tune to make things faster. And at the same time a wrong configuration can slow you down.

You should be able to build a minimal indexing and searching application with very little code.

--Hardy


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:
cron
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.