Skip to content

Commit 784af10

Browse files
committed
Update the active versions in README.md
Signed-off-by: Gavin Halliday <[email protected]>
1 parent 8c53499 commit 784af10

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

README.md

+7-9
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@ gantt
2424
axisFormat %Y-Q%q
2525
tickInterval 3month
2626
dateFormat YYYY-MM-DD
27-
section v8.12.x
28-
Active: active, 2023-02-07, 5M
29-
Critical: 3M
30-
Security: 6M
3127
section v9.0.x
3228
Active: active, 2023-04-03, 6M
3329
Critical: 3M
@@ -39,19 +35,21 @@ gantt
3935
section v9.4.x
4036
Active: active, 2023-10-04, 9M
4137
Critical: 3M
42-
Security: 3M
38+
Security: 6M
4339
section v9.6.x
4440
Active: active, 2024-04-04, 6M
4541
Critical: 3M
4642
Security: 3M
4743
section v9.8.x
48-
Active: active, 2024-07-02, 6M
44+
Active: active, 2024-07-02, 9M
4945
Critical: 3M
5046
Security: 3M
5147
section v9.10.x
52-
Active: active, 2024-10-01, 6M
48+
Active: active, 2025-01-01, 6M
5349
Critical: 3M
5450
Security: 3M
51+
section v9.12.x
52+
Expected: active, 2025-04-01, 6M
5553
```
5654

5755
# Architecture
@@ -62,7 +60,7 @@ The HPCC Systems architecture incorporates the Thor and Roxie clusters as well a
6260

6361
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.
6462

65-
* Single-threaded
63+
* Single job at a time
6664
* Distributed parallel processing
6765
* Distributed file system
6866
* Powerful parallel processing programming language (ECL)
@@ -73,7 +71,7 @@ Thor (the Data Refinery Cluster) is responsible for consuming vast amounts of da
7371

7472
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.
7573

76-
* Multi-threaded
74+
* Multiple queries in parallel
7775
* Distributed parallel processing
7876
* Distributed file system
7977
* Powerful parallel processing programming language (ECL)

0 commit comments

Comments
 (0)