<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
     xmlns:dc="http://purl.org/dc/elements/1.1/">
   <channel>
      <title>O&apos;Reilly Databases</title>
      <link>http://www.oreillynet.com/databases/blog/</link>
      <description>O&apos;Reilly Databases Blog</description>
      <language>en</language>
      <copyright>Copyright 2008</copyright>
      <lastBuildDate>Fri, 11 Apr 2008 12:34:15 -0800</lastBuildDate>
      <generator>http://www.sixapart.com/movabletype/?v=3.21</generator>
      <docs>http://blogs.law.harvard.edu/tech/rss</docs> 

            <item>
         <title>MySQL backups using ZFS snapshot</title>

<description>
 One of the significant features in version 2.0 of Zmanda Recovery Manager for MySQL is MySQL backups using Solaris ZFS. Doing MySQL backups using filesystem snapshots has minimal impact on the MySQL databases. The MySQL databases are not available...
</description>

         <link>http://www.oreillynet.com/databases/blog/2008/04/mysql_backups_using_zfs_snapsh_1.html</link>
         <guid>http://www.oreillynet.com/databases/blog/2008/04/mysql_backups_using_zfs_snapsh_1.html</guid>
         <category>Articles</category>
         <dc:date>2008-04-11T12:34:15-08:00</dc:date>
         <dc:creator>Paddy Sreenivasan</dc:creator>
      </item>
            <item>
         <title>Improved Snapshot interface for MySQL backups</title>

<description>
We have significantly improved the snapshot interface for doing MySQL backups using ZRM. This work has been released as part of ZRM 2.0. ZRM 2.0 has couple of snapshot plugins - Linux LVM and Solaris ZFS that uses the interface....
</description>

         <link>http://www.oreillynet.com/databases/blog/2008/04/improved_snapshot_interface_fo.html</link>
         <guid>http://www.oreillynet.com/databases/blog/2008/04/improved_snapshot_interface_fo.html</guid>
         <category>News</category>
         <dc:date>2008-04-04T10:41:36-08:00</dc:date>
         <dc:creator>Paddy Sreenivasan</dc:creator>
      </item>
            <item>
         <title>Reporting MySQL Internals with Information Schema plug-ins</title>

<description>
Last week, I described how to use the MySQL plug-in API to write a minimal &apos;Hello world!&apos; information schema plug-in. The main purpose of that plug-in is to illustrate the bare essentials of the MySQL information schema plug-in interface. In...
</description>

         <link>http://www.oreillynet.com/databases/blog/2008/02/reporting_mysql_internals_with.html</link>
         <guid>http://www.oreillynet.com/databases/blog/2008/02/reporting_mysql_internals_with.html</guid>
         <category>Articles</category>
         <dc:date>2008-02-10T15:04:51-08:00</dc:date>
         <dc:creator>Roland Bouman</dc:creator>
      </item>
            <item>
         <title>MySQL Information Schema Plugins: the best kept secret of MySQL 5.1</title>

<description>
MySQL 5.1 offers an extremely useful feature called information_schema plugins. This feature allows dynamic runtime loading of a shared library into the MySQL server to implement a table in the information_schema database. The SQL standard (ISO/IEC 9075-11:2003) allows database implementations...
</description>

         <link>http://www.oreillynet.com/databases/blog/2008/02/mysql_information_schema_plugi.html</link>
         <guid>http://www.oreillynet.com/databases/blog/2008/02/mysql_information_schema_plugi.html</guid>
         <category>Technical</category>
         <dc:date>2008-02-01T05:01:08-08:00</dc:date>
         <dc:creator>Roland Bouman</dc:creator>
      </item>
            <item>
         <title>Sun buys MySQL</title>

<description>
Earlier today, Sun announced that it will be acquiring MySQL.  This is an interesting turn of events in the endless battle over MySQL by Oracle.
</description>

         <link>http://www.oreillynet.com/databases/blog/2008/01/sun_buys_mysql.html</link>
         <guid>http://www.oreillynet.com/databases/blog/2008/01/sun_buys_mysql.html</guid>
         <category>News</category>
         <dc:date>2008-01-16T06:35:42-08:00</dc:date>
         <dc:creator>Jonah Harris</dc:creator>
      </item>
            <item>
         <title>Calculating the Financial Median in MySQL</title>

<description>
I believe I found a new method to calculate the median in MySQL. I would not be surprised if this method has been figured out by somebody else already. However, I can&apos;t seem to find any resources on the internet...
</description>

         <link>http://www.oreillynet.com/databases/blog/2007/12/calculating_the_financial_medi.html</link>
         <guid>http://www.oreillynet.com/databases/blog/2007/12/calculating_the_financial_medi.html</guid>
         <category>Technical</category>
         <dc:date>2007-12-17T02:47:43-08:00</dc:date>
         <dc:creator>Roland Bouman</dc:creator>
      </item>
            <item>
         <title>Random RDBMS and SQL Myths debunked</title>

<description>
A few times now, I&apos;ve been wanting to write this down. I know: a lot of people will go *shrug*. Others may find me pedantic. Some of will say I&apos;m being a smart-ass. Whatever...but I just got to write down...
</description>

         <link>http://www.oreillynet.com/databases/blog/2007/11/random_rdbms_and_sql_myths_deb.html</link>
         <guid>http://www.oreillynet.com/databases/blog/2007/11/random_rdbms_and_sql_myths_deb.html</guid>
         <category>Articles</category>
         <dc:date>2007-11-09T01:44:25-08:00</dc:date>
         <dc:creator>Roland Bouman</dc:creator>
      </item>
            <item>
         <title>Kettle Tip: Using java locales for a Date Dimension</title>

