<?xml version="1.0" encoding="UTF-8" ?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>agileDatabases at Yahoo! Groups</title>
    <link>http://groups.yahoo.com/group/agileDatabases/</link>
    <description>agileDatabase</description>

    <item>
      <title>Re: Table growth/refacrtoring</title>
      <pubDate>Thu, 04 Oct 2012 19:29:46 GMT</pubDate>
      <dc:creator>ayo.akinyemi</dc:creator>
      <link>http://groups.yahoo.com/group/agileDatabases/message/2744</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/agileDatabases/message/2744</guid>
      <description>We are trying to move away from views, the idea of activity_log_[week of year] sounds tempting, but that would just be creating so many activity logs tables in</description>
    </item>
    <item>
      <title>Re: Table growth/refacrtoring</title>
      <pubDate>Thu, 04 Oct 2012 19:29:43 GMT</pubDate>
      <dc:creator>bretweinraub</dc:creator>
      <link>http://groups.yahoo.com/group/agileDatabases/message/2743</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/agileDatabases/message/2743</guid>
      <description>Did I miss something?  If we are &quot;rotating&quot; logs, then we are writing to flat files. Last time I checked the amount of maintenance to recreate a view does not</description>
    </item>
    <item>
      <title>Re: Table growth/refacrtoring</title>
      <pubDate>Thu, 04 Oct 2012 14:09:49 GMT</pubDate>
      <dc:creator>Scott Ambler</dc:creator>
      <link>http://groups.yahoo.com/group/agileDatabases/message/2742</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/agileDatabases/message/2742</guid>
      <description>Sounds like a fair bit of continuing maintenance to me.  I tend to avoid stuff like that because a few years down the road these sorts of strategies tend to</description>
    </item>
    <item>
      <title>Re: Data maintenance and versioning tools ?</title>
      <pubDate>Wed, 03 Oct 2012 08:26:34 GMT</pubDate>
      <dc:creator>Willem Bogaerts</dc:creator>
      <link>http://groups.yahoo.com/group/agileDatabases/message/2741</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/agileDatabases/message/2741</guid>
      <description>... I wrote my own experiences with SQL scripts and version control in a howto: http://www.howtoforge.com/node/4833 If focuses on MySQL, but the principle</description>
    </item>
    <item>
      <title>Re: Data maintenance and versioning tools ?</title>
      <pubDate>Wed, 03 Oct 2012 02:32:43 GMT</pubDate>
      <dc:creator>deddy205ar</dc:creator>
      <link>http://groups.yahoo.com/group/agileDatabases/message/2740</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/agileDatabases/message/2740</guid>
      <description>Gabe - ... Fascinating question. I am only aware of SCM (software configuration management) tools that deal with source code changes. Now that you ask, I have</description>
    </item>
    <item>
      <title>Re: Table growth/refacrtoring</title>
      <pubDate>Tue, 02 Oct 2012 14:31:59 GMT</pubDate>
      <dc:creator>BW</dc:creator>
      <link>http://groups.yahoo.com/group/agileDatabases/message/2739</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/agileDatabases/message/2739</guid>
      <description>why not write to a table called activity_log_[week of year] ? like activity_log_2012_23 # the 23rd week of 2012 you can then create a view that joined up the</description>
    </item>
    <item>
      <title>Re: Data maintenance and versioning tools ?</title>
      <pubDate>Fri, 28 Sep 2012 13:51:06 GMT</pubDate>
      <dc:creator>alexander_karmanov</dc:creator>
      <link>http://groups.yahoo.com/group/agileDatabases/message/2738</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/agileDatabases/message/2738</guid>
      <description>Well, I do it through a custom set of scripts which I built. Flyway seems to be doing something similar to what I do. The idea is simply to have all the</description>
    </item>
    <item>
      <title>Re: Table growth/refacrtoring</title>
      <pubDate>Fri, 28 Sep 2012 13:50:57 GMT</pubDate>
      <dc:creator>Berke Sokhan</dc:creator>
      <link>http://groups.yahoo.com/group/agileDatabases/message/2737</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/agileDatabases/message/2737</guid>
      <description>Plus, you should consider dividing one big table to seperated tables, that each one is a shadow of the original table with additional column like change action</description>
    </item>
    <item>
      <title>Re: Migration tools [Flyway vs. ?]</title>
      <pubDate>Fri, 28 Sep 2012 02:11:01 GMT</pubDate>
      <dc:creator>timander37</dc:creator>
      <link>http://groups.yahoo.com/group/agileDatabases/message/2736</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/agileDatabases/message/2736</guid>
      <description>We use Microsoft SQL Server with the jTDS JDBC driver. The important features that I&#39;m looking for are: Schema Versioning Plain SQL migrations Maven Plugin </description>
    </item>
    <item>
      <title>Re: Data maintenance and versioning tools ?</title>
      <pubDate>Fri, 28 Sep 2012 02:10:58 GMT</pubDate>
      <dc:creator>timander37</dc:creator>
      <link>http://groups.yahoo.com/group/agileDatabases/message/2735</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/agileDatabases/message/2735</guid>
      <description>I&#39;m very interested in this topic too. There seems to be a sub-set of database changes dealing with configuration data that we don&#39;t want to treat as</description>
    </item>
    <item>
      <title>Re: Table growth/refacrtoring</title>
      <pubDate>Thu, 27 Sep 2012 15:55:42 GMT</pubDate>
      <dc:creator>ayo.akinyemi</dc:creator>
      <link>http://groups.yahoo.com/group/agileDatabases/message/2734</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/agileDatabases/message/2734</guid>
      <description>Yes, the ActivityLog table is being used by the application. We do archive the table, and truncate data that are 3 weeks old. Now, we want to be able to</description>
    </item>
    <item>
      <title>Re: Table growth/refacrtoring</title>
      <pubDate>Thu, 27 Sep 2012 15:34:18 GMT</pubDate>
      <dc:creator>Pramod Sadalage</dc:creator>
      <link>http://groups.yahoo.com/group/agileDatabases/message/2733</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/agileDatabases/message/2733</guid>
      <description>is the ActivityLog data needed by the application, if its just stored and not used by the application can you write to disk with ASync logging, in java you can</description>
    </item>
    <item>
      <title>Re: Table growth/refacrtoring</title>
      <pubDate>Thu, 27 Sep 2012 15:27:18 GMT</pubDate>
      <dc:creator>David Poole</dc:creator>
      <link>http://groups.yahoo.com/group/agileDatabases/message/2732</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/agileDatabases/message/2732</guid>
      <description>If you send stuff to a separate database then make sure that the database is on a separate physical drive or you won&#39;t get the performance boost you expect. It</description>
    </item>
    <item>
      <title>Table growth/refacrtoring</title>
      <pubDate>Thu, 27 Sep 2012 15:18:30 GMT</pubDate>
      <dc:creator>ayo.akinyemi</dc:creator>
      <link>http://groups.yahoo.com/group/agileDatabases/message/2731</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/agileDatabases/message/2731</guid>
      <description>My team maintains a MySql database that have about 120 tables housed within 1 database. There is an Activity Logs table that records every action all users</description>
    </item>
    <item>
      <title>Re: Migration tools [Flyway vs. ?]</title>
      <pubDate>Thu, 27 Sep 2012 14:48:42 GMT</pubDate>
      <dc:creator>Pramod Sadalage</dc:creator>
      <link>http://groups.yahoo.com/group/agileDatabases/message/2730</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/agileDatabases/message/2730</guid>
      <description>I have used, DbDeploy, Flyway, LiquiBase, DBMaintain, iBatis Migrator, Rails Migrations All of them are good for different reasons. So can you tell us some of</description>
    </item>

  </channel>
</rss>
<!-- rss2.grp.bf1.yahoo.com uncompressed Thu May 23 05:01:37 PDT 2013 -->
