-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add StarRocks Connector #17329
Comments
Re-open it if we think we need it. |
Is there a more comprehensive description of why this issue was closed? |
Probably because @chenjian2664 no longer needs it? |
@hashhar Thanks for the attention, let me open it. Hopefully it can get reviewed |
@chenjian2664 have you tried using the MySQL connector? Starrocks is mysql compatible. |
@jakemongaya I tried. StarRocks is a OLAP database system, but it is usual that there will be multi ways to interact with the database, it's worth to add a connector for it.
I am not sure how much the database can achieve. Even the database can fully make it, but in that way there might loose lots of chances for optimization of StarRocks, some best practice for MySQL may not suitable for the StarRocks. |
Upvoting, it will be nice. Mysql connector connects but not show tables, only schemas |
Expecting, Is there some progress on this? |
+1 |
Hi @brunomarram , for now you can set below parameters to
Then you will see all tables stored in the
But we tested TPCH and found that the speed is much slower than querying StarRocks directly, partially because the aggregation pushdown to StarRocks is weak in the mysql connector. |
Hello, thank you very much for providing the configuration to support trino connecting to starrocks. I have configured it according to the above, but I still can’t see the table, only the library. The used trino:430, starrocks:3.1.8, I don’t know about you. What versions can be queried during edge testing? |
Hi @A-little-bit-of-data , we use Trino 423 and StarRocks 3.2 (without the storage-compute separation mode). The key parameter to see tables in StarRocks is the I understand why you want to have such a querying chain, because StarRocks 3.x (with the storage-compute separation mode) can querying Hive 3X faster than Trino for now(with the C++ X86 AVX2 vectorization SIMD), but please be patient, the |
Any news? |
We finished the Starrocks/Doris interlnal storage direct source connector.Include dynamicFilter、Pushdown and some featrue. Faster than JDBC connector about 30%-50%. If community need it please let me know. |
The community needs it) |
Hi @Max-Cheng , it is essential to support Starrocks connector in Trino. |
@nqvuong1998 @dishkakrauch |
Creat a draft PR for the Starrocks Connector |
StarRocks https://www.starrocks.io/
The text was updated successfully, but these errors were encountered: