On Thu, 3 May 2001, mlw wrote: > I would bet it is a huge amount of work to use a "table space" system > and no one wants that. >From some stracing of 7.1, the most common syscall issued by postgres is an lseek() to the end of the file, presumably to find its length, which seems to happen up to about a dozen times per (pgbench) transaction. Tablespaces would solve this (not that lseek is a particularly expensive operation, of course). > Perhaps we can convince the Linux community to create a "dbfs" which > is a stripped down simple no nonsense file system designed for > applications like databases? Sync-metadata ext2 should be fine. Filesystems fsck pretty quick when they contain only a few large files. Otherwise, something like "smugfs" (now obsolete) might do. Matthew. ---------------------------(end of broadcast)--------------------------- TIP 6: Have you searched our list archives? http://www.postgresql.org/search.mpl
- [HACKERS] New Linux xfs/reiser file systems Bruce Momjian
- Re: [HACKERS] New Linux xfs/reiser file systems Alfred Perlstein
- Re: [HACKERS] New Linux xfs/reiser file systems Bruce Momjian
- Re: [HACKERS] New Linux xfs/reiser file syst... Alfred Perlstein
- Re: [HACKERS] New Linux xfs/reiser file ... Bruce Momjian
- Re: [HACKERS] New Linux xfs/reiser ... thomas graichen
- [HACKERS] Re: New Linux xfs/reiser file systems mlw
- Re: [HACKERS] Re: New Linux xfs/reiser file syst... Matthew Kirkwood
- Re: [HACKERS] Re: New Linux xfs/reiser file ... Tom Lane
- Re: [HACKERS] Re: New Linux xfs/reiser f... Bruce Momjian
- Re: [HACKERS] Re: New Linux xfs/rei... Kaare Rasmussen
- [HACKERS] Re: New Linux xfs/reiser file systems Bruce Momjian
- Re: [HACKERS] Re: New Linux xfs/reiser file ... bpalmer
- Re: [HACKERS] Re: New Linux xfs/reiser file ... Michael Samuel
- [HACKERS] Re: New Linux xfs/reiser file ... mlw
- Re: [HACKERS] Re: New Linux xfs/rei... Michael Samuel
- Re: [HACKERS] Re: New Linux xfs... Bruce Momjian
- [HACKERS] Re: New Linux xfs/rei... mlw