Updated on 2025-04-14 GMT+08:00

KVS Features

Table 1 lists the main features of KVS.

Table 1 KVS features

Feature

Description

Store management

A store is a collection of tables. You can create different stores based on the division of your business for efficient queries.

Table management

A table is a collection of KV items and belongs to a store. You can create one or more tables in a store to store KV data. You can also query the tables you created.

KV item management

A KV item consists of mappings of keys and values, which represent the finest level of granularity. KV items are stored in tables. KV items can be added, updated, deleted, and scanned.

Index management

An index lets you query the data in the table using a different primary key from the base table, enabling faster and more accurate retrieval. KVS supports local and global secondary indexes. Indexes can be created, queried, and deleted.