문제

I am uploading data from .csv files into Cassandra cluster deployed in Amazon EC2 using COPY command from EBS volume attached to it. I noticed that the Cassandra upload time increases very badly, with increase in size of the .csv file.

Is there a way in which I can tune the settings to increase the load rate for cassandra.. ?

도움이 되었습니까?

해결책

Use a real bulk loader. COPY is not appropriate for millions of records.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top