# Consistent Performance With Large File Sets

<code class="expression">space.vars.PRODUCT\_NAME</code>'s design provides for consistent performance when connecting network drives to SharePoint document libraries containing 100s of thousands of files and folders.

<code class="expression">space.vars.PRODUCT\_NAME</code> achieves this consistent level of performance with large file sets through these design approaches;

1. <code class="expression">space.vars.PRODUCT\_NAME</code> syncs only the folders and files on demand as the user browses their network drive, thereby minimising the total working set of files and folders in use
2. <code class="expression">space.vars.PRODUCT\_NAME</code> applies changes to SharePoint in real-time. This approach removes the need to scan the entire network drive structure for changes like a typical sync tool does, which can greedily consume CPU and disk resources, slowing down the computer as a result

Therefore for day to day operations like browsing, opening and editing files from their <code class="expression">space.vars.PRODUCT\_NAME</code> network drives, users should experience responsive and consistent access from Windows File Explorer no matter the number of files in the connected document libraries.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.zeedrive.com/feature-guide/consistent-performance-with-large-file-sets.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
