X-Original-To: pgsql-www-postgresql.org@localhost.postgresql.org Received: from localhost (unknown [200.46.204.144]) by svr1.postgresql.org (Postfix) with ESMTP id 19C0932A828 for ; Tue, 19 Oct 2004 04:26:48 +0100 (BST) Received: from svr1.postgresql.org ([200.46.204.71]) by localhost (av.hub.org [200.46.204.144]) (amavisd-new, port 10024) with ESMTP id 21105-03 for ; Tue, 19 Oct 2004 03:26:46 +0000 (GMT) Received: from hosting.commandprompt.com (128.commandprompt.com [207.173.200.128]) by svr1.postgresql.org (Postfix) with ESMTP id AFD6532A5F3 for ; Tue, 19 Oct 2004 04:26:45 +0100 (BST) Received: from [192.168.1.20] (clbb-248.saw.net [64.146.135.248]) (authenticated) by hosting.commandprompt.com (8.11.6/8.11.6) with ESMTP id i9J3QeU24640; Mon, 18 Oct 2004 20:26:40 -0700 Message-ID: <417488FB.8050908@commandprompt.com> Date: Mon, 18 Oct 2004 20:24:43 -0700 From: "Joshua D. Drake" Organization: Command Prompt, Inc. User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) X-Accept-Language: en-us, en MIME-Version: 1.0 To: John Hansen Cc: PostgreSQL www Subject: Re: mailing list offer References: <41746DC7.2060003@commandprompt.com> <1098155495.15522.19.camel@localhost.localdomain> In-Reply-To: <1098155495.15522.19.camel@localhost.localdomain> Content-Type: multipart/alternative; boundary="------------010300030504070305030204" X-Virus-Scanned: by amavisd-new at hub.org X-Spam-Status: No, hits=1.0 tagged_above=0.0 required=5.0 tests=HTML_20_30, HTML_MESSAGE, HTML_TITLE_EMPTY X-Spam-Level: * X-Archive-Number: 200410/183 X-Sequence-Number: 5577 This is a multi-part message in MIME format. --------------010300030504070305030204 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit John Hansen wrote: >You should be aware tho, that iirc the current tally is closing in on >300.000 emails. Does anyone have any installations with that much data >indexed by tsearch2, who would be able to give us some indicative >reports on query time? > > I have a database now with 1.77 million entries using Tsearch. The entries are book titles. It runs very well. There are some tricks to it though. For example what we had to was have a single table that has nothing but a product_id, title, title_vectors. Then on a search, we return the product_ids and grab the titles from the detail table via the product_ids that were pulled from the search. Sincerely, Joshua D. Drake >Mnogosearch was scrapped due to it's speed (or lack thereof), and iirc, >tsearch2 closely resembles the same type of mechanism for full text >searches. Just something to think about. > >Btw, With regards to the forums, I imagine they'll come back over the >weekend... > > > >>What are the thoughts on this? >> >>Sincerely, >> >>Joshua D. Drake >> >> > >... John > > -- Command Prompt, Inc., home of Mammoth PostgreSQL - S/ODBC and S/JDBC Postgresql support, programming shared hosting and dedicated hosting. +1-503-667-4564 - jd@commandprompt.com - http://www.commandprompt.com PostgreSQL Replicator -- production quality replication for PostgreSQL --------------010300030504070305030204 Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: 7bit John Hansen wrote:
You should be aware tho, that iirc the current tally is closing in on
300.000 emails. Does anyone have any installations with that much data
indexed by tsearch2, who would be able to give us some indicative
reports on query time?
  
I have a database now with 1.77 million entries using Tsearch. The entries are book titles. It runs
very well. There are some tricks to it though. For example what we had to was have a single
table that has nothing but a product_id, title, title_vectors.

Then on a search, we return the product_ids and grab the titles from the detail table via the product_ids
that were pulled from the search.

Sincerely,

Joshua D. Drake





Mnogosearch was scrapped due to it's speed (or lack thereof), and iirc,
tsearch2 closely resembles the same type of mechanism for full text
searches. Just something to think about.

Btw, With regards to the forums, I imagine they'll come back over the
weekend...

  
What are the thoughts on this?

Sincerely,

Joshua D. Drake
    

... John
  


-- 
Command Prompt, Inc., home of Mammoth PostgreSQL - S/ODBC and S/JDBC
Postgresql support, programming shared hosting and dedicated hosting.
+1-503-667-4564 - jd@commandprompt.com - http://www.commandprompt.com
PostgreSQL Replicator -- production quality replication for PostgreSQL
--------------010300030504070305030204--