Date: Fri, 10 Jan 2003 10:16:13 -0800 (PST) From: "Bruce R. Montague" <brucem@mail.cruzio.com> To: freebsd-hackers@freebsd.org Cc: kmacmillan@coresolutions.ca Subject: re: anyone working on a new file system metaphor? Message-ID: <200301101816.h0AIGDi00692@mail.cruzio.com>
next in thread | raw e-mail | index | archive | help
re filesystems indexing by content, etc: > ... anyone working on a new file system metaphor? ... > ... universal indexing system ... *any* file of *any* > type in *any* location... Apologies (... by gum, we walked through feet, nay yards of snow...) * The very 1st issue of "The Computer Journal" in April 1958 has an article relevant to this: http://www3.oup.co.uk/computer_journal/hdb/Volume_01/Issue_01/ "Automatic retrieval of recorded information", Fairthorn: http://www3.oup.co.uk/computer_journal/hdb/Volume_01/Issue_01/010036.sgm.abs.html * You might find "Semantic File Systems", Gifford, et al., of interest: http://www.psrg.lcs.mit.edu/history/publications/Papers/sfsabs.htm http://www.informatik.uni-trier.de/~ley/db/conf/sosp/sosp91.html and anthing else calling itself a "semantic filesystem": http://www.objs.com/survey/OFSExt.htm * For one place to start, look up Gerard Salton and related work. If you can find it, see his book: "Automatic Text Processing: The Transformation, Analysis, and Retrieval of Information by Computer", Addison-Wesley, 1989. See also his SMART system (System for the Mechanical Analysis and Retrieval of Text). * Follow to journals such as JASIS, work in automatic indexing, "digital library", and "information science": http://www.asis.org/Publications/JASIS/jasis.html * This is all early work, there's been a lot lately, what with neural nets, etc.. Areas such as this, which have a feel of "subjective quality", often seem much harder to get right than one would like. Also, overhead is inevitably high, and seems to always grow higher than "feels right". So these systems become external-to-the-os databases. If in the OS, all too often it's like having a very non-deterministic database at the heart of your OS - not good. Maybe yours will be better! ... Perhaps you could extend "locate" ("man locate")? http://www.informatik.uni-trier.de/~ley/db/indices/a-tree/s/Salton:Gerard.html http://citeseer.nj.nec.com/cs?q=Gerard+Salton&submit=Search+Documents&cs=1 http://www.cs.cornell.edu/Info/Department/Annual95/Faculty/Salton.html http://www.asis.org/Features/Pioneers/salton.htm Salton G., "Automatic Text Analysis", Science, 1970, 168(3929):335-342. - bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200301101816.h0AIGDi00692>