trino-db2 icon indicating copy to clipboard operation
trino-db2 copied to clipboard

Explore possibility of improving read performance by implementing baseJdbcClient.getSplits()

Open shawnzhu opened this issue 3 years ago • 0 comments

Out of this thread, I've learned that it could generate multiple splits for a query to boost read performance.

You can take a look at implementations of ConnectorSplitManager#getSplits , CassandraSplitManager is a decent example

shawnzhu avatar Mar 29 '21 13:03 shawnzhu