Skip to content

Commit 5b8eda0

Browse files
jcohen-hdbgitbook-bot
authored andcommitted
GITBOOK-16: No subject
1 parent 866e80a commit 5b8eda0

File tree

1 file changed

+13
-9
lines changed
  • docs/technical-details/release-notes/4.tucker

1 file changed

+13
-9
lines changed
Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,35 @@
1-
# HarperDB Tucker (Version 4)
1+
# Harper Tucker (Version 4)
22

3-
HarperDB version 4 ([Tucker release](./tucker.md)) represents major step forward in database technology. This release line has ground-breaking architectural advancements including:
3+
HarperDB version 4 ([Tucker release](tucker.md)) represents major step forward in database technology. This release line has ground-breaking architectural advancements including:
4+
5+
## [4.4](4.4.0.md)
46

5-
## [4.4](./4.4.0.md)
67
* Native replication (codename "Plexus") which is faster, more efficient, secure, and reliable than the previous replication system and provides provisional sharding capabilities with a foundation for the future
78
* Computed properties that allow applications to define properties that are computed from other properties, allowing for composite properties that are calculated from other data stored in records without requiring actual storage of the computed value
89
* Custom indexing including composite, full-text indexing, and vector indexing
910

10-
## [4.3](./4.3.0.md)
11+
## [4.3](broken-reference)
12+
1113
* Relationships, joins, and broad new querying capabilities for complex and nested conditions, sorting, joining, and selecting with significant query optimizations
1214
* More advanced transaction support for CRDTs and storage of large integers (with BigInt)
1315
* Better management with new upgraded local studio and new CLI features
1416

15-
## [4.2](./4.2.0.md)
17+
## [4.2](broken-reference)
18+
1619
* New component architecture and Resource API for advanced, robust custom database application development
1720
* Real-time capabilites through MQTT, WebSockets, and Server-Sent Events
1821
* REST interface for intuitive, fast, and standards-compliant HTTP interaction
1922
* Native caching capabilities for high-performance cache scenarios
2023
* Clone node functionality
2124

22-
## [4.1](./4.1.0.md)
25+
## [4.1](broken-reference)
26+
2327
* New streaming iterators mechanism that allows query results to be delivered to clients _while_ querying results are being processed, for incredibly fast time-to-first-byte and concurrent processing/delivery
2428
* New thread-based concurrency model for more efficient resource usage
2529

26-
## [4.0](./4.0.0.md)
30+
## [4.0](broken-reference)
31+
2732
* New clustering technology that delivers robust, resilient and high-performance replication
2833
* Major storage improvements with highly-efficient adaptive-structure modified MessagePack format, with on-demand deserialization capabilities
2934

30-
31-
Did you know our release names are dedicated to employee pups? For our fourth release, [meet Tucker!](./tucker.md)
35+
Did you know our release names are dedicated to employee pups? For our fourth release, [meet Tucker!](tucker.md)

0 commit comments

Comments
 (0)