<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>Scottish ColdFusion User Group Google Group</title>
  <link>http://groups.google.co.uk/group/scottishcfug</link>
  <description>This is a discussion list for the Scottish ColdFusion User Group</description>
  <language>en</language>
  <item>
  <title>RE: [SCFUG] Re: Single Sign on for multiple applications</title>
  <link>http://groups.google.co.uk/group/scottishcfug/browse_thread/thread/3ce5cb5d42296482/f62c1cd19c2df817?show_docid=f62c1cd19c2df817</link>
  <description>
  Another one to add to that list of Single Sign-on apps: &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://openid.net/&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; It&#39;s Open Source &lt;br&gt; The Robert Gordon University is the best modern university in the UK (The Times Good University Guide 2009) &lt;br&gt; The Robert Gordon University, a Scottish charity registered under charity number SCO 13781. &lt;br&gt; This e-mail and any attachment is for authorised use by the intended recipient(s) only. It may contain proprietary material, confidential information and/or be subject to legal privilege. It should not be copied, disclosed to, retained or used by, any other party. If you are not an intended recipient then please promptly delete this e-mail and any attachment and all copies and inform the sender. Thank you.
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/scottishcfug/browse_thread/thread/3ce5cb5d42296482/f62c1cd19c2df817?show_docid=f62c1cd19c2df817</guid>
  <author>
  j.c.bucking...@rgu.ac.uk
  </author>
  <pubDate>Wed, 08 Aug 2008 11:46:30 UT
</pubDate>
  </item>
  <item>
  <title>Re: [SCFUG] MySql - large datasets</title>
  <link>http://groups.google.co.uk/group/scottishcfug/browse_thread/thread/0e3a2fc39951a278/a29e540c9d33acdc?show_docid=a29e540c9d33acdc</link>
  <description>
  Well, 10 million rows is not that many when it comes to an enterprise level &lt;br&gt; Database. Bad or poor performance could be down to many things: &lt;br&gt; Over indexing &lt;br&gt; Bad Database design &lt;br&gt; Poor logic and SQL blocks &lt;br&gt; One thing to try is see how fast queries return and execute locally via SQL &lt;br&gt; rather than via CF/HTTP. If it fast etc perhaps its front end code causing
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/scottishcfug/browse_thread/thread/0e3a2fc39951a278/a29e540c9d33acdc?show_docid=a29e540c9d33acdc</guid>
  <author>
  neil.robertson.r...@googlemail.com
  (Neil Robertson-Ravo)
  </author>
  <pubDate>Wed, 08 Aug 2008 09:45:44 UT
</pubDate>
  </item>
  <item>
  <title>RE: [SCFUG] Re: MySql - large datasets</title>
  <link>http://groups.google.co.uk/group/scottishcfug/browse_thread/thread/0e3a2fc39951a278/aa0430cc5469b261?show_docid=aa0430cc5469b261</link>
  <description>
  Another suggestion that has worked for me in a previous company where we handled millions of rows of family tree data was archive tables and de-normalisation (it was Oracle not MySQL though). &lt;br&gt; &lt;p&gt;ie anything over 12 months old can go into an archive table then your common queries (within last 12 months) will search a table with less rows.
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/scottishcfug/browse_thread/thread/0e3a2fc39951a278/aa0430cc5469b261?show_docid=aa0430cc5469b261</guid>
  <author>
  ali...@efinancialcareers.com
  (Alan Livie)
  </author>
  <pubDate>Wed, 08 Aug 2008 09:02:35 UT
</pubDate>
  </item>
  <item>
  <title>RE: [SCFUG] Re: MySql - large datasets</title>
  <link>http://groups.google.co.uk/group/scottishcfug/browse_thread/thread/0e3a2fc39951a278/35bab284b8467bbc?show_docid=35bab284b8467bbc</link>
  <description>
  How busy is the server? Could you schedule the reports to be done at a &lt;br&gt; time that it&#39;s not being hit so much? &lt;br&gt; &lt;p&gt;The Robert Gordon University is the best modern university in the UK (The Times Good University Guide 2009) &lt;br&gt; &lt;p&gt;The Robert Gordon University, a Scottish charity registered under charity number SCO 13781.
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/scottishcfug/browse_thread/thread/0e3a2fc39951a278/35bab284b8467bbc?show_docid=35bab284b8467bbc</guid>
  <author>
  j.c.bucking...@rgu.ac.uk
  </author>
  <pubDate>Wed, 08 Aug 2008 08:31:06 UT
</pubDate>
  </item>
  <item>
  <title>Re: MySql - large datasets</title>
  <link>http://groups.google.co.uk/group/scottishcfug/browse_thread/thread/0e3a2fc39951a278/f7633b2a80b79d3d?show_docid=f7633b2a80b79d3d</link>
  <description>
  @James &lt;br&gt; I couldn&#39;t agree more - shifting relevant processing to the db is a &lt;br&gt; great idea. &lt;br&gt; &lt;p&gt;@Gareth &lt;br&gt; After reading that article on mysqlperformanceblog.com I am looking at &lt;br&gt; these things just now: &lt;br&gt; . Re-designing query sql &lt;br&gt; . Re-designing your application &lt;br&gt; . Caching - !! need to experiment with this for sure but I don&#39;t
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/scottishcfug/browse_thread/thread/0e3a2fc39951a278/f7633b2a80b79d3d?show_docid=f7633b2a80b79d3d</guid>
  <author>
  martinwjo...@aol.com
  (Martin)
  </author>
  <pubDate>Wed, 08 Aug 2008 08:20:33 UT
