Hi joseph,<div>what i thought was most of the blog dont use commenta meta value.</div><div>post meta values are extensively used, but not comment metas.</div><div>If you use the default comment form the comment meta tables will</div>
<div>be empty. my comment meta table is empty i guess this is the case with</div><div>most of the blogs including <a href="http://wordpress.com">wordpress.com</a> blogs.</div><div><br></div><div>Also comments are greater in numbers than posts. typically a famous blog</div>
<div>will have 40-60 comments. so everytime you query for a comment it</div><div>will query comments table as well as the comment meta table.</div><div>this may possibly double the response time in mobile apps.</div><div>
seperately querying for meta values when needed is more efficient.</div><div><br></div><div>what do you think?</div><div>correct me if i,m wrong </div><div><br><br><div class="gmail_quote">On Wed, Mar 23, 2011 at 9:47 PM, Joseph Scott <span dir="ltr">&lt;<a href="mailto:joseph@josephscott.org">joseph@josephscott.org</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">On Sat, Mar 19, 2011 at 12:01 PM, prasath nadarajah<br>
<div class="im">&lt;<a href="mailto:n.prasath.002@gmail.com">n.prasath.002@gmail.com</a>&gt; wrote:<br>
</div><div class="im">&gt; Adding support to return comment meta values. This has been requested in<br>
&gt; trac. I think having separate methods for comment meta values is good rater<br>
&gt; than integrating into comment methods.<br>
<br>
<br>
</div>I don&#39;t think we really need separate individual methods for comment<br>
meta data.  For post meta data we expose it via the existing post<br>
management methods.<br>
<font color="#888888"><br>
<br>
--<br>
Joseph Scott<br>
<a href="mailto:joseph@josephscott.org">joseph@josephscott.org</a><br>
<a href="http://josephscott.org/" target="_blank">http://josephscott.org/</a><br>
</font></blockquote></div><br></div>