Hi,
I am wondering if there is any reason as to why the SS Table format doesn’t
> have a GUID
I don't know for sure, but what I can say is that GUID is often used to
solve the incremental issue on distributed system. SSTables are store on
one node, so increment works. So I would say this worked
Hello,
I am wondering if there is any reason as to why the SS Table format doesn't
have a GUID. As far as I can tell, the incrementing number isn't really used
for any special purpose in code, and having a unique name for the file seems to
be a better thing, in general.
Specifically, this caus