-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Description
from slack
me
how fast can u update a single row? including time to trigger spark-submit, unless there is faster way
Sudha
there is a performance page to give you idea - https://hudi.apache.org/docs/performance.html . Hope thats useful.
hudi.apache.orghudi.apache.org
Performance
In this section, we go over some real world performance numbers for Hudi upserts, incremental pull and compare them againstthe conventional alternatives for achieving these tasks.
me
@sudha it doesn't help, I want to know if Hudi can update 1 single row in less than 10 seconds?
Sudha
Not sure if there is a straight answer to your question. Especially when you are considering spark submit trigger times etc. Usually spark-submit uploads jars and if there are many jars, it could take in the order of minutes. It would be useful to create a Github issue what is your exact use case so we can point you to the right set of configs in Hudi to achieve that.