What are some ways to reduce the latency of streamload api. Currently I am using that API with batch of 15k records.
Table details:
• primary key table with 16 tablets (total 32 with replication)
• Total rows in target table 500 million and columns 50 columns.
• Table size if around 100GB.
Current api latency is 1-1.5 mins which is too high.
I am using partial update with row modes.