Hi I'm just wondering what option is fastest:

Global:***create table xxx (.....****|AND |**|default_time_to_live = 
|**|XXX|**|;|**||****and******UPDATE xxx USING TTL XXX;*

Line by line:

*INSERT INTO xxx (...****USING TTL xxx;*

Is there a overhead using line by line option or wasted disk space?

Thanks in advance.

Reply via email to