0

I'm using Bigtable for a project I'm working on and I've been assuming the column keys in a column family are ordered lexicographically.

Just to reassure my assumptions, I'd like to confirm the column keys within a column family are guaranteed to be ordered lexicographically by the column key when retrieved from Bigtable?

pxlator
  • 13
  • 5

1 Answers1

1

Rowkeys in Cloud Bigtable sorted Lexicographically.

Column Qualifiers - are as well.