Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Jan 2010 23:54:14 +0000 (UTC)
From:      Alexander Motin <mav@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sbin/geom/class/stripe geom_stripe.c
Message-ID:  <201001152354.o0FNsPgs040998@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
mav         2010-01-15 23:54:14 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sbin/geom/class/stripe geom_stripe.c 
  Log:
  SVN rev 202426 on 2010-01-15 23:54:14Z by mav
  
  MFC r201658:
  Increase default block size from 4K to 64K. It was reduces 6 yeard ago,
  when trees were big and FAST mode was enabled by default.
  
  So small block size doesn't benefits linear I/O operations in FAST and
  significantly slowdowns in ECONOMIC (default) mode. For single stream random
  I/Os so small block doesn't give much benefits, as access time is usually
  bigger then transfer time there. Same time it requires all heads to seek
  together for every single request, reducing performance on parallel load.
  
  Revision  Changes    Path
  1.16.2.1  +1 -1      src/sbin/geom/class/stripe/geom_stripe.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001152354.o0FNsPgs040998>