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
10 changes: 10 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,16 @@ found in other RDBMS systems.

support

General Notes
=============

Please note CrateDB, as an analytics database, does not provide the same
features like traditional RDBMS.

- Transactions are not supported. The transaction isolation level can not be
changed, relevant functions are implemented as no-ops. The default isolation
level is always ``AUTOCOMMIT``.
- ``CREATE INDEX`` statements are not supported and implemented as a no-op

.. _examples:
.. _by-example:
Expand Down