Uploaded image for project: 'Kudu'
  1. Kudu
  2. KUDU-2868

Support TTL in kudu

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • None

    Description

      In development scenario we usually want to use TTL feature to discard rows that have not been updated for a while and kudu do not support that yet. Currently kudu may can use range partition to drop partition out of date to handle TTL style case but this can not completely cover our needs. Drop partition can not handle partial updates such as when out of date partition contains rows been updated recently it can't be dropped. Those long-term non-updated rows are not needed but still occupying storage space. It's meaningful for kudu to support row level TTL.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              ZhangYao ZhangYao
              Votes:
              1 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated: