TechnologyMay 24, 2022

Cassandra Data Loading: 8 Tips for Loading Data into Astra DB

Sebastian Estevez
Sebastian EstevezDataStax
Alex Leventer
Alex LeventerEcosystem
Cassandra Data Loading: 8 Tips for Loading Data into Astra DB
curl -OL https://downloads.datastax.com/dsbulk/dsbulk-1.8.0.tar.gz
tar -xzvf dsbulk-1.8.0.tar.gz
dsbulk load -url https://storage.googleapis.com/bucket/filename.csv -k ks -t table -b ~/scb.zip -u client_id -p client_secret
dsbulk load --connector.csv.urlfile https://storage.googleapis.com/bucket/files.csv -k ks -t table -b ~/scb.zip -u client_id -p client_secret
--driver.advanced.connection.pool.local.size 16
--maxConcurrentQueries
--dsbulk.executor.maxPerSecond
--dsbulk.executor.maxInFlight
dsbulk load -url https://storage.googleapis.com/bucket/filename.csv -k ks -t table -b ~/scb.zip -u client_id -p client_secret --driver.advanced.connection.pool.local.size 16 --dsbulk.executor.maxPerSecond 10000 --dsbulk.log.maxErrors 100 --driver.advanced.retry-policy.max-retries=3 --report-rate 10
Discover more
data operationsDataStax Bulk LoaderDataStax Astra DB
Share
JUMP TO SECTION

Conclusion

One-stop Data API for Production GenAI

Astra DB gives JavaScript developers a complete data API and out-of-the-box integrations that make it easier to build production RAG apps with high relevancy and low latency.