cql-calculator icon indicating copy to clipboard operation
cql-calculator copied to clipboard

Calculating Cassandra partition size

Results 4 cql-calculator issues
Sort by recently updated
recently updated
newest added

For the size required for each column, what's the unit? Is it the number of characters, number of bytes or the size when serialized?

The installation instructions in the README no longer work. ```bash ❯ go get -u github.com/johnnywidth/cql-calculator/cmd/cql-calculator go: go.mod file not found in current directory or any parent directory. 'go get' is...

The https://www.cqlguru.io site returns the following error when you click Calculate without changing anything. ``` Holy guacamole! TypeError: Load failed ```

When pasting a query that has [comments](https://docs.datastax.com/en/cql-oss/3.1/cql/cql_reference/cqlRefComment.html), the program fails: ```bash $ cql-calculator -query 'create table if not exists mytable ( value1 text, // this is line comment value2 text,...