Uploaded image for project: 'IMPALA'
  1. IMPALA
  2. IMPALA-11116

DESCRIBE HISTORY should be parameterized

    XMLWordPrintableJSON

Details

    • ghx-label-2

    Description

      Currently DESCRIBE HISTORY lists the whole history of the table.

      This could be a very long list. It would be good if the statement had filtering capabilities.

      E.g.:

      DESCRIBE HISTORY <table> BETWEEN <ts1> AND <ts2>;
      DESCRIBE HISTORY <table> FROM <ts>;
      

      <ts> could be an expression that evaluates to a timestamp. E.g.:

      DESCRIBE HISTORY <table> FROM now() - interval 1 days;

      BETWEEN, AND, and FROM are keywords in the SQL standard already.

      Attachments

        Issue Links

          Activity

            People

              tmate Tamas Mate
              boroknagyz Zoltán Borók-Nagy
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: