linearregression / hypertable

Automatically exported from code.google.com/p/hypertable
GNU General Public License v2.0
0 stars 0 forks source link

Dynamic TTL for rows on insert: feature request #770

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,

Is it possible you can add TTL to be specified when inserting into table? 
Currently users are only able to specify TTL for the whole column family.

Example HQL:

INSERT INTO tbl values ('row1', 'col1', 'value1') TTL = 2 MONTHS;

Thanks in advance!

P.S. Sorry for write writing this here.

Original issue reported on code.google.com by edo...@gmail.com on 19 Jan 2012 at 1:11

GoogleCodeExporter commented 9 years ago

Original comment by nuggetwh...@gmail.com on 18 Mar 2012 at 5:05