Hi, reading: https://phoenix.apache.org/language/
confused with stmt:

 Otherwise, data is buffered on the client and, if auto commit is on,
committed in row batches as specified by the UpsertBatchSize connection
property (or the phoenix.mutate.upsertBatchSize HBase config property which
defaults to 10000 rows)

I wrote a test for upsert, it sends upserts to hbase immediately. What is
the right way to
buffer upsert on server side and send it to HBase in small batches?

Reply via email to