From b303439f2456e519e78f932b32f6ca3617e84f92 Mon Sep 17 00:00:00 2001 From: Clement Rey Date: Thu, 13 Apr 2023 09:57:22 +0200 Subject: [PATCH] date and link --- design/batching.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/design/batching.md b/design/batching.md index 42383ae76814..166f55f09252 100644 --- a/design/batching.md +++ b/design/batching.md @@ -1,3 +1,6 @@ +- Start Date: 2023-03-18 +- PR: [rerun-io/rerun#1610](https://github.com/rerun-io/rerun/pull/1610) + # End-to-end batching A design proposal for end-to-end data batches, from their creation on the client SDK and all the way until their end of life (GC).