sql: add a roachtest to benchmark COPY FROM STDIN #81725
Labels
A-migrations
Migrating to CRDB from another database vendor
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
T-sql-queries
SQL Queries Team
We need a benchmark representative of the dataloading path used by DMS services. AWS DMS is a client side streamed COPY of a CSV. The benchmark should use a reasonably complex schema (ie tpcc lineitem) and should have a quick variation (ie 10k rows) for simple single node spot testing and a larger multinode test with a dataset that won't fit in memory and can give us an indication of how load speed varies over time. Because of limited native support for COPY the roachtest will install postgresql and use psql to perform the COPY.
Jira issue: CRDB-16060
The text was updated successfully, but these errors were encountered: