<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Table on FromDual GmbH</title><link>https://www.fromdual.com/tags/table/</link><description>Recent content in Table on FromDual GmbH</description><generator>Hugo</generator><language>en-GB</language><managingEditor>oli.sennhauser@fromdual.com (Oli Sennhauser)</managingEditor><webMaster>oli.sennhauser@fromdual.com (Oli Sennhauser)</webMaster><copyright>© FromDual GmbH</copyright><lastBuildDate>Fri, 19 Mar 2021 16:16:12 +0000</lastBuildDate><atom:link href="https://www.fromdual.com/tags/table/index.xml" rel="self" type="application/rss+xml"/><item><title>Dropped Tables with FromDual Backup Manager</title><link>https://www.fromdual.com/blog/dropped-tables-with-fromdual-backup-manager/</link><pubDate>Fri, 24 May 2019 07:23:55 +0000</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/blog/dropped-tables-with-fromdual-backup-manager/</guid><description>&lt;p&gt;Some applications have the bad behaviour to &lt;code&gt;CREATE&lt;/code&gt; or &lt;code&gt;DROP&lt;/code&gt; tables while our &lt;a href="https://www.fromdual.com/fromdual-backup-and-recovery-manager-user-guide" title="FromDual Backup and Recovery Manager (brman) User Guide"&gt;FromDual Backup Manager (bman)&lt;/a&gt; backup is running.&lt;/p&gt;</description></item><item><title>To NULL, or not to NULL, that is the question!</title><link>https://www.fromdual.com/blog/to-null-or-not-to-null-that-is-the-question/</link><pubDate>Fri, 14 Dec 2018 08:33:25 +0000</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/blog/to-null-or-not-to-null-that-is-the-question/</guid><description>&lt;p&gt;As we already stated in earlier articles in this blog &lt;br&gt;[&lt;a href="https://www.fromdual.com/using-null-as-default-values" title="Using NULL as default values"&gt;1&lt;/a&gt; and &lt;a href="https://www.fromdual.com/mariadb-indexing-of-null-values" title="MariaDB indexing of NULL values"&gt;2&lt;/a&gt;&lt;br&gt;] it is a good idea to use &lt;code&gt;NULL&lt;/code&gt; values properly in MariaDB and MySQL.&lt;/p&gt;</description></item><item><title>Get rid of wrongly deleted InnoDB tables</title><link>https://www.fromdual.com/blog/get-rid-of-wrongly-deleted-innodb-tables/</link><pubDate>Wed, 22 Oct 2014 22:10:58 +0000</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/blog/get-rid-of-wrongly-deleted-innodb-tables/</guid><description>&lt;p&gt;&lt;strong&gt;Precaution:&lt;/strong&gt; Before you try this out on your production system do a &lt;strong&gt;BACKUP&lt;/strong&gt; first! &lt;a href="https://www.fromdual.com/mysql-backup-manager-mysql_bman" title="FromDual Backup Manager"&gt;FromDual Backup Manager&lt;/a&gt; can help you with this.&lt;/p&gt;</description></item><item><title>Troubles with MySQL 5.5 on FreeBSD 9</title><link>https://www.fromdual.com/blog/troubles-with-mysql-on-freebsd/</link><pubDate>Thu, 29 Mar 2012 11:55:05 +0000</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/blog/troubles-with-mysql-on-freebsd/</guid><description>&lt;p&gt;FreeBSD 9 seems to have some troubles with MySQL 5.5.20. A customer has moved from MySQL 5.0 on Linux to MySQL 5.5 on FreeBSD 9. He experienced a lot of periodic slow downs on the new, much stronger, system which he has not seen on the old Linux box.&lt;/p&gt;</description></item><item><title>How MySQL behaves with many schemata, tables and partitions</title><link>https://www.fromdual.com/blog/how-mysql-behaves-with-many-schemata-tables-and-partitions/</link><pubDate>Wed, 30 Nov 2011 15:35:28 +0000</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/blog/how-mysql-behaves-with-many-schemata-tables-and-partitions/</guid><description>&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;Recently a customer claimed that his queries were slow some times and sometimes they were fast.&lt;/p&gt;</description></item><item><title>Using NULL as default values</title><link>https://www.fromdual.com/blog/using-null-as-default-values/</link><pubDate>Thu, 21 Jul 2011 18:35:34 +0000</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/blog/using-null-as-default-values/</guid><description>&lt;h2 id="abstract"&gt;Abstract:&lt;/h2&gt;
&lt;p&gt;It is common practice in MySQL table design that fields are declared as &lt;code&gt;NOT NULL&lt;/code&gt; but some non-sense &lt;code&gt;DEFAULT&lt;/code&gt; values are specified for unknown field contents. In this article we show why this behavior is non optimal an why you should better declare a field to allow &lt;code&gt;NULL&lt;/code&gt; values and use &lt;code&gt;NULL&lt;/code&gt; values instead of some dummy values.&lt;/p&gt;</description></item><item><title>When a MySQL table was last touched</title><link>https://www.fromdual.com/blog/mysql-table-last-touched/</link><pubDate>Thu, 02 Jun 2011 20:56:29 +0000</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/blog/mysql-table-last-touched/</guid><description>&lt;p&gt;In our last customer project we had around 600 Gbyte of data in a MySQL database. Because this database consumed a significant amount of our disk space and backups with the InnoDB backup tool took pretty long we wanted to find out if we could get rid of some of the tables.&lt;/p&gt;</description></item><item><title>Stealthy migrating MySQL tables and MySQL data access interfaces using enlarged updateable VIEW functionality</title><link>https://www.fromdual.com/blog/stealthy-migrating-mysql/</link><pubDate>Tue, 03 Oct 2006 22:18:00 +0000</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/blog/stealthy-migrating-mysql/</guid><description>&lt;p&gt;Applications occasionally require redesign. However, redesigning an application cannot be done in one step because the application is distributed or several versions of applications must be supported. MySQL 5.0 provides the necessary means to stealthy migrate your data. In a short overview let&amp;rsquo;s look at what we plan to do: &lt;a href="http://www.fromdual.com/sites/default/files/stealthy_migration.pdf" target="_blank"&gt;Stealthy Migration&lt;/a&gt; (PDF 98.7 kByte).&lt;/p&gt;</description></item></channel></rss>