DS210 CQL COPY Course: https://academy.datastax.com/units/21022-cql-copy-dse-operations-apache-cassandra
OK for using
COPY
in production DB for small amount of data
Can you define "small amount" ?
Or more exactly, what is the practicable size limit of a CSV (in rows, columns, CSV file size?) before the use of COPY FROM
is discouraged? A ball park number would be enough.