문제

Is that possible to set up a Time-To-Live for inserted entries with a Vertica database? if Yes at which level ..? table ? a entire database ? a simple entry ?

올바른 솔루션이 없습니다

다른 팁

To my knowledge, Vertica does not have this capability. You can try using a temporary table which allows for the table to be dropped once rows are committed in a transaction.

Vertica does not handle this types of events native, but it can be done.

  1. Use UDF's to this for you.
  2. Use Talend or Pentaho to plan a job to do this task.

Advice: - Vertica does not handle well often deletes, and if you choose to do this make sure you tune up you DB well to hanlde this type of work.

Question : What is this for ? Maybe there is a better solution for it !

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top