Recommended Posts

What is "WinFS"?

"WinFS" is the active storage subsystem in "Longhorn" that is used for searching, organizing, and sharing data. "WinFS" maintains a store of items and their properties, and provides a system service in "Longhorn" to retrieve information when it's needed. Because "WinFS" allows organization and retrieval of items based on properties (such as author or title), users can find things more quickly. Users can also organize, relate, and act on their documents, music, photos, e-mail, calendar information, and other types of items more efficiently.

What are the benefits of Using "WinFS"

In "WinFS," how information is organized is separate from how that information is stored physically. How users and applications organize information is also separate from how the information is saved. Data can be organized using a connected folder structure, namespaces, properties, tables, invariant identities, or relationships.

To benefit developers, the "WinFS" platform supports unified data services for all end-user applications. Integrated data services such as synchronization, notification, a unified store, and a common security model, and their integration with other technologies such as peer-to-peer networking and directory services, make data sharing among applications easier. These data services enable you to write applications that exchange data with applications built by other software developers. Also, "WinFS" works with other Windows-based technologies to allow information sharing remotely with both "WinFS" and non"WinFS" stores.

What is "WinFS" capable of?

"WinFS" supports efficient indexing of file content, which enables rich querying that is very difficult to achieve with other file systems. For example, in "WinFS" it is easy to search files based on their content and other criteria such as file name, title, author, or date of publication. This would be difficult, if not impossible, in a traditional file system such as NTFS. In addition, "WinFS" still has efficient streaming capabilities?the cornerstone of traditional file systems?to handle large data values.

"WinFS" can also be used with computers running earlier versions of Windows that support the NTFS file system. Files stored in "WinFS" can be accessed using the new "WinFS" API or the existing Win32 API. Therefore, existing Win32 applications can work with files stored in "WinFS" with little or no modification.

In "Longhorn," files can be stored either in "WinFS" or on NTFS, but "WinFS" is more efficient and effective than NTFS for organizing, searching for, and sharing files. "WinFS" is particularly useful for storing data that needs to be queried or shared by users or applications. Advantages are largely because "WinFS" data is schematized, and the items can be related to each other in more than one way and, therefore, can be searched in multiple ways. You can still use NTFS for storing files that have few or no searching and sharing requirements. In fact, "Longhorn" uses NTFS for all the Windows system files needed for starting up and running the system.

Link to comment
https://www.neowin.net/forum/topic/111679-what-is-winfs/
Share on other sites

I don't know if you know this, but WinFS uses NTFS - it doesn't replace it.

It is a layer ONTOP of NTFS.

(also see here: http://www.winsupersite.com/faq/longhorn.asp)

So you always save your file to the underlying NTFS filesystem

This has been pointed out many times by Microsoft

I can see that you have used this document pretty much (copying different parts directly):

http://msdn.microsoft.com/Longhorn/underst...pic_storage.asp

and I can see that reading some of this, would allow one to think that WinFS was an all new filesystem (replacing NTFS), but i think when they talk about saving to either WinFS or NTFS, it has to do with the process of saving the file, rather than the actual "bit" saving.

I think (I'm just thinking out loud here) that if you "save" to WinFS you might have to apply additional information in the "save" dialog OR you "save" the file directly to the indexing service (that WinFS actually is).

But, the thing here is that your file is still going to be located on the NTFS volumen (and findable by the normal NTFS explorer?)

Regards

Jesper :)

Edited by timiun
Link to comment
https://www.neowin.net/forum/topic/111679-what-is-winfs/#findComment-1309759
Share on other sites

to put it short , imagine like those google searchs , but in your Hard Disk , quicky quicky (like your first time with a girl :woot: . . . in bed . . . ) quicky quicky . . .

you put say... : "my picture with Carmen Kass.jpg" and in 0.0156 seconds you get your file :rolleyes:

like with GOOGLE

quicky quicky

i guess ... :yes:

Edited by RauL
Link to comment
https://www.neowin.net/forum/topic/111679-what-is-winfs/#findComment-1309804
Share on other sites

In your copying from the Microsoft document, you have also added this sentence:

-------

In "Longhorn," files can be stored either in "WinFS" or on NTFS, but "WinFS" is more efficient and effective than NTFS for organizing, searching for, and sharing files. "WinFS" is particularly useful for storing data that needs to be queried or shared by users or applications. Advantages are largely because "WinFS" data is schematized, and the items can be related to each other in more than one way and, therefore, can be searched in multiple ways. You can still use NTFS for storing files that have few or no searching and sharing requirements. In fact, "Longhorn" uses NTFS for all the Windows system files needed for starting up and running the system.

-------

That pretty much implies that you can either use WinFS OR NTFS, in as being that WinFS is a filesystem like NTFS

And the sentence "In fact, "Longhorn" uses NTFS for all the Windows system files needed for starting up and running the system." doesn't say anything about that WinFS uses the NTFS filesystem.

It actually only makes things worse, adding to the thought that Windows itself uses NTFS filesystem, while you can use the WinFS "filesystem"

From a Developer or IT Proffesional point of view it is very importent to understand the underlying OS.

From a users point of view, i think it is better to "explain" the "normal" users that WinFS is a "filesystem", and thay shouldn't use the NTFS explorer (kinda like MAC's have done where you don't normaly have the concept af a HD)

Regards

Jesper :)

Link to comment
https://www.neowin.net/forum/topic/111679-what-is-winfs/#findComment-1309833
Share on other sites

