ch_insert: Insert records by batches in a Clickhouse table

View source: R/ClickHouse.R

ch_insertR Documentation

Insert records by batches in a Clickhouse table

Description

Insert records by batches in a Clickhouse table

Usage

ch_insert(con, dbName, tableName, value, by = 10^6)

Arguments

con

the clickhouse connection

dbName

the name of the database

tableName

the name of the table

value

the table to import

by

the size of the batch: number of records to import together (default: 10^6)

Value

No return value, called for side effects


TKCat documentation built on Feb. 16, 2023, 10:51 p.m.