Skip to content

BulkInsert issue with changing database schema #72

@riedd2

Description

@riedd2

Hey all,

I'm using BulkInsertAsync in parallel with different / changing table schemas.
I run in to some problems because the framework caches the table schema. I found the following relate issue: #24

Unfortunately, the static InformationSchemaManager.ClearInformationSchemaTable(); workaround does not work in our scenario.

I would like to implement a custom schema cache to prevent / control the schema caching. However, the approach mentioned in the linked ticket is no longer available.

Can you advise me in this scenario?

Thanks for the help.
Kind Regards
David

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions