---
aimd: "1.0"
mako: "1.0"
type: "article"
entity: "Indeks delta: melewati yang tidak berubah"
updated: "2026-09-16"
tokens: 231
language: "id"
canonical: "https://demo.aifeed.md/id/blog/delta-indexes"
summary: "Bagaimana digest per halaman memangkas lalu lintas crawl ulang hampir ke nol."
alternates:
  - url: "https://demo.aifeed.md/blog/delta-indexes/"
    lang: "en"
  - url: "https://demo.aifeed.md/id/blog/delta-indexes/"
    lang: "id"
media:
  cover:
    url: "https://aifeed.md/og-image.png"
    alt: "Indeks delta: melewati yang tidak berubah"
aifeed:
  assets:
    - url: "/assets/blog-delta.svg"
      type: "image"
---

[Beranda](/id/) / [Blog](/id/blog/) / Delta indexes

Halaman ini belum diterjemahkan; teks asli bahasa Inggris ditampilkan di bawah.

![](/assets/blog-delta.svg)

The index tells an agent what actually moved; the rest costs zero bytes.

By the AIFeed team September 2026 5 min read performance

Most re-crawl bytes buy nothing. The signed index tells the agent what moved.

The index lists every page with a SHA-256 digest, an ETag, token counts, and triage fields. An agent that stored digests from its last visit compares them locally and fetches only the pages whose digests changed.

| Scenario | | Bytes transferred | | vs HTML crawl |

| Full HTML crawl | | 1,205,292 | | baseline |

| Markdown conversion | | 375,630 | | −68.83% |

| Delta consumption | | 51,408 | | −95.73% |

On the repository's 60-page corpus those are the measured numbers. The index itself is small, signed, and cacheable, so the saving survives retries.

- [Why signed permissions beat polite text](/blog/why-signed-permissions/)

Bagikan [Surel](mailto:?subject=Indeks%20delta%3A%20melewati%20yang%20tidak%20berubah&body=https%3A%2F%2Fdemo.aifeed.md%2Fid%2Fblog%2Fdelta-indexes%2F)
## Media & Unduhan

- [/assets/blog-delta.svg](/assets/blog-delta.svg) — image

