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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to