<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Web Wiz Support and Community Forums : Forum speed and per&#102;ormance</title>
  <link>https://forums.webwiz.net/</link>
  <description><![CDATA[This is an XML content feed of; Web Wiz Support and Community Forums : Web Wiz Forums : Forum speed and per&#102;ormance]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 15 Apr 2026 22:52:55 +0000</pubDate>
  <lastBuildDate>Wed, 19 Oct 2005 20:55:15 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.08</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://forums.webwiz.net/RSS_post_feed.asp?TID=16950</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Web Wiz Support and Community Forums]]></title>
   <url>https://forums.webwiz.net/forum_images/web_wiz_forums.png</url>
   <link>https://forums.webwiz.net/</link>
  </image>
  <item>
   <title><![CDATA[Forum speed and per&#102;ormance : Yeah, I definately would&amp;#039;ve...]]></title>
   <link>https://forums.webwiz.net/forum-speed-and-performance_topic16950_post92413.html#92413</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=17742">Imperator</a><br /><strong>Subject:</strong> 16950<br /><strong>Posted:</strong> 19&nbsp;October&nbsp;2005 at 8:55pm<br /><br />Yeah, I definately would've gone to SQL, but hosts that are cheap arehard to find. Even at their premium plan, Jodohost doesn't not have thebandwidth I need for my site + forum. Currently, I'm in brinksterswhich I'm fairly satisfied. They give 75GB bandwidth for $8/month,which is pretty good. It has no SQL database but so far the forum isstill running. I guess there hasn't been any scientific tests on howbig the Access DB can get before it fails, so I'll report back when theforum does fail due to overextension. <br><img alt="Wink" src="https://forums.webwiz.net/smileys/smiley2.gif" align="middle" border="0" border="0"><br><br>Thanks for replying to my inquiry!<br><br><br>]]>
   </description>
   <pubDate>Wed, 19 Oct 2005 20:55:15 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/forum-speed-and-performance_topic16950_post92413.html#92413</guid>
  </item> 
  <item>
   <title><![CDATA[Forum speed and per&#102;ormance : I realize access isn&amp;#039;t the...]]></title>
   <link>https://forums.webwiz.net/forum-speed-and-performance_topic16950_post92390.html#92390</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=17742">Imperator</a><br /><strong>Subject:</strong> 16950<br /><strong>Posted:</strong> 19&nbsp;October&nbsp;2005 at 11:25am<br /><br />I realize access isn't the ideal database, but what I also see is thatmy forum sub-indexes, even the biggest (15k posts), still generates thepage in 0.4 seconds compared to 2.3 seconds on the main page. 0.4seconds is very comparable to the sections on this forum, which Iassume runs on SQL. So doesn't this imply that there're ways I canspeed up the index by removing content and/or forum section?. Forexample, It looks like if I replace the forum index with a completelystatic page, it would essentially fix all the speed problems.(obviously a static page isn't so great, but some of the features likepost count and "code generated" moderator checking I can definately cutout and still suffice)<br><br><br>]]>
   </description>
   <pubDate>Wed, 19 Oct 2005 11:25:20 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/forum-speed-and-performance_topic16950_post92390.html#92390</guid>
  </item> 
  <item>
   <title><![CDATA[Forum speed and per&#102;ormance : That is one big Access database!!  The...]]></title>
   <link>https://forums.webwiz.net/forum-speed-and-performance_topic16950_post92381.html#92381</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 16950<br /><strong>Posted:</strong> 19&nbsp;October&nbsp;2005 at 4:36am<br /><br />That is one big Access database!!<br><br>The problem with Access is that it is a flat file database systemdesigned for desktop use and not up to the task of a big forum.<br><br>Each time someone connects to your forum the entire 255Mb file needs to be loaded into memory, which takes time.<br><br>MS SQL Server dosn't work in this way and can handle many 1,000's of connections at once and can be many gigs in size.<br><br>The other problem with Access is that it often becomes corrupted and unrecoverable.<br><br>I would recommend that you change to SQL Server as soon as you can.<br>]]>
   </description>
   <pubDate>Wed, 19 Oct 2005 04:36:12 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/forum-speed-and-performance_topic16950_post92381.html#92381</guid>
  </item> 
  <item>
   <title><![CDATA[Forum speed and per&#102;ormance :  My forum seems to be getting...]]></title>
   <link>https://forums.webwiz.net/forum-speed-and-performance_topic16950_post92376.html#92376</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=17742">Imperator</a><br /><strong>Subject:</strong> 16950<br /><strong>Posted:</strong> 19&nbsp;October&nbsp;2005 at 2:38am<br /><br />My forum seems to be getting slower by .1 second every two to threemonths. It averages about 2.3 seconds on the index now. I was wonderingwhat can be done to increase the speed other than deleting posts ormoving out of MS Access. <br><br>Would it help if I reduce the number of forums on the index or reduce the number of "lone" moderators?<br><br>255 MB database, 110k posts <br>MS Access<br>31 forum sections<br>About 45 mod assignments on the forum<br><span style="font-size:10px"><br /><br />Edited by -boRg- - 19&nbsp;October&nbsp;2005 at 12:42pm</span>]]>
   </description>
   <pubDate>Wed, 19 Oct 2005 02:38:55 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/forum-speed-and-performance_topic16950_post92376.html#92376</guid>
  </item> 
 </channel>
</rss>