From 6385aca1a0d4c9e7e3ac8065debd7542ceffbd35 Mon Sep 17 00:00:00 2001 From: Brian Mesick Date: Mon, 10 Jun 2024 13:36:50 -0400 Subject: [PATCH] docs: Update pipeline defaults --- docs/how-tos/production_configuration.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/how-tos/production_configuration.rst b/docs/how-tos/production_configuration.rst index 07d3ddb..4f79538 100644 --- a/docs/how-tos/production_configuration.rst +++ b/docs/how-tos/production_configuration.rst @@ -10,8 +10,8 @@ Aspects can be configured to send xAPI events to ClickHouse in several different At a high level the options are: -Celery tasks without batching (default) ---------------------------------------- +Celery tasks without batching (default as of 1.0.0) +--------------------------------------------------- **Recommended for:** Development, testing, or very small deployments. @@ -31,8 +31,8 @@ Cons: - ClickHouse is much less efficient with many small inserts, resulting in the possibility of insert delays or even errors if there are many simultaneous single row inserts -Celery tasks with batching --------------------------- +Celery tasks with batching (default from 1.0.1 and above) +--------------------------------------------------------- **Recommended for:** small-to-medium sized production deployments. This option has been load tested up to significant levels.