All of lore.kernel.org
 help / color / mirror / Atom feed
* filesystem <-> database
@ 2004-01-12 21:33 Viktors Rotanovs
  2004-01-13 10:15 ` Nikita Danilov
  0 siblings, 1 reply; 3+ messages in thread
From: Viktors Rotanovs @ 2004-01-12 21:33 UTC (permalink / raw)
  To: reiserfs-list

Hi,

I recently converted filesystem (reiser3.6) containing lots of small 
files (400000 files, about 10 bytes each, Cyrus IMAP quota files) to CDB 
database format (http://cr.yp.to/cdb.html plus some patching to make it 
read-write), thus gaining significant performance improvement (load avg 
was 5, became 3).
What is the best way to do the same for other similar small files, using 
Reiser4? As far as I can understand, I could:
1) just put everything on Reiser4, with no changes
2) write some plugin for Reiser4
Is it possible to reduce file size on disk by not saving file ownership, 
modification time, etc.?
How much kernel's VFS interface, switching to kernel and back, directory 
caching, etc. does slow down these operations?

Best Wishes,
Viktors




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2004-01-13 14:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-01-12 21:33 filesystem <-> database Viktors Rotanovs
2004-01-13 10:15 ` Nikita Danilov
2004-01-13 14:37   ` Viktors Rotanovs

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.