:: Avaleht :: Dokumentatsioon :: KKK :: Mis on BSD :: Kust Saab? :: Abi :: BSD Eesti ::

FreeBSD UFS veaparandus

Selle uudise lisas kalts

     
dillon      2002/06/22 11:08:04 PDT

  Modified files:        (Branch: RELENG_4)
    sys/ufs/ufs          ufs_readwrite.c 
  Log:
  MFC 1.90.  Fix a major performance issue that was introduced in late
  2000.  Setting B_CLRBUF for the BALLOC call unexpectedly caused BALLOC
  to issue a read-before-write for each fs block, resulting in a huge
  (4x) performance penalty due to extra I/Os and lack of clustering.
  This workaround avoids the unnecessary read resulting in full write
  clustering performance to media.  It is expected to have major visible
  effects only on large news systems (e.g. INN cyclic buffers), and databases,
  especially on hardware RAID systems (10x), and has already been shown to
  have a huge positive effect on INN.  Most other programs use write-append
  which is already optimal.
  
  This patch does not fix the double-memory-copy to the filesystem buffer.
  That is a more difficult problem and is being worked on as a separate
  issue.
  
  Reviewed by:    mckusick, tegge
  
  Revision   Changes    Path
  1.65.2.11  +11 -7     src/sys/ufs/ufs/ufs_readwrite.c


BSD uudised:

bsdcan 2008 slaidid
09.06.2008 - 09:09:29

BSD arendajad räägivad
03.03.2006 - 14:48:17

reliisid kõikjal
04.11.2005 - 21:51:07

daemonest 2005
03.06.2005 - 16:47:22

bsd securefestil
11.04.2005 - 23:46:54






    
Wiki:

bsd:kogemused.clock
2009-05-08 11:59

bsd:mailserver
2008-08-27 09:34






10000101101000011