</pubDate>
  </item>
  <item>
  <title>RE: [SCFUG] Re: MySql - large datasets</title>
  <link>http://groups.google.co.uk/group/scottishcfug/browse_thread/thread/0e3a2fc39951a278/725faeec2d9a9bef?show_docid=725faeec2d9a9bef</link>
  <description>
  I don&#39;t know how feasible it is but on top of what Gareth is saying we &lt;br&gt; actually found a large performance benefit in shifting the reporting &lt;br&gt; over to the actual DB itself. Whether that be creating stored procedures &lt;br&gt; for dealing with the backend process and handing it across to CF that OR &lt;br&gt; using a Third Party tool for the reporting completely (again dependings
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/scottishcfug/browse_thread/thread/0e3a2fc39951a278/725faeec2d9a9bef?show_docid=725faeec2d9a9bef</guid>
  <author>
  j.c.bucking...@rgu.ac.uk
  </author>
  <pubDate>Wed, 08 Aug 2008 08:00:34 UT
</pubDate>
  </item>
  <item>
  <title>RE: [SCFUG] Re: MySql - large datasets</title>
  <link>http://groups.google.co.uk/group/scottishcfug/browse_thread/thread/0e3a2fc39951a278/d21f3221d05d7230?show_docid=d21f3221d05d7230</link>
  <description>
  Hi Martin, &lt;br&gt; There&#39;s loads of things you could do to speed up performance, but it&#39;s &lt;br&gt; very hard to say here what will help. Every setup and application is &lt;br&gt; different, and what works for one, may have an adverse affect for &lt;br&gt; another. &lt;br&gt; If this is a major problem, and your budget permits, then it may be &lt;br&gt; worth getting a specialist consultant in. Alternatively, you just have
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/scottishcfug/browse_thread/thread/0e3a2fc39951a278/d21f3221d05d7230?show_docid=d21f3221d05d7230</guid>
  <author>
  gareth.c...@esus.ie
  (Gareth Cole)
  </author>
  <pubDate>Tue, 08 Aug 2008 20:30:16 UT
</pubDate>
  </item>
  <item>
  <title>Re: MySql - large datasets</title>
  <link>http://groups.google.co.uk/group/scottishcfug/browse_thread/thread/0e3a2fc39951a278/b5626818473282bd?show_docid=b5626818473282bd</link>
  <description>
  There was some optimisation done before I started, especially &lt;br&gt; &#39;indexing&#39; to speed up queries, some of the heavy lifting like spatial &lt;br&gt; queries have been removed to Oracle express, even so I still get &#39;time- &lt;br&gt; out&#39; reports on a daily basis so I keen to find out how I can improve &lt;br&gt; things. &lt;br&gt; &lt;p&gt;I&#39;d like to learn more about replication, working with datasets in
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/scottishcfug/browse_thread/thread/0e3a2fc39951a278/b5626818473282bd?show_docid=b5626818473282bd</guid>
  <author>
  martinwjo...@aol.com
  (Martin)
  </author>
  <pubDate>Tue, 08 Aug 2008 15:09:28 UT
</pubDate>
  </item>
  <item>
  <title>RE: [SCFUG] MySql - large datasets</title>
  <link>http://groups.google.co.uk/group/scottishcfug/browse_thread/thread/0e3a2fc39951a278/6df836bed3e5e228?show_docid=6df836bed3e5e228</link>
  <description>
  Working with it in what way? &lt;br&gt; &lt;p&gt;The Robert Gordon University is the best modern university in the UK (The Times Good University Guide 2009) &lt;br&gt; &lt;p&gt;The Robert Gordon University, a Scottish charity registered under charity number SCO 13781. &lt;br&gt; &lt;p&gt;This e-mail and any attachment is for authorised use by the intended recipient(s) only. It may contain proprietary material, confidential information and/or be subject to legal privilege. It should not be copied, disclosed to, retained or used by, any other party. If you are not an intended recipient then please promptly delete this e-mail and any attachment and all copies and inform the sender. Thank you.
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/scottishcfug/browse_thread/thread/0e3a2fc39951a278/6df836bed3e5e228?show_docid=6df836bed3e5e228</guid>
  <author>
  j.c.bucking...@rgu.ac.uk
  </author>
  <pubDate>Tue, 08 Aug 2008 14:27:36 UT
