Support microsecond timestamp precision
Currently Bigtable only supports millisecond timestamp precision:
https://cloud.google.com/bigtable/docs/reference/admin/rpc/google.bigtable.admin.v2#google.bigtable.admin.v2.Table.TimestampGranularity
My application expects microseconds, and I've had to make some clunky bug-prone adjustments to shoehorn it into working with milliseconds. It would be great to have microsecond precision.
2
votes
