Results 1 to 3 of 3

Thread: Journaling File System, .NET, and us!

  1. #1

    Thread Starter
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913

    Journaling File System, .NET, and us!

    With what apperas to be that Microsoft will be ditching NTFS in the future for a journaling FS based off SQL, what do you guys think that might mean for us? Will there be any benefits as .NET developers that you can think of?
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  2. #2
    PowerPoster hellswraith's Avatar
    Join Date
    Jul 2002
    Location
    Washington St.
    Posts
    2,464
    I am sure that we, as .net devs, will get a few more features we can take advantage of in the System.IO namespace. The thing is, they are not supposed to be releasing this to the public until 2005. That is a while away still, and who knows what they will do to it by then.

    The cool thing, from what I understand, about a journaling file system is that you can roll back changes to files because it logs them. At least that is what I have heard. Also, aren't searches supposed to be much faster because it looks in the journal instead of traversing the folder/file system looking for it?

  3. #3

    Thread Starter
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    Yeah, in theory it should be faster as location would not matter.

    Of course it still a coupe more years off, but its good to still be looking into the pros and cons ahead of time. Makes the switch much smotther and not as much a shock to such a radical new change.
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width