Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: > I just faced this problem when using Htdb mode. I need to index the forum on my >site. The table post has over 160,000 posts > > When I limit the number of records to approximately 10,000, indexer works fine. > > WHen I don't limit the number of records or even when I try to limit it to 20,000, I >get segmentation fault error. > > Examples: > Works: > HTDBList select postid from post order by postid desc limit 10000 > > Does not work: > HTDBList select postid from post order by postid desc limit 20000 > > > Is this a known problem? I use 3.1.19 with mySQL 3.23.38 on RedHat 6.22
Yes, this is known longstanding problem. It even remains in latest 3.2.x CVS sources. OK. I'll finally fix this today in CVS. For 3.1.19 the workaround is to use LIMIT, as you already did. Another thing is to use bigger MaxDocSize. It is 1M by default, you can set it to for example 3M. Hope this helps. Reply: <http://www.mnogosearch.org/board/message.php?id=4286> ___________________________________________ If you want to unsubscribe send "unsubscribe general" to [EMAIL PROTECTED]
