Uploaded image for project: 'Apache AsterixDB'
  1. Apache AsterixDB
  2. ASTERIXDB-3453

Incompressible pages are not written as full pages

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Blocker
    • Resolution: Fixed
    • 0.9.10
    • 0.9.10
    • STO - Storage

    Description

      Incompressible pages are not written entirely. Although this won't impose an issue in a non-cloud deployment, but in a cloud deployment, this would mess up the file. The reason is that, in a cloud deployment, writes are "append-only". That means, writes' offsets cannot be used to determine the write position.

      Thus, if an incompressible page is written and the size of the page is smaller than a full page, this could write this page's content at the wrong position in the cloud storage – leading to have more bytes in local files than in the cloud.

      Attachments

        Activity

          People

            wyk Wail Y. Alkowaileet
            wyk Wail Y. Alkowaileet
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: