49 messages in com.mysql.lists.mysqlRe: Distributed Fulltext?| From | Sent On | Attachments |
|---|---|---|
| Brian DeFeyter | 07 Feb 2002 11:52 | |
| Brian DeFeyter | 07 Feb 2002 11:52 | |
| Tod Harter | 07 Feb 2002 12:40 | |
| Tod Harter | 07 Feb 2002 12:40 | |
| Brian DeFeyter | 07 Feb 2002 13:21 | |
| Brian DeFeyter | 07 Feb 2002 13:21 | |
| Brian Bray | 07 Feb 2002 14:50 | |
| Brian Bray | 07 Feb 2002 14:50 | |
| James Montebello | 07 Feb 2002 15:18 | |
| James Montebello | 07 Feb 2002 15:18 | |
| Alex Aulbach | 07 Feb 2002 17:45 | |
| Alex Aulbach | 07 Feb 2002 17:45 | |
| Amir Aliabadi | 07 Feb 2002 22:45 | |
| alec...@quantel.com | 08 Feb 2002 01:20 | |
| alec...@quantel.com | 08 Feb 2002 01:20 | |
| Steve Rapaport | 08 Feb 2002 02:11 | |
| Steve Rapaport | 08 Feb 2002 02:11 | |
| Steve Rapaport | 08 Feb 2002 02:49 | |
| Steve Rapaport | 08 Feb 2002 02:49 | |
| Brian DeFeyter | 08 Feb 2002 05:42 | |
| Brian DeFeyter | 08 Feb 2002 05:42 | |
| Steve Rapaport | 08 Feb 2002 07:05 | |
| Steve Rapaport | 08 Feb 2002 07:05 | |
| James Montebello | 08 Feb 2002 10:51 | |
| James Montebello | 08 Feb 2002 10:51 | |
| Steve Rapaport | 08 Feb 2002 11:47 | |
| Steve Rapaport | 08 Feb 2002 11:47 | |
| George M. Ellenburg | 10 Feb 2002 03:59 | |
| George M. Ellenburg | 10 Feb 2002 03:59 | |
| Steve Rapaport | 10 Feb 2002 04:04 | |
| Steve Rapaport | 10 Feb 2002 04:04 | |
| David Axmark | 11 Feb 2002 23:32 | |
| Steve Rapaport | 12 Feb 2002 06:38 | |
| Mike Wexler | 12 Feb 2002 13:55 | |
| David Axmark | 12 Feb 2002 18:26 | |
| Steven Roussey | 12 Feb 2002 20:26 | |
| Mike Wexler | 13 Feb 2002 09:08 | |
| Mike Wexler | 13 Feb 2002 09:27 | |
| Brian DeFeyter | 13 Feb 2002 12:34 | |
| Mike Wexler | 13 Feb 2002 13:39 | |
| Brian DeFeyter | 13 Feb 2002 13:46 | |
| Mike Wexler | 13 Feb 2002 14:02 | |
| hoo...@rave.iinet.net.au | 13 Feb 2002 15:28 | |
| hoo...@rave.iinet.net.au | 13 Feb 2002 15:49 | |
| Steven Roussey | 13 Feb 2002 18:44 | |
| Alex Aulbach | 14 Feb 2002 16:31 | |
| Alex Aulbach | 14 Feb 2002 16:51 | |
| Alex Aulbach | 14 Feb 2002 17:43 | |
| David Axmark | 15 Feb 2002 06:32 |
| Subject: | Re: Distributed Fulltext?![]() |
|---|---|
| From: | Brian DeFeyter (bd...@gospelcom.net) |
| Date: | 02/07/2002 01:21:54 PM |
| List: | com.mysql.lists.mysql |
On Thu, 2002-02-07 at 15:40, Tod Harter wrote: [snip]
Wouldn't be too tough to write a little query routing system if you are using perl. Use DBD::Proxy on the web server side, and just hack the perl proxy server so it routes the query to several places and returns a single result set. Ordering could be achieved as well. I'm sure there are commercial packages out there as well. I don't see why the individual database servers would need to do anything special.
[snip]
If I'm understanding you correctly, I think you're refering to routing based on the first character of the word. That would work for cases where the query is searching for a word that begins with a certain character.. however fulltext searches also return results with the term in the middle.
ie: a search for 'foo' could return: foo.txt foobar
but also could return: thisisfoo that_is_foolish
I could be wrong, but it's my understanding that MySQL stores it's fulltext index based on all the 'unique words' found. For such a system as you mentioned above, you'd probably have to create your own fulltext indexing system to determine: a) where to store the data 'segments' and b) how to route queries. It seems like this could probably be done much more efficiently inside of the server.
- Brian
--------------------------------------------------------------------- Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive)
To request this thread, e-mail <mysq...@lists.mysql.com> To unsubscribe, e-mail <mysql-unsubscribe-cyon=best...@lists.mysql.com> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




