diff --git a/modules/terms/partials/log.adoc b/modules/terms/partials/log.adoc new file mode 100644 index 0000000000..55be662aa3 --- /dev/null +++ b/modules/terms/partials/log.adoc @@ -0,0 +1,8 @@ +=== log +:term-name: log +:hover-text: An ordered, append-only, immutable sequence of records. +:category: Redpanda core + +The log is Redpanda's core storage abstraction. Topics and partitions are implemented as logs. Logs are replicated across brokers within a Redpanda cluster for fault tolerance. + +See also: topic, partition