Skip to content

Is connnector-x beneficial for complex-query with lot of Joins? #194

Answered by wangxiaoying
rsampaths16 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @rsampaths16 , thanks for brining up this issue!

May I ask what is the destination dataframe you want? Also, may I ask what is the raw query that you refer here? ConnectorX convert the query result into a dataframe for further analysis purpose. So it would be fair if comparing with other tools (e.g. pandas, turbodbc) that also has the same dataframe as result.

ConnectorX is mainly targeting on the large query result fetching scenario. It speeds up the process by optimizing the client-side execution and saturating both network and machine resource through parallelism. When query gets complex, there will be overhead coming from metadata fetching. In ConnectorX, there are up to three info…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@rsampaths16
Comment options

Answer selected by rsampaths16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants