KairosDB built in top of cassandra, but the cassandra have row key partition limit, Is that partition limit is applicable to this also?
Is there any row key partition limit in KairosDB
249 views Asked by Charan Adabala At
2
There are 2 answers
0
On
we already discussedvia the kairosDB discussion group, but you raise an interesting question here.
I am sure that if you come over 2^64 you will have much more problems than the index capability of Cassandra. Imagine you're only using 1 byte per series, that means 1.84e19 bytes... Only Google or facebook know yet how to store 18 exabytes, which is a cosmic size.
Yes, it has the same limitation -- in the Getting Started section you can read what follows:
HTH, Carlo