|
Posted by C. (http://symcbean.blogspot.c on June 2, 2008, 7:56 am
Please log in for more thread options
On Jun 2, 12:34 pm, Iv=E1n S=E1nchez Ortega <ivansanchez-...@rroba-
escomposlinux.-.punto.-.org> wrote:
> Franck Y wrote:
> > what would be the performance of this ?
>
> As good as it can be, given your constraints.
>
> > Using an exec in 200 files will surely slow down the system !
>
> Nope.
>
> > Or am i complety out of the field ?
>
> You're doing something called "premature optimization". Don't try to solve=
a
> problem you haven't encountered yet. Really, don't.
>
> On the other hand, if somebody complaints about slowness, tell 'em to give=
> you more control of the system, put the text in a DB, and set up a fulltex=
t
> index.
You could just build your own full-text index, either on the
filesystem or in a DBMS and leave the files where they are. Or use an
off-the-shelf search engine like mnogo
C.
|