Uploaded image for project: 'Ignite'
  1. Ignite
  2. IGNITE-16697

[Versioned Storage] POC - add methods for versioned data storage

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 3.0.0-alpha5
    • None

    Description

      As a first step towards MV-storage in Ignite 3.0 it's required to have specific methods on the partition storage and index storage interfaces. These will replace currently available VersionedRowStore, which was a prototype in itself and doesn't correspond to a desired functionality.

      Partition storage needs:

      • addWrite(k, v, txId)
      • commitWrite(k, ts)
      • abortWrite(k)
      • read(k, ts)
      • scan(ts, tbd)
      • cleanup(tbd)

      Sorted index storage needs:

      • scan(lower, upper, bounds_options, projection, partition_filter, ts)

      Index updates will be hidden inside of addWrite, abortWrite and cleanup methods. No external "update" and "remove" are required.

      This particular issue is a precursor for the https://issues.apache.org/jira/browse/IGNITE-16611.

      Reference implementation is also required, it'll provide an example of what's expected from the storage and a set of tests to fix methods contracts.

      Attachments

        Issue Links

          Activity

            People

              ibessonov Ivan Bessonov
              ibessonov Ivan Bessonov
              Aleksandr Polovtsev Aleksandr Polovtsev
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 10h 20m
                  10h 20m