Hi I need to generate fake data for cassandra about 100 000 000 row so i tried to generate .csv file with 1 000 000 row and then import that in db 100 time, but there is a problem when I use COPY operator I must have all uuid, so using COPY isn't way, also I thing generate those record by user-defined but I'm not sure It will be worked.
May be someone have had issue like that and solve it, please help.