Updated on 2025-08-28 GMT+08:00

Store Overview

A store is where you store and query data in KVS. You can create different stores based on the division of your business.

The storage structure of KVS consists of three layers. From the top down, they are the store layer, the table layer, and the KV item layer. Each store contains one or more tables, and each table contains one or more KV items. Suppose you want to store data about all employees in a department. You can create a store for this department and create a table in that store to store employee information.

Figure 1 Store structure

You can create and query a store as well as query store details.

Table 1 Store features supported on the console

Feature

Description

Creating a Store

Create a store and create a table and indexes.

Querying Stores

View the store list.

Querying Store Details

View store details.