-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
So far just thoughts for discussion
-
insertrequires that all columns in the table are passed. This requirement is clearly redundant - the clickhouse handles insertion with missing columns without any problems -
This needs to be checked separately, but it seems to me that the clickhouse converts data when inserted. If this is the case, then perhaps we should define the type in the native protocol based on the Julia type rather than the type in the table schema. This would save us a lot of work on converting types
-
We clearly need a way to insert from a row format
Metadata
Metadata
Assignees
Labels
No labels