[YSQL] Support loading large data sets into YSQL using COPY #5241
Labels
area/docdb
YugabyteDB core features
area/ysql
Yugabyte SQL (YSQL)
kind/enhancement
This is an enhancement of an existing feature
roadmap-tracking-issue
This issue tracks a major roadmap item, and usually appears in the roadmap list.
This is a master issue to track improving transactions which have a very large number of operations, as well as provide various options to batch load data more efficiently.
\copy
(or COPY FROM stdin)\copy
(and COPY FROM stdin) to improve performance for large datasetsAs noted in the referenced issues above, these were tested (on a small local cluster) with data sets of at least up to
15gb
in size (corresponding to~375
million rows).The text was updated successfully, but these errors were encountered: