<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Internals &#8211; Database Math </title>
	<atom:link href="https://databasemath.com/category/rdbms/mssql/internals/feed/" rel="self" type="application/rss+xml" />
	<link>https://databasemath.com</link>
	<description>Database mathematics and more pragmatic information.</description>
	<lastBuildDate>Tue, 11 May 2021 19:26:32 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.0.1</generator>
	<item>
		<title>MSSQL SERVER: Schedulers and Threads</title>
		<link>https://databasemath.com/2021/04/23/mssql-server-schedulers-and-threads/</link>
					<comments>https://databasemath.com/2021/04/23/mssql-server-schedulers-and-threads/#respond</comments>
		
		<dc:creator><![CDATA[Avery Lane]]></dc:creator>
		<pubDate>Fri, 23 Apr 2021 07:52:10 +0000</pubDate>
				<category><![CDATA[All Posts]]></category>
		<category><![CDATA[Internals]]></category>
		<category><![CDATA[Microsoft SQL Server]]></category>
		<category><![CDATA[Process]]></category>
		<category><![CDATA[Quantum]]></category>
		<category><![CDATA[request]]></category>
		<category><![CDATA[runnable queue]]></category>
		<category><![CDATA[Scheduler]]></category>
		<category><![CDATA[Task]]></category>
		<category><![CDATA[Thread]]></category>
		<category><![CDATA[thread states]]></category>
		<category><![CDATA[waiter list]]></category>
		<category><![CDATA[Worker Thread]]></category>
		<guid isPermaLink="false">https://databasemath.com/?p=217</guid>

					<description><![CDATA[Microsoft SQL Server is a Service that runs inside of an OS (no longer exclusively on Windows &#8211; i.e. SQL Server on Linux). However, it has its own mechanisms for handling memory management, IO and thread scheduling. This is done through access to the host OS API in most cases, but SQL is still the &#8230; <a href="https://databasemath.com/2021/04/23/mssql-server-schedulers-and-threads/" class="more-link">Continue reading<span class="screen-reader-text"> "MSSQL SERVER: Schedulers and Threads"</span></a>]]></description>
		
					<wfw:commentRss>https://databasemath.com/2021/04/23/mssql-server-schedulers-and-threads/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Transactions and ACID</title>
		<link>https://databasemath.com/2021/03/23/transactions-and-acid/</link>
					<comments>https://databasemath.com/2021/03/23/transactions-and-acid/#respond</comments>
		
		<dc:creator><![CDATA[Avery Lane]]></dc:creator>
		<pubDate>Tue, 23 Mar 2021 04:44:21 +0000</pubDate>
				<category><![CDATA[All Posts]]></category>
		<category><![CDATA[Internals]]></category>
		<category><![CDATA[RDBMS]]></category>
		<category><![CDATA[ACID]]></category>
		<category><![CDATA[Transactions]]></category>
		<guid isPermaLink="false">https://databasemath.com/?p=176</guid>

					<description><![CDATA[A database transaction is a unit of work performed against a database that is independent of other transactions. The purpose of a transaction is two-fold: To provide a reliable record and means to recover in case of failure when performing work. To provide isolation between applications or processes that are accessing data concurrently. In any &#8230; <a href="https://databasemath.com/2021/03/23/transactions-and-acid/" class="more-link">Continue reading<span class="screen-reader-text"> "Transactions and ACID"</span></a>]]></description>
		
					<wfw:commentRss>https://databasemath.com/2021/03/23/transactions-and-acid/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
