<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>DatabaseDataStructures &amp;mdash;   christova  </title>
    <link>https://christova.writeas.com/tag:DatabaseDataStructures</link>
    <description>&lt;b&gt;&lt;h3&gt;Tech Articles&lt;/h3&gt;&lt;/b&gt;&lt;br/&gt;&lt;b&gt;Collated from various sources. Full copyright remains with original authors.&lt;/b&gt;</description>
    <pubDate>Sat, 18 Apr 2026 10:38:08 +0000</pubDate>
    <item>
      <title>8 Data Structures which Power Databases</title>
      <link>https://christova.writeas.com/8-data-structures-which-power-databases-z75h?pk_campaign=rss-feed</link>
      <description>&lt;![CDATA[&#xA;&#xA;The answer will vary depending on your use case. Data can be indexed in memory or on disk. Similarly, data formats vary, such as numbers, strings, geographic coordinates, etc. The system might be write-heavy or read-heavy. All of these factors affect your choice of database index format.&#xA;&#xA;The following are some of the most popular data structures used for indexing data:&#xA;&#xA;Skiplist: a common in-memory index type. Used in Redis&#xA;Hash index: a very common implementation of the “Map” data structure (or “Collection”)&#xA;SSTable: immutable on-disk “Map” implementation&#xA;LSM tree: Skiplist + SSTable. High write throughput&#xA;B-tree: disk-based solution. Consistent read/write performance&#xA;Inverted index: used for document indexing. Used in Lucene&#xA;Suffix tree: for string pattern search&#xA;R-tree: multi-dimension search, such as finding the nearest neighbor&#xA;&#xA;This is not an exhaustive list of all database index types.&#xA;&#xA;#DatabaseDataStructures #DataStructures #Databases]]&gt;</description>
      <content:encoded><![CDATA[<p><img src="https://assets.bytebytego.com/diagrams/0181-eight-ds-db.jpg" alt=""/></p>

<p>The answer will vary depending on your use case. Data can be indexed in memory or on disk. Similarly, data formats vary, such as numbers, strings, geographic coordinates, etc. The system might be write-heavy or read-heavy. All of these factors affect your choice of database index format.</p>

<p>The following are some of the most popular data structures used for indexing data:</p>
<ul><li><strong>Skiplist:</strong> a common in-memory index type. Used in Redis</li>
<li><strong>Hash index:</strong> a very common implementation of the “Map” data structure (or “Collection”)</li>
<li><strong>SSTable:</strong> immutable on-disk “Map” implementation</li>
<li><strong>LSM tree:</strong> Skiplist + SSTable. High write throughput</li>
<li><strong>B-tree:</strong> disk-based solution. Consistent read/write performance</li>
<li><strong>Inverted index:</strong> used for document indexing. Used in Lucene</li>
<li><strong>Suffix tree:</strong> for string pattern search</li>
<li><strong>R-tree:</strong> multi-dimension search, such as finding the nearest neighbor</li></ul>

<p>This is not an exhaustive list of all database index types.</p>

<p><a href="https://christova.writeas.com/tag:DatabaseDataStructures" class="hashtag"><span>#</span><span class="p-category">DatabaseDataStructures</span></a> <a href="https://christova.writeas.com/tag:DataStructures" class="hashtag"><span>#</span><span class="p-category">DataStructures</span></a> <a href="https://christova.writeas.com/tag:Databases" class="hashtag"><span>#</span><span class="p-category">Databases</span></a></p>
]]></content:encoded>
      <guid>https://christova.writeas.com/8-data-structures-which-power-databases-z75h</guid>
      <pubDate>Mon, 01 Sep 2025 14:30:13 +0000</pubDate>
    </item>
  </channel>
</rss>