Hi Piotras,

On Thu, 9 Aug 2001, pp wrote:
> Is it mistake or not: (from midgard manual)
> 
> mgd_update_article_replyto -- Link one article to another
> 
> and example:
> $update = mgd_update_replyto( $article, $replyto );
> 
> What is correct?

Hummm, just checked the source, mgd_update_article_replyto is the correct
one. Thanks for spotting this one, I have committed a correction to CVS,
this should show up on the site somewhere tonight.

> And i wanted to ask about 
> list_articles and list_article_fast
> I changed this function for topic with about 150 articles
> and looked at 'top' server.
> Looks like it happens the same way .
> Or maybe it is faster with much much more articles?

mgd_list_topic_articles_all_fast does not define the authorname
field. This saves a subquery per returned article, and as such should
indeed be faster. I have never done any tests comparing the performance of
the two functions, and I have no idea at how many records the difference
becomes noticable to human perception.

-- 
Envida                     http://www.envida.net/
Armand A. Verstappen       Graadt van Roggenweg 328
[EMAIL PROTECTED]       3531 AH Utrecht
tel: +31 (0)30 298 2255    Postbus 19127
fax: +31 (0)30 298 2111    3501 DC Utrecht


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to