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
+7-9
Original file line number
Diff line number
Diff line change
@@ -24,10 +24,6 @@ gantt
24
24
axisFormat %Y-Q%q
25
25
tickInterval 3month
26
26
dateFormat YYYY-MM-DD
27
-
section v8.12.x
28
-
Active: active, 2023-02-07, 5M
29
-
Critical: 3M
30
-
Security: 6M
31
27
section v9.0.x
32
28
Active: active, 2023-04-03, 6M
33
29
Critical: 3M
@@ -39,19 +35,21 @@ gantt
39
35
section v9.4.x
40
36
Active: active, 2023-10-04, 9M
41
37
Critical: 3M
42
-
Security: 3M
38
+
Security: 6M
43
39
section v9.6.x
44
40
Active: active, 2024-04-04, 6M
45
41
Critical: 3M
46
42
Security: 3M
47
43
section v9.8.x
48
-
Active: active, 2024-07-02, 6M
44
+
Active: active, 2024-07-02, 9M
49
45
Critical: 3M
50
46
Security: 3M
51
47
section v9.10.x
52
-
Active: active, 2024-10-01, 6M
48
+
Active: active, 2025-01-01, 6M
53
49
Critical: 3M
54
50
Security: 3M
51
+
section v9.12.x
52
+
Expected: active, 2025-04-01, 6M
55
53
```
56
54
57
55
# Architecture
@@ -62,7 +60,7 @@ The HPCC Systems architecture incorporates the Thor and Roxie clusters as well a
62
60
63
61
Thor (the Data Refinery Cluster) is responsible for consuming vast amounts of data, transforming, linking and indexing that data. It functions as a distributed file system with parallel processing power spread across the nodes. A cluster can scale from a single node to thousands of nodes.
64
62
65
-
* Single-threaded
63
+
* Single job at a time
66
64
* Distributed parallel processing
67
65
* Distributed file system
68
66
* Powerful parallel processing programming language (ECL)
@@ -73,7 +71,7 @@ Thor (the Data Refinery Cluster) is responsible for consuming vast amounts of da
73
71
74
72
Roxie (the Query Cluster) provides separate high-performance online query processing and data warehouse capabilities. Roxie (Rapid Online XML Inquiry Engine) is the data delivery engine used in HPCC to serve data quickly and can support many thousands of requests per node per second.
75
73
76
-
*Multi-threaded
74
+
*Multiple queries in parallel
77
75
* Distributed parallel processing
78
76
* Distributed file system
79
77
* Powerful parallel processing programming language (ECL)
0 commit comments