Create column families
URL
POST http://smoltable:9876/v1/table/[name]/column-family
Example body
Example response
Define a locality group
You may create and group multiple column families into a locality group. However, the column families can not be created upfront and then moved into a locality group.
Configure garbage collection
See the chapter Data Retention for more information about garbage collection.
Parameters
gc_settings.version_limit
Maximum amount of versions to keep per cell. Oldest versions are deleted first.
gc_settings.ttl_secs
Time-to-live in seconds per cell.