If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > PostgreSQL > Suggestion for a faster search on keyword?

View Poll Results: Which Price Comparison site do you use?
www.PriceComparison.com 1 50.00%
www.Priceflo.com 0 0%
www.Pricewatch.com 0 0%
Others 1 50.00%
Voters: 2. You may not vote on this poll

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-26-04, 12:37
PriceComparison PriceComparison is offline
Registered User
 
Join Date: Oct 2004
Posts: 4
Question Suggestion for a faster search on keyword?

Hi everyone...

I am a programmer for www.PriceComparison.com

We have a problem with slow searches..
We have made a specialized table for searching.
Indexing all the right fields are setup already.

I am thinking I may need to implement tsearch2 or full text indexing
technology. But that is a real push-up.

Any other option? Any suggestion?

Thanks

Andrew_@_PriceComparison.com
http://www.PriceComparison.com
Reply With Quote
  #2 (permalink)  
Old 10-26-04, 13:25
Edje Edje is offline
Registered User
 
Join Date: Mar 2004
Posts: 110
server?

Im kinda wondering what your db server(s) specs are. Using linux, windows? Replication perhaps?

Might be that your server(s) cant handle the load and/or you might try some other tweaking.
Reply With Quote
  #3 (permalink)  
Old 10-30-04, 10:04
karim2k karim2k is offline
Registered User
 
Join Date: Apr 2003
Location: Tunisia
Posts: 192
Smile Schema

We are running a giant databse build under a two 64bits Itanuim II - that have sloved such problmes as ou data us fully text ! You could have that push through :

- Indexing the items without the need for further tables.
- Using FTS (full text search) it really improves perfomances.
- take a look at your schema.
- Using more and more Functions, triggers and rules.


Good luck
__________________
Open up
Take a look to my Blog http://www****ndom.com/karim2k
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On