Skip to content

Commit 01354d6

Browse files
oyeliseiev-uasteveburnett
authored andcommitted
Update SingleStore docs
1 parent cbd1a11 commit 01354d6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

presto-docs/src/main/sphinx/connector/singlestore.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,12 @@ that catalog name instead of ``singlestore`` in the above examples.
6868
SingleStore Connector Limitations
6969
---------------------------------
7070

71+
For :doc:`/sql/create-table` statement, the default table type is columnstore.
72+
The table type can be configured by setting the ``default_table_type`` engine variable, see the
73+
`documentation <https://docs.singlestore.com/cloud/create-a-database/creating-a-columnstore-table/>`_.
74+
7175
The following SQL statements are not supported:
7276

73-
* :doc:`/sql/create-table` with ``rowstore`` table type (supports only ``columnstore`` table type, set by default `docs <https://docs.singlestore.com/cloud/reference/sql-reference/data-definition-language-ddl/create-table/>`_.)
7477
* :doc:`/sql/alter-schema`
7578
* :doc:`/sql/analyze`
7679
* :doc:`/sql/create-role`

0 commit comments

Comments
 (0)