f17e4f4da42fc42395dc33a157ed8f8aeab146d6
[xangelo.ca.git] / public / docs / index.xml
1 <?xml version="1.0" encoding="utf-8" standalone="yes"?>
2 <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
3   <channel>
4     <title>Docs on Xangelo.ca</title>
5     <link>http://example.org/docs/</link>
6     <description>Recent content in Docs on Xangelo.ca</description>
7     <generator>Hugo -- gohugo.io</generator>
8     <language>en-us</language>
9     <copyright>Copyright © 2011 - 2020</copyright>
10     <lastBuildDate>Wed, 29 Apr 2020 16:21:29 -0400</lastBuildDate>
11     
12         <atom:link href="http://example.org/docs/index.xml" rel="self" type="application/rss+xml" />
13     
14     
15     <item>
16       <title>The Disk Is Slow</title>
17       <link>http://example.org/docs/the-disk-is-slow/</link>
18       <pubDate>Wed, 29 Apr 2020 16:21:29 -0400</pubDate>
19       
20       <guid>http://example.org/docs/the-disk-is-slow/</guid>
21       <description>&amp;ldquo;The disk is slow&amp;rdquo; is one of those things that most programmers take for granted. Yes it is slow given the speed of other components. But rarely have programmers taken the time to dig into WHY the disk is slow and what that actually means. Yet, doing so can lead us down some interesting rabbit holes.
22  What is slow? For a while now the speed of a hard-drive was measured in RPM or Revolutions Per Minute.</description>
23     </item>
24     
25     <item>
26       <title>What the heck is a Database Index?</title>
27       <link>http://example.org/docs/what-the-heck-is-a-database-index/</link>
28       <pubDate>Wed, 29 Apr 2020 16:21:29 -0400</pubDate>
29       
30       <guid>http://example.org/docs/what-the-heck-is-a-database-index/</guid>
31       <description>When you do a standard select * from table_name where columns=some_value from a table.. the database has no idea where IN the table that data exists. In order to figure out which rows in the table it needs to return to you (based on your where clause), it looks through the rows in the table. Of course, if you don&amp;rsquo;t set a limit clause, it has to look through EVERY single entry in the table because it doesn&amp;rsquo;t know where/how-many instances of a particular value it might find.</description>
32     </item>
33     
34   </channel>
35 </rss>