-->
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: slow query on fullTextEntityManager.index()
PostPosted: Mon Feb 16, 2015 7:49 am 
Newbie

Joined: Mon May 07, 2012 7:52 am
Posts: 2
He there,

my Index is a pretty small one 21000 units. contains one entity class with no embedded fields.
Therefor searching is also fast. But when an entity is stored with
fullTextEntityManager.index the query which needs 2000 ms for execution in general takes now several minutes.
after this long lasting query, which is directly done after fullTextEntityManager.index. every further query is
again about 2 seconds. until next fullTextEntityManager.index.

to be honest I am out of options here.

every idea woud be appreciated

thanx

gordon


Top
 Profile  
 
 Post subject: Re: slow query on fullTextEntityManager.index()
PostPosted: Thu Feb 19, 2015 8:24 am 
Hibernate Team
Hibernate Team

Joined: Fri Oct 05, 2007 4:47 pm
Posts: 2536
Location: Third rock from the Sun
It sounds like you might have an option with too many background queries being triggered.
Could you log the SQL statements being executed, then from there we can try figure out why these are run?

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