Provide an API for raw binary BULK operations (export/import) in native format
Open
- Dominant language
- C#
- Stars
- 989
- Forks
- 340
- Avg merge
- 4d 19h
- Merged PRs (30d)
- 72
Description
### Is your feature request related to a problem? Please describe.
NpgsqlRawCopyStream used in postgresql allow fast binary copy and this does not exists on MSSQL
### Describe the solution you'd like
an API that allow to generate a DataExporter that can take a query or a table as source and a DataImporter that can take a DataExporter as input to stream the data from source to target in a native format
Contributor guide
Assessment
This issue has not been assessed yet.