copy_tbl: Copy a table from one connection to another by chuncks

Description Usage Arguments

View source: R/utils.R

Description

Copy a table from one connection to another by chuncks

Usage

1
copy_tbl(tbl_name, schema, from_conn, to_conn, n = 1000000L)

Arguments

tbl_name

The table to copy

schema

The schema

from_conn

Origin DBI connection

to_conn

Destination DBI connection

n

Chunck size. Useful for very large tables.


zambujo/sqlclone documentation built on Nov. 26, 2019, 12:17 a.m.