You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2022/06/06 13:53:54 UTC

[GitHub] [ignite-3] ygerzhedovich commented on a diff in pull request #856: IGNITE-17098 - Added info on pluggable storage

ygerzhedovich commented on code in PR #856:
URL: https://github.com/apache/ignite-3/pull/856#discussion_r890172519


##########
docs/_docs/sql-reference/ddl.adoc:
##########
@@ -33,10 +33,12 @@ Parameters:
 * `tableColumn` - name and type of a column to be created in the new table.
 * `DEFAULT` - specifies a default value for the column. Only constant values are accepted.
 * `IF NOT EXISTS` - create the table only if a table with the same name does not exist.
+* `ENGINE` - sets the storage engine to use. Currently: `pagememory` or `rocksdb`.

Review Comment:
   it's not a set, it should be single particular engine



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@ignite.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org