If you read this bit. "WinFS" supports efficient indexing of file content, which enables rich querying that is very difficult to achieve with other file systems. For example, in "WinFS" it is easy to search files based on their content and other criteria such as file name, title, author, or date of publication. This would be difficult, if not impossible, in a traditional file system such as NTFS. In addition, "WinFS" still has efficient streaming capabilities?the cornerstone of traditional file systems?to handle large data values.

From reading that its like your saying WinFS is a new filesystem. Also you didnt say that WinFS = Windows Future Storage

Link to comment
https://www.neowin.net/forum/topic/111679-what-is-winfs/#findComment-1309849
Share on other sites

Before someone complains about uselessness:

WinFS allows you to sort files into a hierarchy on the fly, by means called dynamic sets. It also allows applications to program the file dialogs how to show the files, independently of their filename. So a MP3 file called weruioghweuoprguer.mp3 may show up in the dialog as e.g. "Groove Armada - Purple Haze (2003)" in the file dialog (by using the metadata). It also offers a lot of other possibilities, including storing non-file data.

Link to comment
https://www.neowin.net/forum/topic/111679-what-is-winfs/#findComment-1309898
Share on other sites

Indexing has been in Linux for ages...

locate file -_-

I wasn't aware that you could do

locate all audio files from 2003 and gerne is house and rating > 3

in Linux. So much for your indexing in Linux.

Idiot. :hmmm:

Yay, bashing is nice.

Index has been in GNU/Linux for ages. However, it doesn't serve the same purpose as WinFS will. WinFS doesn't seem all that groundbreaking to me,

it seems to be a more useful version of "Indexing Service". Now I can't get this page to load on my machine, but I believe it is much the same as WinFS is said to be, and will probably be available long before Longhorn.

Hopefully this new system will make more people use caution when entering data, such as doing the ID3 tags properly, and thus make it easier to organize data for everyone.

Link to comment
https://www.neowin.net/forum/topic/111679-what-is-winfs/#findComment-1310537
Share on other sites

from the pdc build, what we can see, we actually have two possibility : writing data to My music folder wich is pure Ntfs, or to the Music folder in Winfs.

Problem is, if your file is already on disk you got two copy.. it's redundant, takes twice as space disk and not that usefull... so for know in this build winfs is not transparently working. But sending files either pics, movies, or songs to it and it's great to use (but quiet slow for now...).

My problem, having something stored on winfs, is how to retreive data if they got broken in some way.. not easy on Ntfs already but sure possible... but with winfs, as it seems that the files are somewhat modified during tranfer...

Another usefull thing for backup nonetheless is synchonisation, it works pretty well.. so backup may be safer than retrieving broken/lost data ^^...

Link to comment
https://www.neowin.net/forum/topic/111679-what-is-winfs/#findComment-1311519
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • It's time to say goodbye to Edge and switch back to Firefox. There's no way to disable the ugly rounded corners that appear everywhere. Not even on the page frame. No one uses screens with rounded corners, you idiots.
    • Being on Github makes it more trustable since I can see the code at any point.
    • Gen Atlas is the next game from Shadow of the Colossus creator, this time with giant robots by Pulasthi Ariyasinghe The mind behind widely well-received games like Ico, Shadow of the Colossus, and The Last Guardian, Fumito Ueda, showed up at Summer Game Fest today, and that was to reveal his latest project. Being developed by genDESIGN, Gen Atlas is incoming with what looks to be plenty of mech and robot action. Watch the reveal trailer, which makes not much sense, above. The game will have players waking up on an abandoned planet where deserted facilities and grand designs from the original creators remain. Soon, they will stumble upon a colossal robot, from which players gain access to the power to change the world. "Across an endless expanse of time, the remnants of those forgotten constructs begin to move once more," adds the studio. The gameplay snippets seen in the trailer show the player character climbing giant robots (as expected from the creator), while also controlling these titans somehow as well. This is a fully single-player open-world adventure. “The team and I are grateful to all the fans who’ve been eager to learn more about our game,” says Fumito Ueda, CEO and creative director of genDESIGN. “Their passion and enthusiasm has always motivated and inspired us. We hope to share an experience that inspires moments of quiet wonder and discovery.” Before gaining the name Gen Atlas, Ueda first announced this project back in 2024 with the codename Project Robot. Interestingly, this will be a project being funded and published by Epic Games, which should mean that a Steam release is out of the question. Gen Atlas will be releasing on Epic Games Store, Xbox Series X|S, and PlayStation 5. A release date has not been announced just yet.
    • How backwards can you have it? Yes, Linux was gaining because of Linux handhelds and the push for gaming compatibility, but that's not desktop users, it barely converts anyone who owns a SteamDeck, though it helps for those who wanted to do it, but anyways, the AI+RAM debacle helped Linux because people can't easily upgrade their PCs easily and many hate AI so they'd be incentivized to try Linux.
    • 🤦🏻‍♂️ No, expected because 10 EOL
  • Recent Achievements

    • Mentor
      grik went up a rank
      Mentor
    • Dedicated
      JKR earned a badge
      Dedicated
    • One Year In
      CHUNWEI earned a badge
      One Year In
    • Conversation Starter
      FBSPL earned a badge
      Conversation Starter
    • Week One Done
      I2D earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      472
    2. 2
      PsYcHoKiLLa
      269
    3. 3
      Skyfrog
      78
    4. 4
      Steven P.
      68
    5. 5
      +Edouard
      61
  • Tell a friend

    Love Neowin? Tell a friend!