Re: Overhead of data types in cassandra

2016-09-11 Thread Eric Stevens
SSTable structure to get an > overview on what's the data layout. > > On Thu, Sep 8, 2016 at 4:23 AM Alexandr Porunov < > alexandr.poru...@gmail.com> wrote: > >> Hello, >> >> Where can I find information about overhead of data types in cassandra? >&

Re: Overhead of data types in cassandra

2016-09-08 Thread Oleksandr Petrov
check out classes like Cell and SSTable structure to get an overview on what's the data layout. On Thu, Sep 8, 2016 at 4:23 AM Alexandr Porunov wrote: > Hello, > > Where can I find information about overhead of data types in cassandra? > I am interested about blob, text, uuid, tim

Overhead of data types in cassandra

2016-09-08 Thread Alexandr Porunov
Hello, Where can I find information about overhead of data types in cassandra? I am interested about blob, text, uuid, timeuuid data types. Does a blob type store a value with the length of the blob data? If yes then which type of the length it is using (int, bigint)? If I want to store 80 bits