On Mon, May 15, 2006 at 05:42:53PM -0700, Joshua D. Drake wrote: > >Windows98? No, those decisions predate any thought of running Oracle > >on Windows, probably by decades. But I think the thought process was > >about as above whenever they did make it; they were running on some > >pretty stupid OSes way back when. > Windows XP? > ****runs****
You guys have to kill your Windows hate - in jest or otherwise. It's zealous, and blinding. I'm picking on you Joshua, only because your message is the one I saw last. Sorry... Writing your own block caching layer can make a lot of sense. Why would it be assumed, that a file system designed for use from a desktop, would be optimal at all for database style loads? Why would it be assumed that a file system to be used for many different smaller files would be optimal at all for database style loads? It's always going to be true, that the more specific the requirements, the more highly optimized one can design a system. The Linux block caching layer, or file system layout can be beat *for sure* for database loads. The real question - and I believe Tom and others have correctly harped on it in the past is - is it worth it? Until somebody actually pulls up their sleeves, invests a month or more of their life to it, and does it, we really won't know. And even then, the cost of maintenance would have to be considered. Who is going to keep up-to-date on theoretical storage models? What happens when generic file system levels again surpass the first attempt? Personally, I believe it would be worth it - but only to a few. And these most of these few are likely using Oracle. So, no gain unless you can convince them to switch back... :-) Cheers, mark -- [EMAIL PROTECTED] / [EMAIL PROTECTED] / [EMAIL PROTECTED] __________________________ . . _ ._ . . .__ . . ._. .__ . . . .__ | Neighbourhood Coder |\/| |_| |_| |/ |_ |\/| | |_ | |/ |_ | | | | | | \ | \ |__ . | | .|. |__ |__ | \ |__ | Ottawa, Ontario, Canada One ring to rule them all, one ring to find them, one ring to bring them all and in the darkness bind them... http://mark.mielke.cc/ ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match