Re: WebObjects and Search Speed
Re: WebObjects and Search Speed
- Subject: Re: WebObjects and Search Speed
- From: Cyril Godefroy <email@hidden>
- Date: Thu, 23 Oct 2003 00:27:17 +0200
If you need to do a fast search on multiple tables, better find a
database that supports nice fast indexes. WebObjects has nothing to do
with that. It's like you say: I need a wheel to drive fast. a wheel
won't help you, but a nice engine might. Think of WO as the wheel.
You might consider doing a full text index on your database with
something else than the database. Lucen might be useful (I think it's
your only decent solution). Not sure about performance though. Should
be fair.
Have fun!
Cyril Godefroy
Orsay, 0:26 40C
On mercredi, oct 22, 2003, at 23:55 Europe/Paris, Pascal Schrafl wrote:
Hello together
I would like to build an search application with WebObjects, that
searches a
database (will be quite big). Now my concerns is the search speed. Can
anyone
tell me, how the speed issues are? Approximately there will be arround
30
tables, with about 20 rows, the content will be mostly text (varchar).
Please
let me know, how the speed is or how it can be improved (perhaps by
building an
index). What kind of database would you recommend me (Openbase,
Frontbase,
etc.)? Good WebObjects support is important for me.
Thanks a lot,
Pascal
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.