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
This article outlines the implementation roadmap for extending the Generic Cache Runtime interface, aiming to provide a simpler way to integrate caching systems and enhance cache availability. For a more detailed design document, please refer to [the proposal](../proposals/runtime/v1.1.0_extend_cache_runtime/full_cache_runtime.md)。
6
6
7
7
### 1.1. Problem Statement
8
8
@@ -12,22 +12,22 @@ In production scenarios, it is necessary to support In-Place upgrade for engine
**Objectives**: Complete the data caching function of Cache Runtime, conduct joint debugging and testing with Curvine, and write unit tests, e2e unit tests, and integration documentation.
Objective: Cache Runtime supports DataOperation (including DataLoad, DataProcess), and write unit tests, e2e unit tests, and integration documentation.
|**Phase 3**| In-Place Upgrade and Rebuild | 3-4 Weeks |
73
89
74
-
Total: on the order of **9-12 weeks** for a small team or single contributor, depending on familiarity with the codebase and cluster access for testing.
90
+
Total: on the order of **9-12 weeks** for a small team or single contributor, depending on familiarity with the codebase and cluster access for testing.
0 commit comments