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

Implement scalable and performant on-disk storage

    XMLWordPrintableJSON

Details

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

    Description

      Our current on-disk storage has a number of issues:

      • only writes to one local disk (need to scale to at least 12)
      • exhausts file descriptors quickly (see KUDU-56)
      • causes a ton of seeks at startup (KUDU-374)
      • has big latency stalls on write due to ext4 journal-related chunky writeback
      • doesn't support features we'll eventually want to support such as tiered storage

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              tlipcon Todd Lipcon
              Votes:
              0 Vote for this issue
              Watchers:
              11 Start watching this issue

              Dates

                Created:
                Updated: