--
You received this message because you are subscribed to the Google Groups "ScyllaDB users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to scylladb-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/scylladb-users/f5d1b49f-258b-4f02-af35-c2a34252f64cn%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/scylladb-users/f119cdd4f5cfe6c902ad635fe087d33234ebe642.camel%40scylladb.com.
You received this message because you are subscribed to a topic in the Google Groups "ScyllaDB users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/scylladb-users/xn-ZOfaSy0I/unsubscribe.
To unsubscribe from this group and all its topics, send an email to scylladb-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/scylladb-users/f119cdd4f5cfe6c902ad635fe087d33234ebe642.camel%40scylladb.com.
Hey thanks for the answer;Indeed C* sstableloader stream sstable in // which make it fast.> load-and-stream will be faster. It is documented [1], and it works, we use it extensively.I should be stupid but I just don't understand where are supposed to be placed sstable.
The doc stated that this function can stream to another cluster ; so I guess I can put my files somewhere on another box and then do a nodetool ; but it's just doing nothing ?!If I had to put the sstable on one of my cluster node it will made the whole thing harder. Any hints?
You received this message because you are subscribed to a topic in the Google Groups "ScyllaDB users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/scylladb-users/xn-ZOfaSy0I/unsubscribe.
To unsubscribe from this group and all its topics, send an email to scylladb-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/scylladb-users/0a1b5481b3f21fd897096a4fac92beeaa0a63329.camel%40scylladb.com.
> Maybe it's harder, but that's what we have.Indeed it's working. But it's super non convenient for multiple reason.
First of all we need to be intra cluster to use it. Second the directory name is not fixed since it depends of the name of the sstable dir with an uuid. Third we can just hope than nodetool finish without error (like repair)/ Progress can only be found in server logs. I understand that scylla mimics c* behaviour but maybe there places for user friendly improvements?
You received this message because you are subscribed to a topic in the Google Groups "ScyllaDB users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/scylladb-users/xn-ZOfaSy0I/unsubscribe.
To unsubscribe from this group and all its topics, send an email to scylladb-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/scylladb-users/d5cea64891db4f8a95c2b4d1e4e6bac1baa3d323.camel%40scylladb.com.
> You can use sstableloader if load-and-stream is inconvenient for you.Things is that scylla sstableloader is super slow (contrary to the C* one, I suspect the implementation highly differ).
Currently I search to fast load 2 billions rows from sstable to scylla. I have sstables from other data pipeline jobs (currently we don't want to rewrite them but let see).
Quick follow up on this thread.
Concerning scylla ssttableloader it's still super slow despite putting enough concurrency. This is strange cause I test with a small insertion dev (on golang with 1000x goroutine concurrency) and I achieve correct result at inserting (100k insert/s).And also testing sstableloader with dummy mode, still super slow. So I'm really wondering why this tool is so slow (ok sstable format is hmm special )
To view this discussion on the web visit https://groups.google.com/d/msgid/scylladb-users/eb6feedf-26d4-4df2-95e1-5a8c218bd58dn%40googlegroups.com.