11 lines
288 B
Markdown
11 lines
288 B
Markdown
---
|
|
layout: default
|
|
title: Buffers
|
|
parent: Pipelines
|
|
has_children: true
|
|
nav_order: 20
|
|
---
|
|
|
|
# Buffers
|
|
|
|
Buffers store data as it passes through the pipeline. If you implement a custom buffer, it can be memory based, which provides better performance, or disk based, which is larger in size. |