This is an automated email from the ASF dual-hosted git repository.
kfaraz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git
The following commit(s) were added to refs/heads/master by this push:
new ceed4a0634f Docs: Update list of ingestion types that support
concurrent append and replace (#16852)
ceed4a0634f is described below
commit ceed4a0634f0aac56ef3e570feb71054aff53bbf
Author: aaronm-bi <[email protected]>
AuthorDate: Thu Aug 8 10:36:22 2024 +0800
Docs: Update list of ingestion types that support concurrent append and
replace (#16852)
---
docs/ingestion/concurrent-append-replace.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/ingestion/concurrent-append-replace.md
b/docs/ingestion/concurrent-append-replace.md
index 3b7b74f7571..5e9286de5e6 100644
--- a/docs/ingestion/concurrent-append-replace.md
+++ b/docs/ingestion/concurrent-append-replace.md
@@ -23,7 +23,7 @@ title: Concurrent append and replace
-->
:::info
-Concurrent append and replace is an [experimental
feature](../development/experimental.md) available for JSON-based batch and
streaming. It is not currently available for SQL-based ingestion.
+Concurrent append and replace is an [experimental
feature](../development/experimental.md) available for JSON-based batch,
streaming, and SQL-based ingestion.
:::
Concurrent append and replace safely replaces the existing data in an interval
of a datasource while new data is being appended to that interval. One of the
most common applications of this feature is appending new data (such as with
streaming ingestion) to an interval while compaction of that interval is
already in progress. Druid segments the data ingested during this time
dynamically. The subsequent compaction run segments the data into the
granularity you specified.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]