php3-list | 199903
Date: 03/28/99
- Next message: Colin Viebrock: "Re: [PHP3] php/mysql and mapping applications?"
- Previous message: Amitai Rottem: "Re: [PHP3] Parse error"
- In reply to: Carsten H. Pedersen: "Re: [PHP3] File vs blob?"
- Next in thread: Carsten H. Pedersen: "Re: [PHP3] File vs blob?"
- Reply: Carsten H. Pedersen: "Re: [PHP3] File vs blob?"
- Reply: Tom Henry: "[PHP3] Other considerations (was Re: [PHP3] File vs blob?)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I have been wondering about this myself. How efficient is it to store text
in a blob to be searched on LIKE patterns when the blob field can't be
indexed (as in sybase for example)? Is there a work-around for this, or do
any db's allow a blob to be indexed?
> If you need to make cross-document searches, there really is no
> alternative to store the posts in a database.
>
> - Carsten
>
> John Reekie wrote:
> >
> > Hi folks, I am totally sold on PHP and MySQL, but
> > I was wondering how you decide whether to store text
> > data in a blob or in a file. My initial thought was to
> > store all posted text in files, so that my regular
> > file-based tools (spelling, grep, etc :) would work
> > on them, but I notice that Phorum (for example) stores
> > posts in blobs.
-- PHP 3 Mailing List http://www.php.net/ To unsubscribe send an empty message to php3-unsubscribe <email protected> To subscribe to the digest list: php3-digest-subscribe <email protected> For help: php3-help <email protected> Archive: http://www.php.net/mailsearch.php3 List administrator: zeev-list-admin <email protected>
- Next message: Colin Viebrock: "Re: [PHP3] php/mysql and mapping applications?"
- Previous message: Amitai Rottem: "Re: [PHP3] Parse error"
- In reply to: Carsten H. Pedersen: "Re: [PHP3] File vs blob?"
- Next in thread: Carsten H. Pedersen: "Re: [PHP3] File vs blob?"
- Reply: Carsten H. Pedersen: "Re: [PHP3] File vs blob?"
- Reply: Tom Henry: "[PHP3] Other considerations (was Re: [PHP3] File vs blob?)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

