Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement native bulk importers where possible #24

Open
cboettig opened this issue May 21, 2019 · 1 comment
Open

Implement native bulk importers where possible #24

cboettig opened this issue May 21, 2019 · 1 comment

Comments

@cboettig
Copy link
Member

Ideally, arkdb should detect when the input file is compatible with a known bulk importer method and then use that to import rather than importing in chunks.

For instance, MonetDB and duckdb have quite reasonable bulk importers. Others can at least do csv. In most cases this should be much faster than chunking, though tends to be less flexible and will need a mechanism to override

@cboettig
Copy link
Member Author

#24, #27 implement an example for MonetDBLite.

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

No branches or pull requests

1 participant