How to Avoid Data Access Bottlenecks When Using Trino

1 abadid 1 7/15/2025, 5:56:26 PM starburst.io โ†—

Comments (1)

abadid ยท 20h ago
A lot of people don't realize how slow it is to access data in bulk from a database using JDBC. JDBC was never designed for the use case that Trino uses it for.