</pubDate>
  </item>
  <item>
  <title>MySql - large datasets</title>
  <link>http://groups.google.co.uk/group/scottishcfug/browse_thread/thread/0e3a2fc39951a278/5835677d1448c311?show_docid=5835677d1448c311</link>
  <description>
  Just wondering if anybody has any expertise working with large MySql &lt;br&gt; data sets OR knows of any good resources for this. &lt;br&gt; I&#39;m just looking to improve my own skills as I have one table with &lt;br&gt; over 10 million rows now. &lt;br&gt; &lt;p&gt;Marty
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/scottishcfug/browse_thread/thread/0e3a2fc39951a278/5835677d1448c311?show_docid=5835677d1448c311</guid>
  <author>
  martinwjo...@aol.com
  (Martin)
  </author>
  <pubDate>Tue, 08 Aug 2008 12:33:19 UT
</pubDate>
  </item>
  <item>
  <title>Re: [SCFUG] Re: Flex Camp, London</title>
  <link>http://groups.google.co.uk/group/scottishcfug/browse_thread/thread/a4d8fd26d69ec609/8f9a1ecc54934a0a?show_docid=8f9a1ecc54934a0a</link>
  <description>
  Don&#39;t get me started on you ....... &lt;br&gt; 2008/8/11 Big Mad Kev &amp;lt;bigmad...@gmail.com&amp;gt;:
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/scottishcfug/browse_thread/thread/a4d8fd26d69ec609/8f9a1ecc54934a0a?show_docid=8f9a1ecc54934a0a</guid>
  <author>
  andy.al...@gmail.com
  (Andy Allan)
  </author>
  <pubDate>Mon, 08 Aug 2008 19:27:25 UT
</pubDate>
  </item>
  <item>
  <title>Re: Flex Camp, London</title>
  <link>http://groups.google.co.uk/group/scottishcfug/browse_thread/thread/a4d8fd26d69ec609/fed863ceee2890e8?show_docid=fed863ceee2890e8</link>
  <description>
  Now Now Ladies &lt;br&gt; ------------------------------ -------------------- &lt;br&gt; Big Mad Kev &lt;br&gt; email: bigmad...@gmail.com &lt;br&gt; blog: &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://inner-rhythm.co.uk/blog&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; ------------------------------ --------------------
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/scottishcfug/browse_thread/thread/a4d8fd26d69ec609/fed863ceee2890e8?show_docid=fed863ceee2890e8</guid>
  <author>
  bigmad...@gmail.com
  (Big Mad Kev)
  </author>
  <pubDate>Mon, 08 Aug 2008 19:20:06 UT
</pubDate>
  </item>
  <item>
  <title>Re: Flex Camp, London</title>
  <link>http://groups.google.co.uk/group/scottishcfug/browse_thread/thread/a4d8fd26d69ec609/09c1878a9c2768af?show_docid=09c1878a9c2768af</link>
  <description>
  The Neil guy is alright ... but Nik Richardson ... he&#39;s bad news. &lt;br&gt; Andy &lt;br&gt; 2008/8/11 Neil Middleton &amp;lt;neil.middle...@gmail.com&amp;gt;:
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/scottishcfug/browse_thread/thread/a4d8fd26d69ec609/09c1878a9c2768af?show_docid=09c1878a9c2768af</guid>
  <author>
  andy.al...@gmail.com
  (Andy Allan)
  </author>
  <pubDate>Mon, 08 Aug 2008 19:15:48 UT
</pubDate>
  </item>
  <item>
  <title>Re: Flex Camp, London</title>
  <link>http://groups.google.co.uk/group/scottishcfug/browse_thread/thread/a4d8fd26d69ec609/6985eae758f4a3ec?show_docid=6985eae758f4a3ec</link>
  <description>
  Some cowboys from monochrome speaking I see. &lt;br&gt; Neil
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/scottishcfug/browse_thread/thread/a4d8fd26d69ec609/6985eae758f4a3ec?show_docid=6985eae758f4a3ec</guid>
  <author>
  neil.middle...@gmail.com
  (Neil Middleton)
  </author>
  <pubDate>Mon, 08 Aug 2008 19:11:31 UT
</pubDate>
  </item>
  <item>
  <title>Flex Camp, London</title>
  <link>http://groups.google.co.uk/group/scottishcfug/browse_thread/thread/a4d8fd26d69ec609/960ded7cfe7baf32?show_docid=960ded7cfe7baf32</link>
  <description>
  Hi folks, &lt;br&gt; The first London Flex Camp takes place August 28th, and is a free full &lt;br&gt; day event sponsored by Adobe, Academy Class and Emak Mafu. &lt;br&gt; You can find full details at &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.flexcamp.co.uk&quot;&gt;[link]&lt;/a&gt;, and you can &lt;br&gt; win a whole load of swag including Flex Builder 3, CS3 Web Premium, &lt;br&gt; Flex training and even a ticket to MAX Europe in Milan.
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/scottishcfug/browse_thread/thread/a4d8fd26d69ec609/960ded7cfe7baf32?show_docid=960ded7cfe7baf32</guid>
  <author>
  andy.al...@gmail.com
  (Andy Allan)
  </author>
  <pubDate>Mon, 08 Aug 2008 16:29:09 UT
</pubDate>
  </item>
  </channel>
</rss>
