문제

I am new to Cassandra.

Lets say I have 1,000,000 columns. I would like to return only columns that have the string 'test' in the column name.

Is it possible with Cassandra/Pycassa?

도움이 되었습니까?

해결책

You can only filter columns whose names start with "test". Otherwise you'll have to do the filtering in your own code.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top