<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Query on FromDual GmbH</title><link>https://www.fromdual.com/tags/query/</link><description>Recent content in Query 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>Thu, 14 Mar 2024 11:41:36 +0000</lastBuildDate><atom:link href="https://www.fromdual.com/tags/query/index.xml" rel="self" type="application/rss+xml"/><item><title>SQL Query Tuning - Performance</title><link>https://www.fromdual.com/blog/sql-query-tuning-performance/</link><pubDate>Mon, 05 Oct 2020 16:13:10 +0000</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/blog/sql-query-tuning-performance/</guid><description>&lt;p&gt;How could the following SQL queries be improved performance wise and otherwise and can you also explain why your change is more optimal?&lt;/p&gt;</description></item><item><title>Creating synthetic data sets for tuning SQL queries</title><link>https://www.fromdual.com/blog/creating-synthetic-data-sets-for-tuning-sql-queries/</link><pubDate>Fri, 02 Oct 2020 16:50:33 +0000</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/blog/creating-synthetic-data-sets-for-tuning-sql-queries/</guid><description>&lt;p&gt;When it comes to SQL Query tuning with customers we often get the slow running SQL query and possibly, in good cases, also the table structure. But very often, for various reasons, we do not get the data.&lt;/p&gt;</description></item><item><title>MySQL single query performance - the truth!</title><link>https://www.fromdual.com/blog/mysql-single-query-performance-the-truth/</link><pubDate>Fri, 13 Dec 2013 17:33:44 +0000</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/blog/mysql-single-query-performance-the-truth/</guid><description>&lt;h1 id="mysql-single-query-performance---the-truth"&gt;MySQL single query performance - the truth!&lt;/h1&gt;
&lt;p&gt;As &lt;a href="https://www.fromdual.com/comment/871#comment-871" title="5.5 vs 5.6 single threaded performance"&gt;suggested by morgo&lt;/a&gt; I did a little test for the same query and the same data-set mentioned in &lt;a href="https://www.fromdual.com/impact-of-column-types-on-mysql-join-performance" title="Impact of column types on MySQL JOIN performance"&gt;Impact of column types on MySQL JOIN performance&lt;/a&gt; but looking into an other dimension: the time (aka MySQL versions).&lt;/p&gt;</description></item><item><title>Impact of column types on MySQL JOIN performance</title><link>https://www.fromdual.com/blog/impact-of-column-types-on-mysql-join-performance/</link><pubDate>Wed, 11 Dec 2013 20:12:40 +0000</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/blog/impact-of-column-types-on-mysql-join-performance/</guid><description>&lt;p&gt;In our &lt;a href="https://www.fromdual.com/mysql-training" target="FromDual MySQL Training"&gt;MySQL trainings&lt;/a&gt; and &lt;a href="https://www.fromdual.com/mysql-consulting" title="FromDual MySQL Consulting"&gt;consulting engagements&lt;/a&gt; we tell our customers always to use the &lt;a href="http://dev.mysql.com/doc/refman/5.6/en/storage-requirements.html" target="_blank" title="Data Type Storage Requirements"&gt;smallest possible data type&lt;/a&gt; to get better query performance. Especially for the &lt;code&gt;JOIN&lt;/code&gt; columns. This advice is supported as well by the MySQL documentation in the chapter &lt;a href="http://dev.mysql.com/doc/refman/5.6/en/optimize-data-types.html" target="_blank" title="MySQL documentation"&gt;Optimizing Data Types&lt;/a&gt;:&lt;/p&gt;</description></item><item><title>Query performance comparison between MariaDB ColumnStore and other Storage Engines</title><link>https://www.fromdual.com/blog/query-performance-comparison-between-mariadb-column-store-and-other-storage-engines/</link><pubDate>Thu, 03 Jun 2021 15:53:51 +0200</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/blog/query-performance-comparison-between-mariadb-column-store-and-other-storage-engines/</guid><description>&lt;p&gt;Storage Engines like InnoDB, Aria and MyISAM are Row Stores. They store rows one after the other in blocks or even directly in a single file (MyISAM). On the other hand a Column Store like MariaDB ColumnStore stores all the same attributes (columns) of the rows together in chunks.&lt;/p&gt;</description></item></channel></rss>