Uploaded image for project: 'Lustre'
  1. Lustre
  2. LU-15223

Improve partial page read/write

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Unresolved
    • Icon: Minor Minor
    • None
    • Lustre 2.12.0, Lustre 2.12.4
    • Arch: aarch64 (client)
    • 3
    • 9223372036854775807

      Currently, when the user issues a partial page read/write, Lustre (including client side and server side) will convert it into a full page read/write.

      This is not efficient for small read/write operations , say if you want to read/write several bytes from a file, actually Lustre will  read/write a full page. This will become even worse for large PAGE_SIZE 64KB.

      Make Lustre do a real partial page read/write which the read/write range is actual from start to end(which are given by the user), so that we can get an efficient small read/write.

            xinliang Xinliang Liu
            xinliang Xinliang Liu
            Votes:
            0 Vote for this issue
            Watchers:
            8 Start watching this issue

              Created:
              Updated: