| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
DDS is a disaggregated storage architecture for cloud data systems augmented by data processing units (DPUs). It minimizes the resource consumption and latency of storage servers while improving throughput by offloading remote storage requests to the DPU.
Details of the system can be found in our VLDB 2024 paper.
Windows Server 2022
Make sure to select the following workloads during installation:
Also, make sure to install MSVC build tools and MSVC Spectre-mitigated libraries (MSVC v142 - VS 2019 C++ x64/x86 build tools and MSVC v142 - VS 2019 C++ x64/x86 Spectre-mitigated libs were tested).
Windows SDK 10.0 (which comes with Visual Studio 2019)
This repo provides a disaggregated storage application AppDisagg where the client issues file read/write requests that will be sent to and serviced by the server.
With DDS, file read requests will be offloaded to the DPU equipped on the server machine.
On the BlueField-2 DPU, DDS can be built with Main/Build.sh.
On the server host in Windows, the server application under AppDisagg/ServerDDS can be built with Visual Studio 2019 using the DisaggStore solution.
On the client machine in Windows, the client application under AppDisagg/Client can be built with Visual Studio 2019 using the DisaggStore solution.
Host: APR entry for the DPU must be statically configured
DPU: the scalable function id in Main/NetworkConfig.json must be consistent with the created scalable function for DDS (check with devlink dev show). Other parameters in Main/StorageConfig.json and Main/NetworkConfig.json must also be properly configured.
Main/Run.sh runs DDS based on the configurations specified in Main/NetworkConfig.json and Main/StorageConfig.json.
ServerDDS.exe under the build folder runs the application server with the following arguments: [access size (bytes)] [batch size] [queue depth] [number of requests] [file size (GB)] [number of files] [number of connections] [number of completion threads].
Client.exe under the build folder runs the application client with two modes:
Privacy information can be found at https://privacy.microsoft.com/en-us/.
This project is no longer under development. The owners are not accepting pull requests.
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.
This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow Microsoft's Trademark & Brand Guidelines. Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-party's policies.
| Back | FazBrowse Home | New Git URL |