You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Sergey Chugunov (Jira)" <ji...@apache.org> on 2022/04/04 15:16:00 UTC

[jira] [Created] (IGNITE-16792) Configuration for Default Storage Engine

Sergey Chugunov created IGNITE-16792:
----------------------------------------

             Summary: Configuration for Default Storage Engine
                 Key: IGNITE-16792
                 URL: https://issues.apache.org/jira/browse/IGNITE-16792
             Project: Ignite
          Issue Type: Task
          Components: persistence
            Reporter: Sergey Chugunov


Pluggable storage concept enables user to set up different storage engines (SE) on the same node e.g. for performance reasons, each table can be hosted only by one storage.

From DDL point of view SE is specified as part of CREATE TABLE command. But in case of only one SE and some other cases specifying it for each table creates a lot of unnecessary boilerplate code.

To address this and free user from writing exactly the same code a cluster-wide setting *defaultStorageEngine* should be introduced.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)