Will making a network folder "Always available offline" increase file access speed?

10

1

In Windows 7 (though I imagine it would apply to most modern Windowses) if I set a network share to be available offline, will Windows prefer to use a local version (assuming it is up to date) when I am connected to that network?

In other words, does it still access the network even if there is a locally available version.

The reason I wonder is so I can work with files from a slow network share more quickly, without having to deal with copying them down and making sure everything gets synced back up later by hand.

Mike Cooper

Posted 2009-08-27T17:06:17.690

Reputation: 2 036

just a parallel question here: I have had awful experiences with windows vista and XP "offline files", they don't keep good sync and eventually the sync info gets corrupted and you have to redo everything to have it working again. how was your experience with it? – cregox – 2010-05-27T20:27:45.617

thumbs up for an interesting question. Obviously the files are caches, but I don't know which file is actually accessed if they are the same 'versions' – Mike M – 2009-08-27T17:10:26.557

Answers

3

You can enable Transparent Caching to define the round trip delay before Windows will use the local copy on a read.

Normally, Windows will use the network copy unless you go offline.

There is a TechNet article on Windows 7 File Sharing and Offline Files Enhancements.

hanleyp

Posted 2009-08-27T17:06:17.690

Reputation: 6 519

This is actually incorrect. https://technet.microsoft.com/en-us/library/dd744693(WS.10).aspx "This gives the user the benefits of local storage even though the location is remote."

– Dirk v B – 2016-08-16T04:30:17.343

0

Making a folder “Always available offline” creates a local copy of the folder’s files, adds those files to the index, and keeps the local and remote copies in sync. Users can manually sync locations which are not indexed remotely and are not using folder redirection to gain the benefits of being indexed locally.

if i read this correctly, the user will be working with a local copy and the folder will be synced (automatically or manually) when the network connection is available.

Source

Molly7244

Posted 2009-08-27T17:06:17.690

Reputation:

That's what I hoped when I read that too, but it's not the case :( based on the slowness it appears to be accessing the remote file system each read and write. – Philip – 2013-07-18T19:27:21.363