From 19c26eaf6bc2634508f7305500b424f40e546be4 Mon Sep 17 00:00:00 2001 From: Victor Schappert Date: Tue, 21 Dec 2021 21:12:08 -0800 Subject: [PATCH] Update status of dynamic splitting feature (issue #3) https://github.com/gogama/incite/issues/3 --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d7a84b4..95b9d9e 100644 --- a/README.md +++ b/README.md @@ -25,10 +25,9 @@ Features results and AWS recommends you chunk your queries into smaller time ranges if your query exceeds 10K results. Incite does this chunking automatically and merges the results of all chunks into one convenient stream. -- **Dynamic Splitting**. *Coming in v1.2.0!* Since v1.2.0, Incite can dynamically - detect when a query chunk exceeds the 10K result limit, split that chunk into - sub-chunks, and re-query the chunks, all automatically and without - intervention. +- **Dynamic Splitting**. Since v1.2.0, Incite can dynamically detect when a query + chunk exceeds the 10K result limit, split that chunk into sub-chunks, and + re-query the chunks, all automatically and without intervention. - **Multiplexing**. Incite efficiently runs multiple queries at the same time and is smart enough to do this without getting throttled or going over your CloudWatch Logs service quota limits.