It is not possible to compute the exact dimensions of data types like blob or map<text,text> in Cassandra as they are variable length data types. The size of blob data type depends on the size of bytes stored in it, whereas the size of map<text,text> is determined by the number of key-value pairs and the length of the text values. However, you can estimate the size of these data types based on the size of the data they store or by checking the size of the data stored in it using Cassandra's system tables.
Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss
Asked: 2021-11-28 11:00:00 +0000
Seen: 8 times
Last updated: Mar 19
How can SSL be used with CqlSessionFactoryBean in Springboot Cassandra?
What are the fundamental aspects of Spark's architecture?
How can I retrieve the Cassandra keyspace using double quotation marks?
How can Python import data from a centralized location?
Can one monitor row modifications on a Cassandra node?
Does ScyllaDB support the OR operator?
What is the process to create a Cassandra image with required configurations?