<description>
The Date dimension is a well known construct in general data warehousing. In many cases, the data for a date dimension is generated using a database stored procedure or shell-script. Another approach to obtain the data for a date dimension...
</description>

         <link>http://www.oreillynet.com/databases/blog/2007/09/kettle_tip_using_java_locales.html</link>
         <guid>http://www.oreillynet.com/databases/blog/2007/09/kettle_tip_using_java_locales.html</guid>
         <category>Articles</category>
         <dc:date>2007-09-03T15:18:06-08:00</dc:date>
         <dc:creator>Roland Bouman</dc:creator>
      </item>
            <item>
         <title>Top 5 considerations while setting up your MySQL backup</title>

<description>
List of top 5 items that have to be considered before deciding on a MySQL backup implementation are: * How fast and how easy do you want the MySQL Recovery process to be? * What will be the impact of...
</description>

         <link>http://www.oreillynet.com/databases/blog/2007/08/top_5_considerations_while_set.html</link>
         <guid>http://www.oreillynet.com/databases/blog/2007/08/top_5_considerations_while_set.html</guid>
         <category>Articles</category>
         <dc:date>2007-08-21T16:03:22-08:00</dc:date>
         <dc:creator>Paddy Sreenivasan</dc:creator>
      </item>
            <item>
         <title>Seeking MySQL backup console feedback</title>

<description>
We are working on Zmanda Management Console for our MySQL backup product line: Zmanda Recovery Manager (ZRM) for MySQL. ZRM for MySQL is an enterprise backup and recovery solution for MySQL. ...
</description>

         <link>http://www.oreillynet.com/databases/blog/2007/06/seeking_mysql_backup_console_f.html</link>
         <guid>http://www.oreillynet.com/databases/blog/2007/06/seeking_mysql_backup_console_f.html</guid>
         <category>News</category>
         <dc:date>2007-06-26T13:59:16-08:00</dc:date>
         <dc:creator>Paddy Sreenivasan</dc:creator>
      </item>
            <item>
         <title>What MySQL can do to enter the off-line Web</title>

<description>
Disclaimer - views expressed in this blog (and this entry) are my own and do not necessarily reflect the views of MySQL AB Ever since I wrote my blog entry about Google Gears and the query tool for the browser...
</description>

         <link>http://www.oreillynet.com/databases/blog/2007/06/what_mysql_can_do_to_enter_the.html</link>
         <guid>http://www.oreillynet.com/databases/blog/2007/06/what_mysql_can_do_to_enter_the.html</guid>
         <category>Opinion</category>
         <dc:date>2007-06-03T02:16:10-08:00</dc:date>
         <dc:creator>Roland Bouman</dc:creator>
      </item>
            <item>
         <title>Google Gears: Webbrowser embedded Database</title>

<description>
Google Gears is an open source browser extension created by Google. It provides a framework that allows the creation of offline webbrowser applications. At the moment it provides three services: Local Server A data store for static resources. This allows...
</description>

         <link>http://www.oreillynet.com/databases/blog/2007/06/post_1.html</link>
         <guid>http://www.oreillynet.com/databases/blog/2007/06/post_1.html</guid>
         <category>Articles</category>
         <dc:date>2007-06-02T07:10:08-08:00</dc:date>
         <dc:creator>Roland Bouman</dc:creator>
      </item>
            <item>
         <title>Debunking GROUP BY Myths</title>

<description>
There is a popular myth about the SQL GROUP BY clause. The myth holds that &apos;standard SQL&apos; requires columns referenced in the SELECT list of a query to also appear in the GROUP BY clause, unless these columns appear exclusively...
</description>

         <link>http://www.oreillynet.com/databases/blog/2007/05/debunking_group_by_myths.html</link>
         <guid>http://www.oreillynet.com/databases/blog/2007/05/debunking_group_by_myths.html</guid>
         <category>Articles</category>
         <dc:date>2007-05-21T10:16:07-08:00</dc:date>
         <dc:creator>Roland Bouman</dc:creator>
      </item>
            <item>
         <title>Hacking MySQL table logs</title>

<description>
Shortly before MySQL Users Conference I announced that I would be cover new ground in table logs management. I am keeping that promise, and in addition I am also showing some related hacks. The announced facts from last year usability...
</description>

         <link>http://www.oreillynet.com/databases/blog/2007/05/hacking_mysql_table_logs.html</link>
         <guid>http://www.oreillynet.com/databases/blog/2007/05/hacking_mysql_table_logs.html</guid>
         <category>Technical</category>
         <dc:date>2007-05-08T10:30:23-08:00</dc:date>
         <dc:creator>Giuseppe Maxia</dc:creator>
      </item>
            <item>
         <title>Your Turn to Play Stump the Author...</title>

<description>
Thought I&apos;d pass along this note I received, that may be of interest to the MySQL addicts out there: &gt;&gt; Sasha Pachev, whose book Understanding MySQL Internals was released &gt;&gt; last month by O&apos;Reilly, is leading an online seminar at...
</description>

         <link>http://www.oreillynet.com/databases/blog/2007/05/your_turn_to_play_stump_the_au.html</link>
         <guid>http://www.oreillynet.com/databases/blog/2007/05/your_turn_to_play_stump_the_au.html</guid>
         <category>News</category>
         <dc:date>2007-05-08T09:51:05-08:00</dc:date>
         <dc:creator>James Turner</dc:creator>
      </item>
         </channel>
</rss>
