You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-48
Original file line number
Diff line number
Diff line change
@@ -13,9 +13,6 @@ HyperCache is developed in **Microsoft Visual Studio Enterprise 2022 (64-bit) -
13
13
-**MSSQL**: Ensures data persistence with SQL Server.
14
14
-**Scalable Architecture**: Designed for ease of use and scalability in enterprise environments.
15
15
16
-
## Minimum Requirements
17
-
The mentioned versions in the project are the latest available at the time of development. The minimum versions required are based on the dependencies of the Delta NuGet package and Blazor. Please refer to the [Delta NuGet Package](https://www.nuget.org/packages/Delta) for specific minimum version requirements.
18
-
19
16
## Benefits of Using the Delta Package
20
17
Using the Delta package improves the efficiency of API responses by sending only the changes instead of the entire dataset. This results in:
21
18
-**Reduced payload size**: Only the modified or new data is transmitted.
@@ -27,23 +24,24 @@ Using the Delta package improves the efficiency of API responses by sending only
27
24
28
25
| Metric | Before Implementation (1M Rows) | After Implementation (1M Rows) |
0 commit comments