Question

What is the use of hashes which are printed when statements are executed by cassandra-cli?

    default@testkeyspace] create column family testcolumnfamily;
    5ec1d928-3ee5-11e0-b34a-e700f669bcfc
    Waiting for schema agreement...
    ... schemas agree across the cluster

Thanks

Was it helpful?

Solution

That's the UUID of the schema version that was created. In old Cassandra versions, it helps disentangle things if multiple versions get established concurrently.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top