From 5b50bee17dea001416cd74827114d3ad0ed0fb75 Mon Sep 17 00:00:00 2001 From: Brandon Kobel Date: Mon, 3 May 2021 08:26:51 -0700 Subject: [PATCH] Adding section about how the RFC's approach scales (#99050) --- rfcs/0000_template.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/rfcs/0000_template.md b/rfcs/0000_template.md index 38825cd51a71..85d8674f1aff 100644 --- a/rfcs/0000_template.md +++ b/rfcs/0000_template.md @@ -50,6 +50,12 @@ If we implement this proposal, how will existing Kibana developers adopt it? Is this a breaking change? Can we write a codemod? Should we coordinate with other projects or libraries? +# How this scales + +Does this change affect Kibana's performance in a substantial way? Have we discovered +the upper bounds before we see performance degradations? Will any load +tests be added to cover these scenarios? + # How we teach this What names and terminology work best for these concepts and why? How is this