<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1042218" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1042218</link>
    <description></description>
    <language>en</language>
          <item>
    <title>Hey guys,,,,, sneha</title>
    <link>https://www.webmaster-forums.net/web-database-development/how-many-queries-are-you-running#comment-1260796</link>
    <description> &lt;p&gt;Hey guys,,,,, sneha here,,,,,I think good information,,,,,,,,&quot; According to my exp. it, depend on the page content , means Actually what you want to do and it&#039;s vary from page to page&quot;............Thanks lot nice article .&lt;/p&gt;
 </description>
     <pubDate>Tue, 18 Jan 2011 09:08:31 +0000</pubDate>
 <dc:creator>sneha123</dc:creator>
 <guid isPermaLink="false">comment 1260796 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>as for the best practice</title>
    <link>https://www.webmaster-forums.net/web-database-development/how-many-queries-are-you-running#comment-1256550</link>
    <description> &lt;p&gt;as for the best practice number of query should be reduced. if number of query is large it will slow down your application.. we should keep in mind these things while developing application.&lt;/p&gt;
 </description>
     <pubDate>Thu, 28 Oct 2010 10:06:48 +0000</pubDate>
 <dc:creator>stokes1900</dc:creator>
 <guid isPermaLink="false">comment 1256550 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>I had about 60 queries.. But</title>
    <link>https://www.webmaster-forums.net/web-database-development/how-many-queries-are-you-running#comment-1255446</link>
    <description> &lt;p&gt;I had about 60 queries.. But sometimes (very often) it goes up to 100 even..]&lt;/p&gt;
&lt;p&gt;{&lt;a href=&quot;/rules&quot;&gt;links removed&lt;/a&gt;}&lt;/p&gt;
 </description>
     <pubDate>Tue, 19 Oct 2010 17:58:00 +0000</pubDate>
 <dc:creator>liba</dc:creator>
 <guid isPermaLink="false">comment 1255446 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Hi, According to my exp. it,</title>
    <link>https://www.webmaster-forums.net/web-database-development/how-many-queries-are-you-running#comment-1250775</link>
    <description> &lt;p&gt;Hi, According to my exp. it, depend on the page content , means Actually what you want to do and it&#039;s vary from page to page.&lt;/p&gt;
 </description>
     <pubDate>Thu, 08 Jul 2010 07:34:31 +0000</pubDate>
 <dc:creator>sandeep Kumar</dc:creator>
 <guid isPermaLink="false">comment 1250775 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>My site has approx 40</title>
    <link>https://www.webmaster-forums.net/web-database-development/how-many-queries-are-you-running#comment-1242089</link>
    <description> &lt;p&gt;My site has approx 40 queries.&lt;/p&gt;
 </description>
     <pubDate>Fri, 29 May 2009 09:12:31 +0000</pubDate>
 <dc:creator>delkan15</dc:creator>
 <guid isPermaLink="false">comment 1242089 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Hmm, even the most complex</title>
    <link>https://www.webmaster-forums.net/web-database-development/how-many-queries-are-you-running#comment-1241855</link>
    <description> &lt;p&gt;Hmm, even the most complex sites with lots of information requirements I have built have not had more than 3 queries on a page.&lt;/p&gt;
&lt;p&gt;Initially designing the database with your known site output is key. Then you don&#039;t need many queries to access the data.&lt;/p&gt;
 </description>
     <pubDate>Thu, 21 May 2009 18:48:36 +0000</pubDate>
 <dc:creator>greg</dc:creator>
 <guid isPermaLink="false">comment 1241855 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>The number of queries</title>
    <link>https://www.webmaster-forums.net/web-database-development/how-many-queries-are-you-running#comment-1241851</link>
    <description> &lt;p&gt;The number of queries doesn&#039;t really matter... of course it should be as low as possible, but if they are optimized 1000 queries will be faster then 1 bad query.&lt;/p&gt;
&lt;p&gt;I&#039;ve worked with systems that did 6000 queries for a youtube like home page because of bad &quot;concept&quot; in the background code. Totally WTF when I first realized the number, but the queries were optimized and the site worked normaly even during high loads.&lt;/p&gt;
 </description>
     <pubDate>Thu, 21 May 2009 18:05:38 +0000</pubDate>
 <dc:creator>Megatron</dc:creator>
 <guid isPermaLink="false">comment 1241851 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>At some stage in the code</title>
    <link>https://www.webmaster-forums.net/web-database-development/how-many-queries-are-you-running#comment-1241463</link>
    <description> &lt;p&gt;At some stage in the code you will fill the report eg. with&lt;/p&gt;
&lt;p&gt;JasperFillManager.fillReport(jr, reportParameters,&lt;br /&gt;
dataSource);&lt;/p&gt;
&lt;p&gt;All you have to make sure is that the reportParameters contains all the&lt;br /&gt;
values&lt;br /&gt;
from your queries in a Map.&lt;/p&gt;
&lt;p&gt;Eg. with totalCount 100&lt;/p&gt;
&lt;p&gt;and that your jrxml references the parameter with $P{totalCount}. Use a text&lt;/p&gt;
&lt;p&gt;field in iReport but change from $F to $P ...&lt;/p&gt;
&lt;p&gt;Test it out with a hardcoded Map first and then fill the map from your data.&lt;/p&gt;
 </description>
     <pubDate>Sat, 09 May 2009 03:20:42 +0000</pubDate>
 <dc:creator>masudkarim</dc:creator>
 <guid isPermaLink="false">comment 1241463 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>My page have 30+ quires,</title>
    <link>https://www.webmaster-forums.net/web-database-development/how-many-queries-are-you-running#comment-1241455</link>
    <description> &lt;p&gt;My page have 30+ quires, sometimes i do more on other sites.&lt;/p&gt;
 </description>
     <pubDate>Fri, 08 May 2009 22:15:06 +0000</pubDate>
 <dc:creator>LisaRole</dc:creator>
 <guid isPermaLink="false">comment 1241455 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>I try not to be clog with</title>
    <link>https://www.webmaster-forums.net/web-database-development/how-many-queries-are-you-running#comment-1237731</link>
    <description> &lt;p&gt;I try not to be clog with querries.&lt;/p&gt;
 </description>
     <pubDate>Sun, 01 Feb 2009 11:04:35 +0000</pubDate>
 <dc:creator>jane0109</dc:creator>
 <guid isPermaLink="false">comment 1237731 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
