On Sun, Dec 26, 2010 at 11:06 AM, robos85 <prog...@gmail.com> wrote:

> Hi,
> what engine fo fulltext indexing do you recommend? Small will be rather
> small, about 3000-4000 unique users per day. I need to index content of
> articles. It's avarage about 600-800 words.
>

If you are using MySQL, its indexing is probably sufficient.  You'll need to
store your text in a MyISAM table to do so.

Nick

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to