spring boot - Comparing two column family in cassandra -


i have 2 huge column family table-a , table-b checking see if both column family identical or not.

also, want return mismatch. there way in cassandra achieve this?

for such use case might want have @ spark cassandra connector.

you can create 2 dataframe/dataset , compare data using maybe df1.except(df2)


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -