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?