I'm using HBase 0.20.6.

For column definitions are VERSIONS and TTL mutually exclusive?

For example, what happens if I define a column like so:

create "pages", {NAME => 'info', COMPRESSION=>'gz', VERSIONS=>30, TTL =>
'2592000'}


Will only one of VERSIONS and TTL be used ? If so, which?

J

Reply via email to