Skip to content
This repository has been archived by the owner on Nov 2, 2018. It is now read-only.

Client: Only type check the first row of a result #24

Open
markisaa opened this issue Jul 31, 2014 · 0 comments
Open

Client: Only type check the first row of a result #24

markisaa opened this issue Jul 31, 2014 · 0 comments

Comments

@markisaa
Copy link
Contributor

The presto client API currently runs type checks against every single value it retrieves against the types specified by the user. This is unnecessary and has a performance impact. Fix this.

Note: The driver does NOT use the code path that does this type checking. This is only if you know the types in the database at compile-time, which the driver does not.

Low priority!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant