You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Druid User
Hi, Is there a way to see how long it took Druid to ingest each row of data? For example, something like an ingestion timestamp indicating when each record was ingested into druid. Wanted to get an idea of what the ingestion latency looks like, especially if there are some transformations done at ingestion time.
Thanks!
Didip Kerabat
unread,
Oct 21, 2021, 1:12:23 PM10/21/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Druid User
You can extrapolate based on how fast each sub_task ingest a single parquet file.
And then divide that number with how many rows a parquet file contained.