-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[duckdb] Operation Foie Gras (#1457)
Time to force-feed the duck. Pre-allocated all Avro deserializers, connection, prepared statement as well as the InsertProcessor, so that the hot path has as little to do as possible. Miscellaneous: - Changed the unhandled type policy from FAIL to SKIP. - Made DVRT implement Closeable. - Added a new useUniformInputValueSchema() API to DVRT: - If false (default), SIT will give whatever incoming record in the schema it comes in. - If true (which the DuckDB DVRT does), SIT will use Avro schema evolution to decode the incoming records into the same schema which it passed into the DVRT constructor.
- Loading branch information
Showing
12 changed files
with
157 additions
and
72 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.