On 11/29/06, José de Paula Eufrásio Júnior <[EMAIL PROTECTED]> wrote:
>
> What's the better form of doing that? To minize DB usage and stuff...
>

That all depends on the back end that you'll be using and how portable
you want your code to be.  IMHO, for searching a database with large
amounts of text, MySQL's full text indexing and searching features are
unparalleled[1].  With a few text queries and the ability to map
arbitrary results to your objects in SA, you can't go wrong.

However, if you're not deploying your app to a specific platform or
you can't use MySQL for any reason, I would go with an indexer as
Julien suggested.

[1]: http://dev.mysql.com/doc/refman/4.1/en/fulltext-search.html

Lee

-- 
Lee McFadden

blog: http://www.splee.co.uk
work: http://fireflisystems.com
skype: fireflisystems

--~--~---------~--~----~------------~-------~--~----~
 You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to