This repository was archived by the owner on Jun 22, 2025. It is now read-only.
Is possible to cache table schema when writing data with ClickhouseBulkCopy #612
Unanswered
xichenAiguang
asked this question in
Q&A
Replies: 1 comment
-
If you cache your BulkCopy instance and call InitAsync once, the database schema will be cached |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
As title, I tried loading data to Clickhouse with BulkCopy, while I found that method will load column name and data type from CH every time. Is possible to cache these kind infos since my table schema doesn't update frequently.
Beta Was this translation helpful? Give feedback.
All reactions