Skip to content

Commit

Permalink
Update status of dynamic splitting feature (issue #3)
Browse files Browse the repository at this point in the history
  • Loading branch information
vcschapp committed Dec 22, 2021
1 parent b91eac1 commit 19c26ea
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 19c26ea

Please sign in to comment.