<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Transaction on FromDual GmbH</title><link>https://www.fromdual.com/tags/transaction/</link><description>Recent content in Transaction 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>Wed, 11 Feb 2026 10:04:00 +0100</lastBuildDate><atom:link href="https://www.fromdual.com/tags/transaction/index.xml" rel="self" type="application/rss+xml"/><item><title>Keep your Galera Cluster up and running by all means</title><link>https://www.fromdual.com/blog/keep-your-galera-cluster-up-and-running-by-all-means/</link><pubDate>Fri, 26 Feb 2021 12:15:14 +0000</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/blog/keep-your-galera-cluster-up-and-running-by-all-means/</guid><description>&lt;p&gt;We see quite often customers complaining that their Galera Cluster is not stable and &amp;ldquo;crashes&amp;rdquo; from time to time. As always one has to investigate before rating.&lt;/p&gt;</description></item><item><title>MariaDB Prepared Statements, Transactions and Multi-Row Inserts</title><link>https://www.fromdual.com/blog/mariadb-prepared-statements-transactions-and-multi-row-inserts/</link><pubDate>Mon, 15 Apr 2019 18:09:34 +0000</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/blog/mariadb-prepared-statements-transactions-and-multi-row-inserts/</guid><description>&lt;p&gt;Last week at the &lt;a href="https://www.fromdual.com/mysql-mariadb-developer-training" title="MySQL and MariaDB developer training"&gt;MariaDB/MySQL Developer Training&lt;/a&gt; we had one participant asking some tricky questions I did not know the answer by heart.&lt;/p&gt;</description></item><item><title>InnoDB Log File size is too small</title><link>https://www.fromdual.com/blog/innodb-log-file-size-is-too-small/</link><pubDate>Thu, 16 Jul 2015 20:15:36 +0000</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/blog/innodb-log-file-size-is-too-small/</guid><description>&lt;p&gt;The InnoDB Log File (&lt;code&gt;innodb_log_file_size&lt;/code&gt;) size is possibly too small.&lt;br&gt;
Choosing a too small InnoDB Log File size can have significant write performance impacts.&lt;/p&gt;</description></item><item><title>InnoDB Flush Log at Transaction Commit</title><link>https://www.fromdual.com/blog/innodb-flush-log-at-transaction-commit/</link><pubDate>Thu, 16 Jul 2015 20:11:36 +0000</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/blog/innodb-flush-log-at-transaction-commit/</guid><description>&lt;p&gt;InnoDB Flush Log at Transaction Commit is set to a values != 1. This can lead to a loss of committed transactions in case of a power failure or an unclean shutdown of your database.&lt;/p&gt;</description></item><item><title>MySQL Query Cache does not work with Complex Queries in Transactions</title><link>https://www.fromdual.com/blog/mysql-query-cache-does-not-work-with-complex-queries-in-transactions/</link><pubDate>Wed, 29 Jun 2011 13:28:27 +0000</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/blog/mysql-query-cache-does-not-work-with-complex-queries-in-transactions/</guid><description>&lt;p&gt;We did recently a review of one of our customers systems and we found that the Query Cache was disabled even thought it had significant more read than write queries.&lt;br&gt;
When we asked the customer why he has not enabled the Query Cache he mentioned a review that was done a few years ago and which stated that the Query Cache hit ratio was non optimal.&lt;br&gt;
This was verified on a testing system which had the Query Cache enabled by accident.&lt;/p&gt;</description></item><item><title>Transactional memory resident tables with PBXT</title><link>https://www.fromdual.com/blog/transactional-memory-resident-tables-with-pbxt/</link><pubDate>Sun, 21 Nov 2010 21:32:18 +0000</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/blog/transactional-memory-resident-tables-with-pbxt/</guid><description>&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;In his &lt;a href="http://www.primebase.org/download/pbxt-uc-2010.pdf" target="_blank"&gt;presentation&lt;/a&gt; about &lt;a href="http://www.primebase.com/" target="_blank"&gt;PBXT&lt;/a&gt; at the &lt;a href="http://www.doag.org/konferenz/doag/2010/" target="_blank"&gt;DOAG Conference 2010&lt;/a&gt; Paul McCullagh was speaking about &lt;a href="https://code.launchpad.net/~paul-mccullagh/pbxt/memory-tables" target="_blank"&gt;memory resident PBXT tables&lt;/a&gt;. They will be available in version 1.1 of the PBXT Storage Engine Plugin. Memory resident PBXT tables should have similar characteristics like normal &lt;a href="http://dev.mysql.com/doc/refman/5.1/en/memory-storage-engine.html" target="_blank"&gt;MySQL &lt;code&gt;MEMORY&amp;lt;/span&amp;gt; tables&amp;lt;/a&amp;gt;. But in addition to the &lt;/code&gt;MEMORY&lt;/span&gt; tables they are transactional and can handle &lt;code&gt;BLOB&amp;lt;/span&amp;gt; and &lt;/code&gt;TEXT&lt;/span&gt; attributes.&lt;/p&gt;</description></item><item><title>Transaction performance</title><link>https://www.fromdual.com/blog/mysql-transaction-performance/</link><pubDate>Mon, 12 Mar 2007 12:06:00 +0000</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/blog/mysql-transaction-performance/</guid><description>&lt;p&gt;Transaction performance relates among other things from I/O performance. This means hard disk performance.&lt;/p&gt;</description></item><item><title>What is the quickest way to load data into the database?</title><link>https://www.fromdual.com/blog/load-data-quick-into-the-database/</link><pubDate>Wed, 11 Feb 2026 10:04:00 +0100</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/blog/load-data-quick-into-the-database/</guid><description>&lt;p&gt;We had some really exciting problems to solve for the last customer! Especially because the database wasn&amp;rsquo;t exactly small.&lt;/p&gt;</description></item></channel></rss>