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