Alternate search backend with sphinx fulltext search
Posted by Thomas Seifert
Re: Alternate search backend with sphinx fulltext search June 21, 2007 07:40PM |
Registered: 18 years ago Posts: 117 |
Re: Alternate search backend with sphinx fulltext search July 02, 2007 09:37AM |
Registered: 15 years ago Posts: 5 |
Just for info if anyone is considering this approach - here are the timings for a typical full index and delta index using the query range approach outlined above, phorum remains fully useable during indexing.
full:
delta:
These are from a dual-processor, dual-core woodcrest server with 4Gb RAM running MySQL 5.0.24
Jon
full:
Sphinx 0.9.7 Copyright (c) 2001-2007, Andrew Aksyonoff using config file '/usr/local/sphinx/etc/sphinx.conf'... indexing index 'phorum5_msg'... collected 2403273 docs, 611.6 MB sorted 113.2 Mhits, 100.0% done total 2403273 docs, 611604677 bytes total 924.310 sec, 661687.57 bytes/sec, 2600.07 docs/sec indexing index 'phorum5_author'... collected 2403278 docs, 23.4 MB sorted 3.7 Mhits, 100.0% done total 2403278 docs, 23395410 bytes total 663.704 sec, 35249.78 bytes/sec, 3621.01 docs/sec rotating indices: succesfully sent SIGHUP to searchd (pid=16152).
delta:
Sphinx 0.9.7 Copyright (c) 2001-2007, Andrew Aksyonoff using config file '/usr/local/sphinx/etc/sphinx.conf'... indexing index 'phorum5_msg_d'... collected 2533 docs, 0.6 MB sorted 0.1 Mhits, 100.0% done total 2533 docs, 578897 bytes total 0.338 sec, 1713914.73 bytes/sec, 7499.34 docs/sec indexing index 'phorum5_author_delta'... collected 2533 docs, 0.0 MB sorted 0.0 Mhits, 100.0% done total 2533 docs, 23526 bytes total 0.028 sec, 830632.61 bytes/sec, 89432.65 docs/sec rotating indices: succesfully sent SIGHUP to searchd (pid=16152).
These are from a dual-processor, dual-core woodcrest server with 4Gb RAM running MySQL 5.0.24
Jon
Re: Alternate search backend with sphinx fulltext search September 02, 2007 10:01PM |
Registered: 17 years ago Posts: 51 |
So I'm trying to implement this mod. I've made good progress to start, but I'm stuck with the initial indexing.
First error is:
ERROR: index 'phorum5_base': no valid sources configured; skipping.
The second error is:
ERROR: sql_query: Table 'tkbloggers.p50_000001_messages' doesn't exist (DSN=mysql://root:***@10.10.10.99:3306/tkbloggers).
I'm running 5.1.16a. I created the sph_counter table too. It does appear to successfully index phorum5_msg and phorum5_msg_d
I'm thinking my phorum installation is incomplete? We've been running it successfully for about 4 years now. I just wanted to implement a better search engine.
Edited 1 time(s). Last edit at 09/02/2007 11:33PM by polarstar.
First error is:
ERROR: index 'phorum5_base': no valid sources configured; skipping.
The second error is:
ERROR: sql_query: Table 'tkbloggers.p50_000001_messages' doesn't exist (DSN=mysql://root:***@10.10.10.99:3306/tkbloggers).
I'm running 5.1.16a. I created the sph_counter table too. It does appear to successfully index phorum5_msg and phorum5_msg_d
I'm thinking my phorum installation is incomplete? We've been running it successfully for about 4 years now. I just wanted to implement a better search engine.
Edited 1 time(s). Last edit at 09/02/2007 11:33PM by polarstar.
Re: Alternate search backend with sphinx fulltext search September 03, 2007 04:01AM |
Admin Registered: 20 years ago Posts: 9,240 |
Re: Alternate search backend with sphinx fulltext search September 03, 2007 10:36AM |
Registered: 17 years ago Posts: 51 |
Re: Alternate search backend with sphinx fulltext search September 03, 2007 10:57AM |
Admin Registered: 20 years ago Posts: 9,240 |
Re: Alternate search backend with sphinx fulltext search September 03, 2007 11:04AM |
Registered: 17 years ago Posts: 51 |
Re: Alternate search backend with sphinx fulltext search May 19, 2009 08:22AM |
Registered: 14 years ago Posts: 59 |
Re: Alternate search backend with sphinx fulltext search May 19, 2009 08:23AM |
Admin Registered: 20 years ago Posts: 9,240 |
Re: Alternate search backend with sphinx fulltext search October 31, 2011 12:34PM |
Registered: 13 years ago Posts: 4 |
i just wanted to note that in some other thread i posted that there's update to the code used here:
[www.phorum.org]
[www.phorum.org]
Sorry, only registered users may post in this forum.