starrocks icon indicating copy to clipboard operation
starrocks copied to clipboard

Support async lookup for StarRocks connector

Open Bryce-Loski opened this issue 2 years ago • 3 comments

Feature request

Is your feature request related to a problem? Please describe.

Support async lookup for Support async lookup for HBase connector.

Describe the solution you'd like

extends AsyncTableFunction
Describe alternatives you've considered

Additional context

Bryce-Loski avatar Apr 18 '23 09:04 Bryce-Loski

Currently, StarRocks doesn't support async query. Can you give more information about your need that why you need a async lookup.

jaogoy avatar Jun 20 '23 02:06 jaogoy

I am using tables stored in StarRocks as dimension tables. If it doesn't support asynchronous queries, I'll have to synchronously query the database for each piece of data. This would slow down the execution of my program. Although increasing parallelism can alleviate this issue, it is not the most optimal solution.

Bryce-Loski avatar Nov 17 '23 11:11 Bryce-Loski

We have marked this issue as stale because it has been inactive for 6 months. If this issue is still relevant, removing the stale label or adding a comment will keep it active. Otherwise, we'll close it in 10 days to keep the issue queue tidy. Thank you for your contribution to StarRocks!

github-actions[bot] avatar May 20 '24 11:05 github-actions[bot]