<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Home on Blog</title>
    <link>https://blog.eilhyo.com/</link>
    <description>Recent content in Home on Blog</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <lastBuildDate>Sun, 21 Jul 2024 04:49:57 -0400</lastBuildDate>
    <atom:link href="https://blog.eilhyo.com/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Take a Btrfs Snapshot</title>
      <link>https://blog.eilhyo.com/articles/btrfs-snapshot/</link>
      <pubDate>Sun, 21 Jul 2024 04:49:57 -0400</pubDate>
      <guid>https://blog.eilhyo.com/articles/btrfs-snapshot/</guid>
      <description>System snapshot is a crucial tool for data protection and system recovery. Today, I will start with COW file system, introduce four key features of Btrfs, and explain how to use Btrfs to take snapshots of your system.&#xA;Copy-On-Write Copy-On-Write (COW) is an efficient storage management technique that ensures data integrity and optimizes storage utilization. When two processes simultaneously read the same data block in a COW file system, the system ensures that both processes access the same data block.</description>
    </item>
    <item>
      <title>Redis Enables Activedefrag</title>
      <link>https://blog.eilhyo.com/articles/redis-activedefrag/</link>
      <pubDate>Sun, 14 Jul 2024 04:49:57 -0400</pubDate>
      <guid>https://blog.eilhyo.com/articles/redis-activedefrag/</guid>
      <description>Redis is a widely used in-memory database, renowned for its speed and efficiency. However, prolonged usage can lead to memory fragmentation issues, impacting performance and efficiency. In this blog post, we&amp;rsquo;ll explore Redis memory fragmentation using a vivid analogy and discuss how Redis&amp;rsquo; active defragmentation feature can mitigate these issues.&#xA;The Courier Box Anology Imagine Redis&amp;rsquo; memory space as a courier box used for storing items. Initially, the box is neatly organized, efficiently storing items of various sizes.</description>
    </item>
  </channel>
</rss>
