Skip to content

Thoughts about inserting #13

@waralex

Description

@waralex

So far just thoughts for discussion

  • insert requires 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

No one assigned

    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