@@ -73,7 +73,7 @@ For example, to check the version of KVLite, use the `version` command:
7373
7474``` shell
7575$ docker run --rm -ti --link kvlite:store oracle/nosql:ce java -Xmx64m -Xms64m -jar lib/kvstore.jar version
76- 23 .3.32 2024-03-06 18:21:38 UTC Build id: 69f48431fc69 Edition: Community
76+ 24 .3.9 2024-09-26 18:01:32 UTC Build id: 0d82533c492e Edition: Community
7777```
7878
7979To check the size of the storage shard:
@@ -98,13 +98,13 @@ $ docker run --rm -ti --link kvlite:store oracle/nosql:ce \
9898
9999Pinging components of store kvstore based upon topology sequence # 14
10010010 partitions and 1 storage nodes
101- Time: 2024-04-25 08:13:14 UTC Version: 23 .3.32
101+ Time: 2024-12-04 11:50:35 UTC Version: 24 .3.9
102102Shard Status: healthy: 1 writable-degraded: 0 read-only: 0 offline: 0 total: 1
103103Admin Status: healthy
104104Zone [name= KVLite id= zn1 type= PRIMARY allowArbiters= false masterAffinity= false] RN Status: online: 1 read-only: 0 offline: 0
105- Storage Node [sn1] on kvlite: 5000 Zone: [name= KVLite id= zn1 type= PRIMARY allowArbiters= false masterAffinity= false] Status: RUNNING Ver: 23 .3.32 2024-03-06 18:21:38 UTC Build id: 69f48431fc69 Edition: Community isMasterBalanced: true serviceStartTime: 2024-04-25 08:10:10 UTC
106- Admin [admin1] Status: RUNNING,MASTER serviceStartTime: 2024-04-25 08:10:13 UTC stateChangeTime: 2024-04-25 08:10:13 UTC availableStorageSize: 2 GB
107- Rep Node [rg1-rn1] Status: RUNNING,MASTER sequenceNumber: 86 haPort: 5011 availableStorageSize: 9 GB storageType: HD serviceStartTime: 2024-04-25 08:10:14 UTC stateChangeTime: 2024-04-25 08:10:15 UTC
105+ Storage Node [sn1] on kvlite: 5000 Zone: [name= KVLite id= zn1 type= PRIMARY allowArbiters= false masterAffinity= false] Status: RUNNING Ver: 24 .3.9 2024-09-26 18:01:32 UTC Build id: 0d82533c492e Edition: Community isMasterBalanced: true serviceStartTime: 2024-12-04 11:47:05 UTC
106+ Admin [admin1] Status: RUNNING,MASTER serviceStartTime: 2024-12-04 11:47:08 UTC stateChangeTime: 2024-12-04 11:47:08 UTC availableStorageSize: 2 GB
107+ Rep Node [rg1-rn1] Status: RUNNING,MASTER sequenceNumber: 470 haPort: 5011 availableStorageSize: 9 GB storageType: HD serviceStartTime: 2024-12-04 11:47:09 UTC stateChangeTime: 2024-12-04 11:47:09 UTC
108108
109109 kv-> put kv -key /SomeKey -value SomeValue
110110 Operation successful, record inserted.
@@ -123,13 +123,17 @@ $ docker run --rm -ti --link kvlite:store oracle/nosql:ce \
123123 tables
124124 SYS$IndexStatsLease
125125 SYS$MRTableAgentStat
126+ SYS$MRTableInfo
126127 SYS$MRTableInitCheckpoint
127128 SYS$PartitionStatsLease
128129 SYS$SGAttributesTable
129130 SYS$StreamRequest
130131 SYS$StreamResponse
132+ SYS$TableMetadata
131133 SYS$TableStatsIndex
132134 SYS$TableStatsPartition
135+ SYS$TopologyHistory
136+
133137 sql-> exit
134138```
135139
@@ -172,10 +176,10 @@ be made via the Oracle NoSQL Database Proxy on the `KV_PROXY_PORT`.
172176First, install the latest version of Oracle NoSQL on your remote host:
173177
174178``` shell
175- KV_VERSION=23 .3.32
179+ KV_VERSION=24 .3.9
176180rm -rf kv-$KV_VERSION
177181DOWNLOAD_ROOT=http://download.oracle.com/otn-pub/otn_software/nosql-database
178- DOWNLOAD_FILE=" community-edition -${KV_VERSION} .zip"
182+ DOWNLOAD_FILE=" kv-ce -${KV_VERSION} .zip"
179183DOWNLOAD_LINK=" ${DOWNLOAD_ROOT} /${DOWNLOAD_FILE} "
180184curl -OLs $DOWNLOAD_LINK
181185jar tf $DOWNLOAD_FILE | grep " kv-$KV_VERSION /lib" > extract.libs
@@ -332,7 +336,7 @@ number used for the image tag:
332336
333337
334338``` shell
335- KV_VERSION=23 .3.32 docker build --build-arg " $KV_VERSION " --tag " oracle/nosql-ce:$KV_VERSION " .
339+ KV_VERSION=24 .3.9 docker build --build-arg " $KV_VERSION " --tag " oracle/nosql-ce:$KV_VERSION " .
336340```
337341
338342## More information
@@ -359,5 +363,5 @@ Copyright (c) 2017, 2024 Oracle and/or its affiliates.
359363
360364[ NOSQL ] : http://www.oracle.com/technetwork/database/database-technologies/nosqldb/overview/index.html
361365[ DOCS ] : https://docs.oracle.com/en/database/other-databases/nosql-database/index.html
362- [ Apache-2.0 ] : https://docs.oracle.com/en/database/other-databases/nosql-database/23 .3/license/index .html#GUID-006E432E-1965-45A2-AEDE-204BD05E1560
366+ [ Apache-2.0 ] : https://docs.oracle.com/en/database/other-databases/nosql-database/24 .3/license/apache-license .html
363367[ GraalVM-License ] : https://github.com/graalvm/container/blob/master/LICENSE.md
0 commit comments