<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <link xmlns="http://www.w3.org/2005/Atom" rel="hub" href="https://overblog.superfeedr.com"/>
        <link xmlns="http://www.w3.org/2005/Atom" rel="self" href="https://sqlperformancetuning.over-blog.com/rss" type="application/rss+xml"/>
        <title><![CDATA[sqlperformancetuning.over-blog.com]]></title>
        <link>https://sqlperformancetuning.over-blog.com/</link>
        <generator>Overblog - https://www.over-blog.com</generator>
        <description><![CDATA[Oracle Sql Performance Tuning and Optimization
]]></description>
                    <item>
    <title><![CDATA[Determining Blocking Queries in SQL Query Performance Tuning]]></title>
    <link><![CDATA[https://sqlperformancetuning.over-blog.com/2021/12/determining-blocking-queries-in-sql-query-performance-tuning.html]]></link>
    <guid>https://sqlperformancetuning.over-blog.com/2021/12/determining-blocking-queries-in-sql-query-performance-tuning.html</guid>
    <pubDate>Mon, 27 Dec 2021 13:54:24 +0100</pubDate>
    <description><![CDATA[Database objects are often locked by processes, leaving other processes to get blocked. Locking is important as it forces every single transaction in SQL Server to undergo the ACID test, enforcing integrity in the process. Here, we will uncover some useful... ]]></description>
        <dc:creator><![CDATA[Tosska Technologies]]></dc:creator>
    </item>
                    <item>
    <title><![CDATA[MySQL Database and SQL: Learn More About Query Attributes]]></title>
    <link><![CDATA[https://sqlperformancetuning.over-blog.com/2021/12/mysql-database-and-sql-learn-more-about-query-attributes.html]]></link>
    <guid>https://sqlperformancetuning.over-blog.com/2021/12/mysql-database-and-sql-learn-more-about-query-attributes.html</guid>
    <pubDate>Fri, 17 Dec 2021 08:57:14 +0100</pubDate>
    <description><![CDATA[One of the main reasons behind the existence of query attributes is their use in adding metadata to statements. The metadata offers an additional context in MySQL database and SQL , such as the information about the location within the application of... ]]></description>
        <dc:creator><![CDATA[Tosska Technologies]]></dc:creator>
    </item>
                    <item>
    <title><![CDATA[Oracle Database and SQL: 10 Backup Solution Questions to Ask]]></title>
    <link><![CDATA[https://sqlperformancetuning.over-blog.com/2021/02/oracle-database-and-sql-10-backup-solution-questions-to-ask]]></link>
    <guid>https://sqlperformancetuning.over-blog.com/2021/02/oracle-database-and-sql-10-backup-solution-questions-to-ask</guid>
    <pubDate>Fri, 19 Feb 2021 12:59:58 +0100</pubDate>
    <description><![CDATA[Have you opted for a third-party backup solution to save your MySQL data? Do you find yourself overly concerned about your data? Are you certain that you have been receiving a dependable backup that is easy to recover, and is suitable for your business... ]]></description>
        <dc:creator><![CDATA[Tosska Technologies]]></dc:creator>
    </item>
                    <item>
    <title><![CDATA[SQL Performance Tuning: Finding Duplicate &amp; Redundant Indexes]]></title>
    <link><![CDATA[https://sqlperformancetuning.over-blog.com/oracle-database-and-sql-performance-tuning]]></link>
    <guid>https://sqlperformancetuning.over-blog.com/oracle-database-and-sql-performance-tuning</guid>
    <pubDate>Thu, 24 Dec 2020 07:56:14 +0100</pubDate>
    <description><![CDATA[In this blog, we'll cover redundant and duplicate indexes, which are quite common in applications and affect database performance. An index is duplicated when there is more than one defined on a single column. Such indexes may have varying names or keywords... ]]></description>
        <dc:creator><![CDATA[Tosska Technologies]]></dc:creator>
    </item>
                    <item>
    <title><![CDATA[Oracle SQL Performance tuning: Temp Tables Vs Table Variables]]></title>
    <link><![CDATA[https://sqlperformancetuning.over-blog.com/2020/11/oracle-sql-performance-tuning-temp-tables-vs-table-variables.html]]></link>
    <guid>https://sqlperformancetuning.over-blog.com/2020/11/oracle-sql-performance-tuning-temp-tables-vs-table-variables.html</guid>
    <pubDate>Thu, 26 Nov 2020 11:52:14 +0100</pubDate>
    <description><![CDATA[There has been a debate ever since the creation of both temp tables and table variables - which of them should be used in a given situation? Ever since their introduction, the key to finding an answer has been the same - knowing the specifics in the instance... ]]></description>
        <dc:creator><![CDATA[Tosska Technologies]]></dc:creator>
    </item>
                    <item>
    <title><![CDATA[Query Tuning in SQL - Fantastic Tips to Take Note Of]]></title>
    <link><![CDATA[https://sqlperformancetuning.over-blog.com/2020/10/query-tuning-in-sql-fantastic-tips-to-take-note-of.html]]></link>
    <guid>https://sqlperformancetuning.over-blog.com/2020/10/query-tuning-in-sql-fantastic-tips-to-take-note-of.html</guid>
    <pubDate>Thu, 15 Oct 2020 15:36:10 +0200</pubDate>
    <description><![CDATA[Performance tuning in SQL databases helps improve the coordination between Database Administrators and developers. That’s because it involves statement optimization, handling of database indexes, SQL client code optimization, and similar tasks. When we... ]]></description>
        <dc:creator><![CDATA[Tosska Technologies]]></dc:creator>
    </item>
                    <item>
    <title><![CDATA[Range Queries: Do They Improve MySQL Database Performance?]]></title>
    <link><![CDATA[https://sqlperformancetuning.over-blog.com/2020/08/range-queries-do-they-improve-mysql-database-performance.html]]></link>
    <guid>https://sqlperformancetuning.over-blog.com/2020/08/range-queries-do-they-improve-mysql-database-performance.html</guid>
    <pubDate>Fri, 21 Aug 2020 13:23:06 +0200</pubDate>
    <description><![CDATA[We already know that point queries are not the best option for big databases. Even though they may be acceptable under certain circumstances, it is better if they are overlooked, unless the Database Administrator has plenty of free time on their hands.... ]]></description>
        <dc:creator><![CDATA[Tosska Technologies]]></dc:creator>
    </item>
                    <item>
    <title><![CDATA[SQL Tuning for Oracle: Top Reasons for Slow DB Performance]]></title>
    <link><![CDATA[https://sqlperformancetuning.over-blog.com/2020/02/sql-tuning-for-oracle-reasons-for-slow-db-performance.html]]></link>
    <guid>https://sqlperformancetuning.over-blog.com/2020/02/sql-tuning-for-oracle-reasons-for-slow-db-performance.html</guid>
    <pubDate>Mon, 17 Feb 2020 11:01:12 +0100</pubDate>
    <description><![CDATA[The very first solution to any problem is finding its root cause and SQL or database tuning is no exception. If you wish to improve the performance of your Oracle Server, then you must find out the causes associated that is creating the problem. There... ]]></description>
        <dc:creator><![CDATA[Tosska Technologies]]></dc:creator>
    </item>
                    <item>
    <title><![CDATA[SQL Tuning for Oracle- How to Performance Tune SQL?]]></title>
    <link><![CDATA[https://sqlperformancetuning.over-blog.com/2019/12/sql-tuning-for-oracle-how-to-performance-tune-sql.html]]></link>
    <guid>https://sqlperformancetuning.over-blog.com/2019/12/sql-tuning-for-oracle-how-to-performance-tune-sql.html</guid>
    <pubDate>Thu, 19 Dec 2019 08:34:50 +0100</pubDate>
    <description><![CDATA[SQL (Structured Query Language) isn't just about writing queries but also about how it could be run efficiently. Besides, SQL is a standard database query language of an industry that came into practice from the mid-1980s. This must not be confused or... ]]></description>
        <dc:creator><![CDATA[Tosska Technologies]]></dc:creator>
    </item>
            </channel>
</rss>

