--
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-users+unsubscribe@googlegroups.com.
To post to this group, send email to scylladb-users@googlegroups.com.
Visit this group at https://groups.google.com/group/scylladb-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/scylladb-users/b3197d5f-669a-4d95-91f9-aa48c2fcb881%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hello!I'm in the process of picking cassandra-like database to migrate 100mln records from Postgres.So I'm trying to compare Cassandra, ScyllaDB and Rocksandra on similar hardware (HDD disks, for now - I know, Scylla prefers SSD, but I don't have them yet, and I need to know how much space I need).I've noticed that Scylla takes 10x times more disk space than Cassandra/Rocksandra, so I quickly run out of disk space.I wonder what is the reason of this?
The data is evenly distributed across partitions and record size is small (see cfhistograms below).It seems that for every partition (user_id - see table structure below) Scylla reserves like 1Mb of disk space, and it doesn't matter how many records are stored in this partition.
While Cassandra stores only what is need.Probably, this is expected behaviour, but I couldn't find much information about it.Is there any setting that configures this reserved disk space?I expect that I will have roughly numRecords = numPartitions*10, and each partition to hold normally 1-300 records for 95% of data, and 300-10000 records for 5% of data.And there will be like like 5-10 similar denormalized tables, so disk space will be multiplied even more, so...I would be grateful for any advice!Thanks in advance!Cho==============================My table structure is the following:CREATE TABLE element_by_user (user_id bigint,element_id text,...+ 3 text fields (not more than 100 characters)+ 10 timestamp fields (sparsely filled, mostly nulls)
--
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-users+unsubscribe@googlegroups.com.
To post to this group, send email to scyllad...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to scylladb-user...@googlegroups.com.
To post to this group, send email to scyllad...@googlegroups.com.
10X is not normal or expected if you have 3 text fields that have data, unless:
- the field names are very long, or
- the amount of data in the field is very small, or
- element_id contents is very large
To unsubscribe from this group and stop receiving emails from it, send an email to scylladb-user...@googlegroups.com.
To post to this group, send email to scyllad...@googlegroups.com.
Visit this group at https://groups.google.com/group/scylladb-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/scylladb-users/CAD-J%3Dzb3HkfRpM5FnWoUXU4Yj5KZEAgaTCg0A6%2B35-nYoht%2BwQ%40mail.gmail.com.
To unsubscribe from this group and stop receiving emails from it, send an email to scylladb-user...@googlegroups.com.
10X is not normal or expected if you have 3 text fields that have data, unless:
- the field names are very long, or
- the amount of data in the field is very small, or
- element_id contents is very large
To post to this group, send email to scyllad...@googlegroups.com.
Visit this group at https://groups.google.com/group/scylladb-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/scylladb-users/b3197d5f-669a-4d95-91f9-aa48c2fcb881%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
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-users+unsubscribe@googlegroups.com.
To post to this group, send email to scylladb-users@googlegroups.com.
Visit this group at https://groups.google.com/group/scylladb-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/scylladb-users/CAD-J%3Dzb3HkfRpM5FnWoUXU4Yj5KZEAgaTCg0A6%2B35-nYoht%2BwQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
--
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-users+unsubscribe@googlegroups.com.
To post to this group, send email to scylladb-users@googlegroups.com.
Visit this group at https://groups.google.com/group/scylladb-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/scylladb-users/ef201c14-941b-15d8-a9f0-e0c4dce95af7%40scylladb.com.
To unsubscribe from this group and stop receiving emails from it, send an email to scylladb-user...@googlegroups.com.
To post to this group, send email to scyllad...@googlegroups.com.
Visit this group at https://groups.google.com/group/scylladb-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/scylladb-users/b3197d5f-669a-4d95-91f9-aa48c2fcb881%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.