Uploaded image for project: 'Apache Avro'
  1. Apache Avro
  2. AVRO-1208

Improve Trevni's performance on row-oriented data access

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Won't Do
    • 1.7.3
    • None
    • java
    • None

    Description

      Trevni uses an 64KB internal buffer to store values of a column. When accessing a column, it reads 64KB (if we do not consider compression and checksum) data from the storage layer. However, when the table is accessed in a row-oriented fashion (a entire row needs to be handed over to the upper layer), in the worst case (a full table scan and values of this table are all the same size), every 64KB data read can cause a seek.

      This jira is used to discuss if we should consider the data access pattern mentioned above and if so, how to improve the performance of Trevni. Row-oriented data processing engines, e.g. Hive, can benefit from this work.

      Attachments

        1. AVRO-1208.1.patch
          9 kB
          Yin Huai
        2. AVRO-1208.2.patch
          9 kB
          Yin Huai

        Activity

          People

            yhuai Yin Huai
            yhuai Yin Huai
            Votes:
            1 Vote for this issue
            Watchers:
            8 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: