Skip to content

Commit 4786cb1

Browse files
committed
Initialising a glossary for D1.
1 parent 46a6792 commit 4786cb1

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: Glossary
3+
pcx_content_type: glossary
4+
sidebar:
5+
order: 12
6+
7+
---
8+
9+
import { Glossary } from "~/components"
10+
11+
Review the definitions for terms used across Cloudflare's D1 documentation.
12+
13+
<Glossary product="d1" />

src/content/glossary/d1.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
productName: D1
3+
entries:
4+
- term: index
5+
general_definition: |-
6+
a data structure which improves the efficiency of data retrieval from a table. Writing to a column referenced in an index adds at least (1) more row to rows written (as the index needs to be updated too), but this is offset by the benefit in the reduction of rows read.
7+
8+
- term: SQLite
9+
general_definition: |-
10+
a lightweight, embedded database engine. It is a specific implementation of a relational database management system (RDBMS). SQLite uses SQL as its query language.
11+
12+
- term: Workers binding
13+
general_definition: |-
14+
a feature which allows a Cloudflare Worker to interact with resources on the Cloudflare Developer Platform. Refer to [What is a binding?](/workers/runtime-apis/bindings/#what-is-a-binding).

0 commit comments

Comments
 (0)