From bb048da2414629f8e7b846e0cd96e642c85fc4b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kuba=20Podg=C3=B3rski?= Date: Wed, 3 Jun 2020 14:47:51 +0200 Subject: [PATCH] Update docs/api-reference.md Co-authored-by: Matthew Jaffee --- docs/api-reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api-reference.md b/docs/api-reference.md index 1c365bf83..e8a2ac1a3 100644 --- a/docs/api-reference.md +++ b/docs/api-reference.md @@ -159,7 +159,7 @@ Some endpoints and data structures include a `CreatedAt` fields. This is typically stored as a timestamp, but it's purpose is not to inform of the creation date of a particular index or field, but to serve as a unique identifier for use in cache invalidation. -The problem is that users of Pilosa (such as ingesters e.g. the IDK), +The problem is that users of Pilosa (such as ingesters e.g. the [IDK](https://github.com/molecula/idk)) can usually assume that translation keys for records and field values never change - they are only appended to, and can therefore be trivially cached. This is true except in cases where an index or field gets deleted and then recreated, or if Pilosa is restored from a backup.