Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions versioned_docs/version-3.13/roadmap.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -61,28 +61,28 @@ If you have a feature request or want to prioritize feature development, please
- **Container offering in Amazon Marketplace for ScalarDB Analytics**
- Users will be able to deploy ScalarDB Analytics by using the container offering, which enables users to use a pay-as-you-go subscription model.
- **Red Hat OpenShift support**
- Users will be able to use Red Hat–certified Helm Charts for ScalarDB Cluster in OpenShift environments.
- Users will be able to deploy ScalarDB Cluster in Red Hat OpenShift.

#### AI/LLM support

- **Model Context Protocol (MCP) server**
- Users will be able to use the MCP server of ScalarDB Core and ScalarDB Cluster to interact with them by using AI and large language model (LLM) applications. The MCP server will provide a way to communicate with ScalarDB by using natural language, enabling users to perform operations like querying and managing data in a more intuitive manner.
- **LLM-friendly rule files for ScalarDB**
- Users will be able to ask questions and tasks to LLMs by using the LLM-friendly rule files so that LLMs can work for them with better understanding of ScalarDB. The rule files will be designed to provide LLMs with the necessary context and instructions to effectively interact with ScalarDB, making it easier for users to leverage AI capabilities in their applications.
- Users will be able to ask questions and tasks to LLMs by using the LLM-friendly rule files so that LLMs can work for them with a better understanding of ScalarDB. The rule files will be designed to provide LLMs with the necessary context and instructions to effectively interact with ScalarDB, making it easier for users to leverage AI capabilities in their applications.

### CY2025 Q4

#### New features

- **Native secondary index**
- Users will be able to define flexible secondary indexes. The existing secondary index is limited because it is implemented based on the common capabilities of the supported databases' secondary indexes. Therefore, for example, you cannot define a multi-column index. The new secondary index will be created at the ScalarDB layer so that you can create more flexible indexes, like a multi-column index.
- Users will be able to define flexible secondary indexes. The existing secondary index is limited because it is implemented based on the common capabilities of the supported databases' secondary indexes. Therefore, for example, users cannot define a multi-column index. The new secondary index will be created at the ScalarDB layer so that users can create more flexible indexes, like a multi-column index.
- **Two-layered query engines**
- Users will be able to use two-layered query engines to better federate analytical queries across domains. The first-layer query engine is responsible for federating analytical queries across various domains, while the second-layer query engine federates analytical queries within a specific domain across its corresponding databases.

#### Usability

- **Addition of decimal data types**
- Users will be able to use decimal data types so that users can handle decimal numbers with high precision.
- **Addition of DECIMAL data types**
- Users will be able to use DECIMAL data types so that users can handle decimal numbers with high precision.
- **Elimination of out-of-memory errors due to large scans**
- Users will be able to issue large scans without experiencing out-of-memory errors.

Expand Down Expand Up @@ -120,4 +120,4 @@ If you have a feature request or want to prioritize feature development, please
- **Addition of SQL operations for sorting**
- Users will be able to issue arbitrary sorting (ORDER BY) operations in ScalarDB SQL for multiple or non-JDBC databases. (Currently, ScalarDB can issue sorting operations using clustering keys or arbitrary sorting operations for single JDBC databases.)
- **Addition of more data types**
- Users will be able to use complex data types, such as JSON.
- Users will be able to use complex data types, such as JSON.